| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.xml.AbsElement org.objectweb.jonas_ejb.deployment.xml.ActivationConfig
ActivationConfig | public class ActivationConfig extends AbsElement (Code) | | This class defines the implementation of the element activation-config
author: JOnAS team |
ActivationConfig | public ActivationConfig()(Code) | | Constructor
|
addActivationConfigProperty | public void addActivationConfigProperty(ActivationConfigProperty activationConfigProperty)(Code) | | Add a new activation-config-property element to this object
Parameters: activationConfigProperty - the activationConfigPropertyobject |
getActivationConfigPropertyList | public JLinkedList getActivationConfigPropertyList()(Code) | | Gets the list of activation-config-property
the list of activation-config-property |
getDescription | public String getDescription()(Code) | | Gets the description
the description |
setActivationConfigPropertyList | public void setActivationConfigPropertyList(JLinkedList activationConfigPropertyList)(Code) | | Set the activation-config-property
Parameters: activationConfigPropertyList - activationConfigProperty |
setDescription | public void setDescription(String description)(Code) | | Set the description
Parameters: description - description |
toXML | public String toXML(int indent)(Code) | | Represents this element by it's XML description.
Parameters: indent - use this indent for prexifing XML representation. the XML description of this object. |
|
|
|