org.jboss.metadata
Class ClusterConfigMetaData

java.lang.Object
  extended by org.jboss.metadata.MetaData
      extended by org.jboss.metadata.OldMetaData<ClusterConfigMetaData>
          extended by org.jboss.metadata.ClusterConfigMetaData
All Implemented Interfaces:
Cloneable, XmlLoadable

Deprecated.

@Deprecated
public class ClusterConfigMetaData
extends OldMetaData<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.

Version:
$Revision: 37390 $
Author:
Bill Burke., Adrian Brock

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 org.jboss.metadata.MetaData
clone, getChildrenByTagName, getElementAttribute, getElementAttribute, getElementContent, getElementContent, getElementContent, getFirstElementContent, getFirstElementContent, getOptionalChild, getOptionalChild, getOptionalChildBooleanContent, getOptionalChildBooleanContent, getOptionalChildContent, getOptionalChildContent, getUniqueChild, getUniqueChildContent, importXml, jdk13Enabled
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

JNDI_PREFIX_FOR_SESSION_STATE

public static final String JNDI_PREFIX_FOR_SESSION_STATE
Deprecated. 
See Also:
Constant Field Values

DEFAULT_SESSION_STATE_NAME

public static final String DEFAULT_SESSION_STATE_NAME
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

ClusterConfigMetaData

public ClusterConfigMetaData(ClusterConfigMetaData delegate)
Deprecated. 
Create a new ClusterConfigMetaData.

Parameters:
delegate - the delegate
Throws:
IllegalArgumentException - for a null delegate

ClusterConfigMetaData

protected ClusterConfigMetaData(org.jboss.metadata.spi.MetaData metaData)
Deprecated. 
Create a new ClusterConfigMetaData.

Parameters:
metaData - the delegate metadata
Throws:
IllegalArgumentException - for a null metaData
IllegalStateException - if the metadata doesn't have an ClusterConfigMetaData
Method Detail

getPartitionName

public String getPartitionName()
Deprecated. 
Get the partition name

Returns:
the partition name

getHomeLoadBalancePolicy

public String getHomeLoadBalancePolicy()
Deprecated. 
Get the home load balancing policy

Returns:
the home load balancing policy

getBeanLoadBalancePolicy

public String getBeanLoadBalancePolicy()
Deprecated. 
Get the bean load balancing policy

Returns:
the bean load balancing policy

getHaSessionStateName

public String getHaSessionStateName()
Deprecated. 
Get the ha session state name

Returns:
the ha session state name


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.