Package org.jboss.as.ee.metadata
Class EJBClientDescriptorMetaData.RemotingReceiverConfiguration
- java.lang.Object
-
- org.jboss.as.ee.metadata.EJBClientDescriptorMetaData.RemotingReceiverConfiguration
-
- Enclosing class:
- EJBClientDescriptorMetaData
public class EJBClientDescriptorMetaData.RemotingReceiverConfiguration extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)PropertiesgetChannelCreationOptions()longgetConnectionTimeout()StringgetOutboundConnectionRef()inthashCode()voidsetChannelCreationOptions(Properties channelCreationOpts)Sets the channel creation options for this remoting receiver configurationvoidsetConnectionTimeout(long timeout)
-
-
-
Method Detail
-
setChannelCreationOptions
public void setChannelCreationOptions(Properties channelCreationOpts)
Sets the channel creation options for this remoting receiver configuration- Parameters:
channelCreationOpts- The channel creation options
-
getChannelCreationOptions
public Properties getChannelCreationOptions()
-
setConnectionTimeout
public void setConnectionTimeout(long timeout)
-
getConnectionTimeout
public long getConnectionTimeout()
-
getOutboundConnectionRef
public String getOutboundConnectionRef()
-
-