org.jboss.metadata
Class ActivationConfigPropertyMetaData

java.lang.Object
  extended by org.jboss.metadata.MetaData
      extended by org.jboss.metadata.OldMetaData<ActivationConfigPropertyMetaData>
          extended by org.jboss.metadata.ActivationConfigPropertyMetaData
All Implemented Interfaces:
Cloneable, XmlLoadable

Deprecated.

@Deprecated
public class ActivationConfigPropertyMetaData
extends OldMetaData<ActivationConfigPropertyMetaData>

Parse the activation-config-property element used in message driven bean. It is a name/value pair

Version:
$Revision: 37459 $
Author:
Adrian Brock.

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 org.jboss.metadata.MetaData
clone, getChildrenByTagName, getElementAttribute, getElementAttribute, getElementContent, getElementContent, getElementContent, getFirstElementContent, getFirstElementContent, getOptionalChild, getOptionalChild, getOptionalChildBooleanContent, getOptionalChildBooleanContent, getOptionalChildContent, getOptionalChildContent, getUniqueChild, getUniqueChildContent, importXml, jdk13Enabled
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActivationConfigPropertyMetaData

public ActivationConfigPropertyMetaData(ActivationConfigPropertyMetaData delegate)
Deprecated. 
Create a new ActivationConfigPropertyMetaData.

Parameters:
delegate - the delegate
Throws:
IllegalArgumentException - for a null delegate

ActivationConfigPropertyMetaData

protected ActivationConfigPropertyMetaData(org.jboss.metadata.spi.MetaData metaData)
Deprecated. 
Create a new ActivationConfigPropertyMetaData.

Parameters:
metaData - the delegate metadata
Throws:
IllegalArgumentException - for a null metaData
IllegalStateException - if the metadata doesn't have an ActivationConfigPropertyMetaData
Method Detail

getName

public String getName()
Deprecated. 
Retrieve the property name

Returns:
the name

setName

public void setName(String name)
Deprecated. 
Set the name

Parameters:
name - the name
Throws:
UnsupportedOperationException - always

getValue

public String getValue()
Deprecated. 
Retrieve the property value

Returns:
the value

setValue

public void setValue(String value)
Deprecated. 
Set the value

Parameters:
value - the value
Throws:
UnsupportedOperationException - always

toString

public String toString()
Deprecated. 
Overrides:
toString in class OldMetaData<ActivationConfigPropertyMetaData>


Copyright © 2009 JBoss Inc.. All Rights Reserved.