public class JBossEJBClientXmlConfiguration extends Object implements org.jboss.ejb.client.EJBClientConfiguration
org.jboss.ejb.client.EJBClientConfiguration.ClusterConfiguration, org.jboss.ejb.client.EJBClientConfiguration.ClusterNodeConfiguration, org.jboss.ejb.client.EJBClientConfiguration.CommonConnectionCreationConfiguration, org.jboss.ejb.client.EJBClientConfiguration.RemotingConnectionConfiguration
Constructor and Description |
---|
JBossEJBClientXmlConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
addClusterConfiguration(EJBClientClusterConfig clusterConfig) |
CallbackHandler |
getCallbackHandler() |
org.jboss.ejb.client.EJBClientConfiguration.ClusterConfiguration |
getClusterConfiguration(String nodeName) |
Iterator<org.jboss.ejb.client.EJBClientConfiguration.RemotingConnectionConfiguration> |
getConnectionConfigurations() |
org.jboss.ejb.client.DeploymentNodeSelector |
getDeploymentNodeSelector() |
org.xnio.OptionMap |
getEndpointCreationOptions() |
String |
getEndpointName() |
long |
getInvocationTimeout() |
long |
getReconnectTasksTimeout() |
org.xnio.OptionMap |
getRemoteConnectionProviderCreationOptions() |
void |
setDeploymentNodeSelector(org.jboss.ejb.client.DeploymentNodeSelector deploymentNodeSelector) |
void |
setInvocationTimeout(long invocationTimeout) |
public String getEndpointName()
getEndpointName
in interface org.jboss.ejb.client.EJBClientConfiguration
public org.xnio.OptionMap getEndpointCreationOptions()
getEndpointCreationOptions
in interface org.jboss.ejb.client.EJBClientConfiguration
public org.xnio.OptionMap getRemoteConnectionProviderCreationOptions()
getRemoteConnectionProviderCreationOptions
in interface org.jboss.ejb.client.EJBClientConfiguration
public CallbackHandler getCallbackHandler()
getCallbackHandler
in interface org.jboss.ejb.client.EJBClientConfiguration
public Iterator<org.jboss.ejb.client.EJBClientConfiguration.RemotingConnectionConfiguration> getConnectionConfigurations()
getConnectionConfigurations
in interface org.jboss.ejb.client.EJBClientConfiguration
public org.jboss.ejb.client.EJBClientConfiguration.ClusterConfiguration getClusterConfiguration(String nodeName)
getClusterConfiguration
in interface org.jboss.ejb.client.EJBClientConfiguration
public long getInvocationTimeout()
getInvocationTimeout
in interface org.jboss.ejb.client.EJBClientConfiguration
public long getReconnectTasksTimeout()
getReconnectTasksTimeout
in interface org.jboss.ejb.client.EJBClientConfiguration
public org.jboss.ejb.client.DeploymentNodeSelector getDeploymentNodeSelector()
getDeploymentNodeSelector
in interface org.jboss.ejb.client.EJBClientConfiguration
public void addClusterConfiguration(EJBClientClusterConfig clusterConfig)
public void setInvocationTimeout(long invocationTimeout)
public void setDeploymentNodeSelector(org.jboss.ejb.client.DeploymentNodeSelector deploymentNodeSelector)
Copyright © 2018 JBoss by Red Hat. All rights reserved.