public class ClusterConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
beanLoadBalancePolicy |
protected String |
homeLoadBalancePolicy |
protected String |
partitionName |
protected String |
sessionStateManagerJndiName |
| Constructor and Description |
|---|
ClusterConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBeanLoadBalancePolicy()
Gets the value of the beanLoadBalancePolicy property.
|
String |
getHomeLoadBalancePolicy()
Gets the value of the homeLoadBalancePolicy property.
|
String |
getPartitionName()
Gets the value of the partitionName property.
|
String |
getSessionStateManagerJndiName()
Gets the value of the sessionStateManagerJndiName property.
|
void |
setBeanLoadBalancePolicy(String value)
Sets the value of the beanLoadBalancePolicy property.
|
void |
setHomeLoadBalancePolicy(String value)
Sets the value of the homeLoadBalancePolicy property.
|
void |
setPartitionName(String value)
Sets the value of the partitionName property.
|
void |
setSessionStateManagerJndiName(String value)
Sets the value of the sessionStateManagerJndiName property.
|
protected String partitionName
protected String homeLoadBalancePolicy
protected String beanLoadBalancePolicy
protected String sessionStateManagerJndiName
public String getPartitionName()
Stringpublic void setPartitionName(String value)
value - allowed object is
Stringpublic String getHomeLoadBalancePolicy()
Stringpublic void setHomeLoadBalancePolicy(String value)
value - allowed object is
Stringpublic String getBeanLoadBalancePolicy()
Stringpublic void setBeanLoadBalancePolicy(String value)
value - allowed object is
Stringpublic String getSessionStateManagerJndiName()
StringCopyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.