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.EJBClientConfigurationpublic org.xnio.OptionMap getEndpointCreationOptions()
getEndpointCreationOptions in interface org.jboss.ejb.client.EJBClientConfigurationpublic org.xnio.OptionMap getRemoteConnectionProviderCreationOptions()
getRemoteConnectionProviderCreationOptions in interface org.jboss.ejb.client.EJBClientConfigurationpublic CallbackHandler getCallbackHandler()
getCallbackHandler in interface org.jboss.ejb.client.EJBClientConfigurationpublic Iterator<org.jboss.ejb.client.EJBClientConfiguration.RemotingConnectionConfiguration> getConnectionConfigurations()
getConnectionConfigurations in interface org.jboss.ejb.client.EJBClientConfigurationpublic org.jboss.ejb.client.EJBClientConfiguration.ClusterConfiguration getClusterConfiguration(String nodeName)
getClusterConfiguration in interface org.jboss.ejb.client.EJBClientConfigurationpublic long getInvocationTimeout()
getInvocationTimeout in interface org.jboss.ejb.client.EJBClientConfigurationpublic long getReconnectTasksTimeout()
getReconnectTasksTimeout in interface org.jboss.ejb.client.EJBClientConfigurationpublic org.jboss.ejb.client.DeploymentNodeSelector getDeploymentNodeSelector()
getDeploymentNodeSelector in interface org.jboss.ejb.client.EJBClientConfigurationpublic void addClusterConfiguration(EJBClientClusterConfig clusterConfig)
public void setInvocationTimeout(long invocationTimeout)
public void setDeploymentNodeSelector(org.jboss.ejb.client.DeploymentNodeSelector deploymentNodeSelector)
Copyright © 2014 JBoss by Red Hat. All rights reserved.