|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.metadata.MetaData org.jboss.metadata.ActivationConfigPropertyMetaData
Parse the activation-config-property element used in message driven bean. It is a name/value pair
Field Summary |
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 | |
ActivationConfigPropertyMetaData()
Create a new Activation Config Property MetaData object |
|
ActivationConfigPropertyMetaData(String name,
String value)
Create a new Activation Config Property MetaData object |
Method Summary | |
String |
getName()
Retrieve the property name |
String |
getValue()
Retrieve the property value |
void |
importXml(Element element)
Imports either the jboss or ejb-jar from the given element. |
String |
toString()
|
Methods inherited from class org.jboss.metadata.MetaData |
clone, getChildrenByTagName, getElementAttribute, getElementContent, getElementContent, getFirstElementContent, getOptionalChild, getOptionalChild, getOptionalChildBooleanContent, getOptionalChildBooleanContent, getOptionalChildContent, getOptionalChildContent, getUniqueChild, getUniqueChildContent, importEjbJarXml, importJbossXml, jdk13Enabled |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ActivationConfigPropertyMetaData()
public ActivationConfigPropertyMetaData(String name, String value)
name
- the namevalue
- the valueMethod Detail |
public String getName()
public String getValue()
public void importXml(Element element) throws org.jboss.deployment.DeploymentException
MetaData
importXml
in interface XmlLoadable
importXml
in class MetaData
element
- The element to import.
org.jboss.deployment.DeploymentException
- Unrecognized root tag.public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |