Package org.apache.openejb.jee.jba
Class ClusterConfig
- java.lang.Object
-
- org.apache.openejb.jee.jba.ClusterConfig
-
public class ClusterConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected StringbeanLoadBalancePolicyprotected StringhomeLoadBalancePolicyprotected StringpartitionNameprotected StringsessionStateManagerJndiName
-
Constructor Summary
Constructors Constructor Description ClusterConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBeanLoadBalancePolicy()Gets the value of the beanLoadBalancePolicy property.StringgetHomeLoadBalancePolicy()Gets the value of the homeLoadBalancePolicy property.StringgetPartitionName()Gets the value of the partitionName property.StringgetSessionStateManagerJndiName()Gets the value of the sessionStateManagerJndiName property.voidsetBeanLoadBalancePolicy(String value)Sets the value of the beanLoadBalancePolicy property.voidsetHomeLoadBalancePolicy(String value)Sets the value of the homeLoadBalancePolicy property.voidsetPartitionName(String value)Sets the value of the partitionName property.voidsetSessionStateManagerJndiName(String value)Sets the value of the sessionStateManagerJndiName property.
-
-
-
Method Detail
-
getPartitionName
public String getPartitionName()
Gets the value of the partitionName property.- Returns:
- possible object is
String
-
setPartitionName
public void setPartitionName(String value)
Sets the value of the partitionName property.- Parameters:
value- allowed object isString
-
getHomeLoadBalancePolicy
public String getHomeLoadBalancePolicy()
Gets the value of the homeLoadBalancePolicy property.- Returns:
- possible object is
String
-
setHomeLoadBalancePolicy
public void setHomeLoadBalancePolicy(String value)
Sets the value of the homeLoadBalancePolicy property.- Parameters:
value- allowed object isString
-
getBeanLoadBalancePolicy
public String getBeanLoadBalancePolicy()
Gets the value of the beanLoadBalancePolicy property.- Returns:
- possible object is
String
-
setBeanLoadBalancePolicy
public void setBeanLoadBalancePolicy(String value)
Sets the value of the beanLoadBalancePolicy property.- Parameters:
value- allowed object isString
-
getSessionStateManagerJndiName
public String getSessionStateManagerJndiName()
Gets the value of the sessionStateManagerJndiName property.- Returns:
- possible object is
String
-
-