|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.metadata.MetaData
org.jboss.metadata.ActivationConfigPropertyMetaData
public class 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. |
void |
setName(String name)
|
void |
setValue(String value)
|
String |
toString()
|
| 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 value| Method Detail |
|---|
public String getName()
public void setName(String name)
public String getValue()
public void setValue(String value)
public void importXml(Element element)
throws org.jboss.deployment.DeploymentException
MetaData
importXml in interface XmlLoadableimportXml in class MetaDataelement - The element to import.
org.jboss.deployment.DeploymentException - Unrecognized root tag.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||