public class EJBClientClusterNodeConfig extends Object implements org.jboss.ejb.client.EJBClientConfiguration.ClusterNodeConfiguration
Constructor and Description |
---|
EJBClientClusterNodeConfig(EJBClientDescriptorMetaData.ClusterNodeConfig clusterNodeConfig,
ClassLoader deploymentClassLoader,
org.jboss.msc.service.ServiceRegistry serviceRegistry) |
Modifier and Type | Method and Description |
---|---|
CallbackHandler |
getCallbackHandler() |
org.xnio.OptionMap |
getChannelCreationOptions() |
org.xnio.OptionMap |
getConnectionCreationOptions() |
long |
getConnectionTimeout() |
String |
getNodeName() |
protected static org.xnio.OptionMap |
getOptionMapFromProperties(Properties properties,
ClassLoader classLoader) |
boolean |
isConnectEagerly() |
protected void |
setCallbackHandler(org.jboss.msc.service.ServiceRegistry serviceRegistry,
String username,
String securityRealmName) |
protected void |
setChannelCreationOptions(org.xnio.OptionMap channelCreationOptions) |
protected void |
setConnectionCreationOptions(org.xnio.OptionMap connectionCreationOptions) |
protected void |
setConnectionTimeout(long timeout) |
public EJBClientClusterNodeConfig(EJBClientDescriptorMetaData.ClusterNodeConfig clusterNodeConfig, ClassLoader deploymentClassLoader, org.jboss.msc.service.ServiceRegistry serviceRegistry)
public String getNodeName()
getNodeName
in interface org.jboss.ejb.client.EJBClientConfiguration.ClusterNodeConfiguration
public org.xnio.OptionMap getConnectionCreationOptions()
getConnectionCreationOptions
in interface org.jboss.ejb.client.EJBClientConfiguration.CommonConnectionCreationConfiguration
public CallbackHandler getCallbackHandler()
getCallbackHandler
in interface org.jboss.ejb.client.EJBClientConfiguration.CommonConnectionCreationConfiguration
public long getConnectionTimeout()
getConnectionTimeout
in interface org.jboss.ejb.client.EJBClientConfiguration.CommonConnectionCreationConfiguration
public org.xnio.OptionMap getChannelCreationOptions()
getChannelCreationOptions
in interface org.jboss.ejb.client.EJBClientConfiguration.CommonConnectionCreationConfiguration
public boolean isConnectEagerly()
isConnectEagerly
in interface org.jboss.ejb.client.EJBClientConfiguration.CommonConnectionCreationConfiguration
protected void setChannelCreationOptions(org.xnio.OptionMap channelCreationOptions)
protected void setConnectionCreationOptions(org.xnio.OptionMap connectionCreationOptions)
protected void setConnectionTimeout(long timeout)
protected void setCallbackHandler(org.jboss.msc.service.ServiceRegistry serviceRegistry, String username, String securityRealmName)
protected static org.xnio.OptionMap getOptionMapFromProperties(Properties properties, ClassLoader classLoader)
Copyright © 2017 JBoss by Red Hat. All rights reserved.