Package org.jboss.ejb.client.legacy
Class JBossEJBProperties.ClusterNodeConfiguration
- java.lang.Object
-
- org.jboss.ejb.client.legacy.JBossEJBProperties.ClusterNodeConfiguration
-
- Enclosing class:
- JBossEJBProperties
public static final class JBossEJBProperties.ClusterNodeConfiguration 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()org.xnio.OptionMapgetConnectionOptions()longgetConnectionTimeout()StringgetNodeName()booleanisConnectEagerly()
-
-
-
Method Detail
-
getNodeName
public String getNodeName()
-
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()
-
-