org.jboss.metadata
Class ClusterConfigMetaData
java.lang.Object
org.jboss.metadata.MetaData (src)
org.jboss.metadata.ClusterConfigMetaData
- All Implemented Interfaces:
- java.lang.Cloneable, XmlLoadable (src)
- public class ClusterConfigMetaData
- extends MetaData (src)
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.
Methods inherited from class org.jboss.metadata.MetaData (src) |
clone, getChildrenByTagName, getElementAttribute, getElementContent, getElementContent, 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 |
JNDI_PREFIX_FOR_SESSION_STATE
public static final java.lang.String JNDI_PREFIX_FOR_SESSION_STATE
- See Also:
- Constant Field Values (src)
DEFAULT_SESSION_STATE_NAME
public static final java.lang.String DEFAULT_SESSION_STATE_NAME
- See Also:
- Constant Field Values (src)
ClusterConfigMetaData
public ClusterConfigMetaData()
getPartitionName
public java.lang.String getPartitionName()
getHomeLoadBalancePolicy
public java.lang.String getHomeLoadBalancePolicy()
getBeanLoadBalancePolicy
public java.lang.String getBeanLoadBalancePolicy()
getHaSessionStateName
public java.lang.String getHaSessionStateName()
init
public void init(BeanMetaData (src) data)
importJbossXml
public void importJbossXml(org.w3c.dom.Element element)
throws DeploymentException (src)
- Description copied from class:
MetaData (src)
- Non-operation.
- Overrides:
importJbossXml
in class MetaData (src)
- Parameters:
element
-
- Throws:
DeploymentException (src)