Class EJBClientDescriptorMetaData.ClusterConfig

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

public class EJBClientDescriptorMetaData.ClusterConfig extends Object
  • Method Details

    • newClusterNode

      public EJBClientDescriptorMetaData.ClusterNodeConfig newClusterNode(String nodeName)
    • getClusterNodeConfigs

    • getClusterName

      public String getClusterName()
    • getMaxAllowedConnectedNodes

      public long getMaxAllowedConnectedNodes()
    • setMaxAllowedConnectedNodes

      public void setMaxAllowedConnectedNodes(long maxAllowedConnectedNodes)
    • setNodeSelector

      public void setNodeSelector(String nodeSelector)
    • getNodeSelector

      public String getNodeSelector()
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • setConnectionOptions

      public void setConnectionOptions(Properties connectionOptions)
    • setChannelCreationOptions

      public void setChannelCreationOptions(Properties channelCreationOptions)
    • getConnectTimeout

      public long getConnectTimeout()
    • setConnectTimeout

      public void setConnectTimeout(long timeout)
    • getConnectionOptions

      public Properties getConnectionOptions()
    • getChannelCreationOptions

      public Properties getChannelCreationOptions()