public class EJBClientDescriptorMetaData extends Object
Constructor and Description |
---|
EJBClientDescriptorMetaData() |
Modifier and Type | Method and Description |
---|---|
void |
addRemotingReceiverConnectionRef(String outboundConnectionRef)
Adds a outbound connection reference used by a remoting receivers in the client context represented
by this
EJBClientDescriptorMetaData |
Collection<String> |
getRemotingReceiverConnectionRefs()
Returns a collection of outbound connection references that are used by the remoting receivers
configured in the client context of this
EJBClientDescriptorMetaData |
boolean |
isLocalReceiverExcluded()
Returns true if the local receiver is disabled in the EJB client context represented by this metadata.
|
Boolean |
isLocalReceiverPassByValue()
If pass-by-value semantics for the local EJB receiver has been explicitly set, then returns that value.
|
void |
setExcludeLocalReceiver(boolean excludeLocalReceiver)
Exclude/include the local receiver in the EJB client context represented by this metadata.
|
void |
setLocalReceiverPassByValue(Boolean passByValue)
Set the pass-by-value semantics for the local receiver belonging to the EJB client context
represented by this metadata
|
public void addRemotingReceiverConnectionRef(String outboundConnectionRef)
EJBClientDescriptorMetaData
outboundConnectionRef
- The name of the outbound connection. Cannot be null or empty string.public Collection<String> getRemotingReceiverConnectionRefs()
EJBClientDescriptorMetaData
public void setLocalReceiverPassByValue(Boolean passByValue)
passByValue
- True if pass-by-value. False otherwise.public Boolean isLocalReceiverPassByValue()
public void setExcludeLocalReceiver(boolean excludeLocalReceiver)
excludeLocalReceiver
- True if local receiver has to be excluded in the EJB client context. False otherwise.public boolean isLocalReceiverExcluded()
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.