Class EJBClientDescriptorMetaData.RemotingReceiverConfiguration

java.lang.Object
org.jboss.as.ee.metadata.EJBClientDescriptorMetaData.RemotingReceiverConfiguration
Enclosing class:
EJBClientDescriptorMetaData

public class EJBClientDescriptorMetaData.RemotingReceiverConfiguration extends Object
  • Method Details

    • 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()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object