|
||||||||||
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.OldMetaData<ActivationConfigPropertyMetaData>
org.jboss.metadata.ActivationConfigPropertyMetaData
@Deprecated 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(ActivationConfigPropertyMetaData delegate)
Deprecated. Create a new ActivationConfigPropertyMetaData. |
protected |
ActivationConfigPropertyMetaData(org.jboss.metadata.spi.MetaData metaData)
Deprecated. Create a new ActivationConfigPropertyMetaData. |
Method Summary | |
---|---|
String |
getName()
Deprecated. Retrieve the property name |
String |
getValue()
Deprecated. Retrieve the property value |
void |
setName(String name)
Deprecated. Set the name |
void |
setValue(String value)
Deprecated. Set the value |
String |
toString()
Deprecated. |
Methods inherited from class org.jboss.metadata.OldMetaData |
---|
equals, getDelegate, getMetaData, hashCode, importEjbJarXml, importJbossXml |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ActivationConfigPropertyMetaData(ActivationConfigPropertyMetaData delegate)
delegate
- the delegate
IllegalArgumentException
- for a null delegateprotected ActivationConfigPropertyMetaData(org.jboss.metadata.spi.MetaData metaData)
metaData
- the delegate metadata
IllegalArgumentException
- for a null metaData
IllegalStateException
- if the metadata doesn't have an ActivationConfigPropertyMetaData
Method Detail |
---|
public String getName()
public void setName(String name)
name
- the name
UnsupportedOperationException
- alwayspublic String getValue()
public void setValue(String value)
value
- the value
UnsupportedOperationException
- alwayspublic String toString()
toString
in class OldMetaData<ActivationConfigPropertyMetaData>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |