|
JBoss EJB client 2.0.0.Beta4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface EJBClientConfiguration.ClusterConfiguration
Holds cluster specific configurations
| Method Summary | |
|---|---|
String |
getClusterName()
Returns the cluster name. |
ClusterNodeSelector |
getClusterNodeSelector()
Returns the ClusterNodeSelector to be used for this cluster. |
long |
getMaximumAllowedConnectedNodes()
Returns the maximum number of nodes which are allowed to be connected at a given time, in this cluster |
EJBClientConfiguration.ClusterNodeConfiguration |
getNodeConfiguration(String nodeName)
Returns the configuration corresponding to the nodeName in this cluster. |
| Methods inherited from interface org.jboss.ejb.client.EJBClientConfiguration.CommonConnectionCreationConfiguration |
|---|
getCallbackHandler, getChannelCreationOptions, getConnectionCreationOptions, getConnectionTimeout, isConnectEagerly |
| Method Detail |
|---|
String getClusterName()
long getMaximumAllowedConnectedNodes()
ClusterNodeSelector getClusterNodeSelector()
ClusterNodeSelector to be used for this cluster. This method can return
null, in which case the cluster will use some default ClusterNodeSelector
EJBClientConfiguration.ClusterNodeConfiguration getNodeConfiguration(String nodeName)
nodeName in this cluster. Returns null
if no such configuration exists
nodeName - The name of the node in this cluster
|
JBoss EJB client 2.0.0.Beta4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||