|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.metadata.MetaData
org.jboss.metadata.OldMetaData<ClusterConfigMetaData>
org.jboss.metadata.ClusterConfigMetaData
@Deprecated public class ClusterConfigMetaData
The meta data object for the cluster-config element. This element only defines the HAPartition name at this time. It will be expanded to include other cluster configuration parameters later on.
Field Summary | |
---|---|
static String |
DEFAULT_SESSION_STATE_NAME
Deprecated. |
static String |
JNDI_PREFIX_FOR_SESSION_STATE
Deprecated. |
Fields inherited from class org.jboss.metadata.MetaData |
---|
log, TX_MANDATORY, TX_NEVER, TX_NOT_SUPPORTED, TX_REQUIRED, TX_REQUIRES_NEW, TX_SUPPORTS, TX_UNKNOWN |
Constructor Summary | |
---|---|
|
ClusterConfigMetaData(ClusterConfigMetaData delegate)
Deprecated. Create a new ClusterConfigMetaData. |
protected |
ClusterConfigMetaData(org.jboss.metadata.spi.MetaData metaData)
Deprecated. Create a new ClusterConfigMetaData. |
Method Summary | |
---|---|
String |
getBeanLoadBalancePolicy()
Deprecated. Get the bean load balancing policy |
String |
getHaSessionStateName()
Deprecated. Get the ha session state name |
String |
getHomeLoadBalancePolicy()
Deprecated. Get the home load balancing policy |
String |
getPartitionName()
Deprecated. Get the partition name |
Methods inherited from class org.jboss.metadata.OldMetaData |
---|
equals, getDelegate, getMetaData, hashCode, importEjbJarXml, importJbossXml, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String JNDI_PREFIX_FOR_SESSION_STATE
public static final String DEFAULT_SESSION_STATE_NAME
Constructor Detail |
---|
public ClusterConfigMetaData(ClusterConfigMetaData delegate)
delegate
- the delegate
IllegalArgumentException
- for a null delegateprotected ClusterConfigMetaData(org.jboss.metadata.spi.MetaData metaData)
metaData
- the delegate metadata
IllegalArgumentException
- for a null metaData
IllegalStateException
- if the metadata doesn't have an ClusterConfigMetaData
Method Detail |
---|
public String getPartitionName()
public String getHomeLoadBalancePolicy()
public String getBeanLoadBalancePolicy()
public String getHaSessionStateName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |