Package org.jboss.ejb.client.legacy
Class JBossEJBProperties.ClusterConfiguration
- java.lang.Object
-
- org.jboss.ejb.client.legacy.JBossEJBProperties.ClusterConfiguration
-
- Enclosing class:
- JBossEJBProperties
public static class JBossEJBProperties.ClusterConfiguration extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JBossEJBProperties.AuthenticationConfigurationgetAuthenticationConfiguration()StringgetCallbackHandlerClassName()org.wildfly.common.function.ExceptionSupplier<CallbackHandler,ReflectiveOperationException>getCallbackHandlerSupplier()org.xnio.OptionMapgetChannelOptions()StringgetClusterName()StringgetClusterNodeSelectorClassName()org.wildfly.common.function.ExceptionSupplier<ClusterNodeSelector,ReflectiveOperationException>getClusterNodeSelectorSupplier()org.xnio.OptionMapgetConnectionOptions()longgetConnectionTimeout()longgetMaximumAllowedConnectedNodes()List<JBossEJBProperties.ClusterNodeConfiguration>getNodeConfigurations()booleanisConnectEagerly()
-
-
-
Method Detail
-
getClusterName
public String getClusterName()
-
getMaximumAllowedConnectedNodes
public long getMaximumAllowedConnectedNodes()
-
getClusterNodeSelectorClassName
public String getClusterNodeSelectorClassName()
-
getClusterNodeSelectorSupplier
public org.wildfly.common.function.ExceptionSupplier<ClusterNodeSelector,ReflectiveOperationException> getClusterNodeSelectorSupplier()
-
getNodeConfigurations
public List<JBossEJBProperties.ClusterNodeConfiguration> getNodeConfigurations()
-
getConnectionOptions
public org.xnio.OptionMap getConnectionOptions()
-
getConnectionTimeout
public long getConnectionTimeout()
-
isConnectEagerly
public boolean isConnectEagerly()
-
getCallbackHandlerClassName
public String getCallbackHandlerClassName()
-
getAuthenticationConfiguration
public JBossEJBProperties.AuthenticationConfiguration getAuthenticationConfiguration()
-
getChannelOptions
public org.xnio.OptionMap getChannelOptions()
-
getCallbackHandlerSupplier
public org.wildfly.common.function.ExceptionSupplier<CallbackHandler,ReflectiveOperationException> getCallbackHandlerSupplier()
-
-