| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.xml.AbsElement org.objectweb.jonas_rar.deployment.xml.JonasActivationspec
JonasActivationspec | public class JonasActivationspec extends AbsElement implements TopLevelElement(Code) | | This class defines the implementation of the element jonas-activationspec
author: Eric Hardesty |
JonasActivationspec | public JonasActivationspec()(Code) | | Constructor
|
addDescription | public void addDescription(String description)(Code) | | Add a new description element to this object
Parameters: description - the description String |
getDefaultAS | public String getDefaultAS()(Code) | | Gets the defaultAS
the defaultAS |
getDescriptionList | public JLinkedList getDescriptionList()(Code) | | Gets the description
the description |
getJndiName | public String getJndiName()(Code) | | Gets the jndiname
the jndiname |
setDefaultAS | public void setDefaultAS(String defaultAS)(Code) | | Set the defaultAS
Parameters: defaultAS - defaultAS |
setDescriptionList | public void setDescriptionList(JLinkedList descriptionList)(Code) | | Set the description
Parameters: descriptionList - description |
setId | public void setId(String id)(Code) | | Set the id
Parameters: id - id |
setJndiName | public void setJndiName(String jndiName)(Code) | | Set the jndiname
Parameters: jndiName - jndiname |
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. |
|
|
|