org.apache.openejb.jee.jba
Class ClusterConfig

java.lang.Object
  extended by org.apache.openejb.jee.jba.ClusterConfig

public class ClusterConfig
extends Object


Field Summary
protected  String beanLoadBalancePolicy
           
protected  String homeLoadBalancePolicy
           
protected  String partitionName
           
protected  String sessionStateManagerJndiName
           
 
Constructor Summary
ClusterConfig()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

partitionName

protected String partitionName

homeLoadBalancePolicy

protected String homeLoadBalancePolicy

beanLoadBalancePolicy

protected String beanLoadBalancePolicy

sessionStateManagerJndiName

protected String sessionStateManagerJndiName
Constructor Detail

ClusterConfig

public ClusterConfig()
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 is String

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 is String

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 is String

getSessionStateManagerJndiName

public String getSessionStateManagerJndiName()
Gets the value of the sessionStateManagerJndiName property.

Returns:
possible object is String

setSessionStateManagerJndiName

public void setSessionStateManagerJndiName(String value)
Sets the value of the sessionStateManagerJndiName property.

Parameters:
value - allowed object is String


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.