org.apache.openejb.jee.jba
Class ClusterConfig

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

public class ClusterConfig
extends java.lang.Object


Field Summary
protected  java.lang.String beanLoadBalancePolicy
           
protected  java.lang.String homeLoadBalancePolicy
           
protected  java.lang.String partitionName
           
protected  java.lang.String sessionStateManagerJndiName
           
 
Constructor Summary
ClusterConfig()
           
 
Method Summary
 java.lang.String getBeanLoadBalancePolicy()
          Gets the value of the beanLoadBalancePolicy property.
 java.lang.String getHomeLoadBalancePolicy()
          Gets the value of the homeLoadBalancePolicy property.
 java.lang.String getPartitionName()
          Gets the value of the partitionName property.
 java.lang.String getSessionStateManagerJndiName()
          Gets the value of the sessionStateManagerJndiName property.
 void setBeanLoadBalancePolicy(java.lang.String value)
          Sets the value of the beanLoadBalancePolicy property.
 void setHomeLoadBalancePolicy(java.lang.String value)
          Sets the value of the homeLoadBalancePolicy property.
 void setPartitionName(java.lang.String value)
          Sets the value of the partitionName property.
 void setSessionStateManagerJndiName(java.lang.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 java.lang.String partitionName

homeLoadBalancePolicy

protected java.lang.String homeLoadBalancePolicy

beanLoadBalancePolicy

protected java.lang.String beanLoadBalancePolicy

sessionStateManagerJndiName

protected java.lang.String sessionStateManagerJndiName
Constructor Detail

ClusterConfig

public ClusterConfig()
Method Detail

getPartitionName

public java.lang.String getPartitionName()
Gets the value of the partitionName property.

Returns:
possible object is String

setPartitionName

public void setPartitionName(java.lang.String value)
Sets the value of the partitionName property.

Parameters:
value - allowed object is String

getHomeLoadBalancePolicy

public java.lang.String getHomeLoadBalancePolicy()
Gets the value of the homeLoadBalancePolicy property.

Returns:
possible object is String

setHomeLoadBalancePolicy

public void setHomeLoadBalancePolicy(java.lang.String value)
Sets the value of the homeLoadBalancePolicy property.

Parameters:
value - allowed object is String

getBeanLoadBalancePolicy

public java.lang.String getBeanLoadBalancePolicy()
Gets the value of the beanLoadBalancePolicy property.

Returns:
possible object is String

setBeanLoadBalancePolicy

public void setBeanLoadBalancePolicy(java.lang.String value)
Sets the value of the beanLoadBalancePolicy property.

Parameters:
value - allowed object is String

getSessionStateManagerJndiName

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

Returns:
possible object is String

setSessionStateManagerJndiName

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

Parameters:
value - allowed object is String


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