org.objectweb.jonas_rar.deployment.xml
Class Activationspec

java.lang.Object
  extended by org.objectweb.jonas_lib.deployment.xml.AbsElement
      extended by org.objectweb.jonas_rar.deployment.xml.Activationspec
All Implemented Interfaces:
java.io.Serializable, Element

public class Activationspec
extends AbsElement

This class defines the implementation of the element activationspec

Author:
Eric Hardesty
See Also:
Serialized Form

Constructor Summary
Activationspec()
          Constructor
 
Method Summary
 void addRequiredConfigProperty(RequiredConfigProperty requiredConfigProperty)
          Add a new required-config-property element to this object
 java.lang.String getActivationspecClass()
          Gets the activationspec-class
 JLinkedList getRequiredConfigPropertyList()
          Gets the required-config-property
 void setActivationspecClass(java.lang.String activationspecClass)
          Set the activationspec-class
 void setRequiredConfigPropertyList(JLinkedList requiredConfigPropertyList)
          Set the required-config-property
 java.lang.String toXML(int indent)
          Represents this element by it's XML description.
 
Methods inherited from class org.objectweb.jonas_lib.deployment.xml.AbsElement
indent, toString, toXML, xmlAttribute, xmlElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Activationspec

public Activationspec()
Constructor

Method Detail

getActivationspecClass

public java.lang.String getActivationspecClass()
Gets the activationspec-class

Returns:
the activationspec-class

setActivationspecClass

public void setActivationspecClass(java.lang.String activationspecClass)
Set the activationspec-class

Parameters:
activationspecClass - activationspecClass

getRequiredConfigPropertyList

public JLinkedList getRequiredConfigPropertyList()
Gets the required-config-property

Returns:
the required-config-property

setRequiredConfigPropertyList

public void setRequiredConfigPropertyList(JLinkedList requiredConfigPropertyList)
Set the required-config-property

Parameters:
requiredConfigPropertyList - requiredConfigProperty

addRequiredConfigProperty

public void addRequiredConfigProperty(RequiredConfigProperty requiredConfigProperty)
Add a new required-config-property element to this object

Parameters:
requiredConfigProperty - the requiredConfigPropertyobject

toXML

public java.lang.String toXML(int indent)
Represents this element by it's XML description.

Specified by:
toXML in interface Element
Specified by:
toXML in class AbsElement
Parameters:
indent - use this indent for prefixing XML representation.
Returns:
the XML description of this object.