|
||||||||||
| PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.metadata.MetaData (src)
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 (src) |
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(java.lang.String name,
java.lang.String value)
Create a new Activation Config Property MetaData object |
|
| Method Summary | |
java.lang.String |
getName()
Retrieve the property name |
java.lang.String |
getValue()
Retrieve the property value |
void |
importXml(org.w3c.dom.Element element)
Imports either the jboss or ejb-jar from the given element. |
java.lang.String |
toString()
|
| Methods inherited from class org.jboss.metadata.MetaData (src) |
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(java.lang.String name,
java.lang.String value)
name - the namevalue - the value| Method Detail |
public java.lang.String getName()
public java.lang.String getValue()
public void importXml(org.w3c.dom.Element element)
throws DeploymentException (src)
MetaData (src)
importXml in interface XmlLoadable (src) importXml in class MetaData (src) element - The element to import.
DeploymentException (src) - Unrecognized root tag.public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||