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.ClusterNodeConfigurationpublic org.xnio.OptionMap getConnectionCreationOptions()
getConnectionCreationOptions in interface org.jboss.ejb.client.EJBClientConfiguration.CommonConnectionCreationConfigurationpublic CallbackHandler getCallbackHandler()
getCallbackHandler in interface org.jboss.ejb.client.EJBClientConfiguration.CommonConnectionCreationConfigurationpublic long getConnectionTimeout()
getConnectionTimeout in interface org.jboss.ejb.client.EJBClientConfiguration.CommonConnectionCreationConfigurationpublic org.xnio.OptionMap getChannelCreationOptions()
getChannelCreationOptions in interface org.jboss.ejb.client.EJBClientConfiguration.CommonConnectionCreationConfigurationpublic boolean isConnectEagerly()
isConnectEagerly in interface org.jboss.ejb.client.EJBClientConfiguration.CommonConnectionCreationConfigurationprotected 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 © 2014 JBoss by Red Hat. All rights reserved.