| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.xml.AbsElement org.objectweb.jonas_rar.deployment.xml.Activationspec
Activationspec | public class Activationspec extends AbsElement (Code) | | This class defines the implementation of the element activationspec
author: Eric Hardesty |
Activationspec | public Activationspec()(Code) | | Constructor
|
addRequiredConfigProperty | public void addRequiredConfigProperty(RequiredConfigProperty requiredConfigProperty)(Code) | | Add a new required-config-property element to this object
Parameters: requiredConfigProperty - the requiredConfigPropertyobject |
getActivationspecClass | public String getActivationspecClass()(Code) | | Gets the activationspec-class
the activationspec-class |
getRequiredConfigPropertyList | public JLinkedList getRequiredConfigPropertyList()(Code) | | Gets the required-config-property
the required-config-property |
setActivationspecClass | public void setActivationspecClass(String activationspecClass)(Code) | | Set the activationspec-class
Parameters: activationspecClass - activationspecClass |
setRequiredConfigPropertyList | public void setRequiredConfigPropertyList(JLinkedList requiredConfigPropertyList)(Code) | | Set the required-config-property
Parameters: requiredConfigPropertyList - requiredConfigProperty |
toXML | public String toXML(int indent)(Code) | | Represents this element by it's XML description.
Parameters: indent - use this indent for prefixing XML representation. the XML description of this object. |
|
|
|