org.jboss.metadata
Class ClusterConfigMetaData

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

public class ClusterConfigMetaData
extends MetaData

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: 57209 $
Author:
Bill Burke.

Field Summary
static String DEFAULT_SESSION_STATE_NAME
           
static String JNDI_PREFIX_FOR_SESSION_STATE
           
 
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()
           
 
Method Summary
 String getBeanLoadBalancePolicy()
           
 String getHaSessionStateName()
           
 String getHomeLoadBalancePolicy()
           
 String getPartitionName()
           
 void importJbossXml(Element element)
          Non-operation.
 void init(BeanMetaData data)
           
 
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, importEjbJarXml, importXml, jdk13Enabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JNDI_PREFIX_FOR_SESSION_STATE

public static final String JNDI_PREFIX_FOR_SESSION_STATE
See Also:
Constant Field Values

DEFAULT_SESSION_STATE_NAME

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

ClusterConfigMetaData

public ClusterConfigMetaData()
Method Detail

getPartitionName

public String getPartitionName()

getHomeLoadBalancePolicy

public String getHomeLoadBalancePolicy()

getBeanLoadBalancePolicy

public String getBeanLoadBalancePolicy()

getHaSessionStateName

public String getHaSessionStateName()

init

public void init(BeanMetaData data)

importJbossXml

public void importJbossXml(Element element)
                    throws org.jboss.deployment.DeploymentException
Description copied from class: MetaData
Non-operation.

Overrides:
importJbossXml in class MetaData
Throws:
org.jboss.deployment.DeploymentException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.