org.objectweb.jonas_rar.deployment.xml.JonasActivationspec Class Reference

List of all members.

Public Member Functions

 JonasActivationspec ()
String getId ()
void setId (String id)
JLinkedList getDescriptionList ()
void setDescriptionList (JLinkedList descriptionList)
void addDescription (String description)
String getJndiName ()
void setJndiName (String jndiName)
String getDefaultAS ()
void setDefaultAS (String defaultAS)
String toXML (int indent)

Detailed Description

This class defines the implementation of the element jonas-activationspec

Author:
Eric Hardesty

Definition at line 39 of file JonasActivationspec.java.


Constructor & Destructor Documentation

org.objectweb.jonas_rar.deployment.xml.JonasActivationspec.JonasActivationspec  ) 
 

Constructor

Definition at line 64 of file JonasActivationspec.java.


Member Function Documentation

void org.objectweb.jonas_rar.deployment.xml.JonasActivationspec.addDescription String  description  ) 
 

Add a new description element to this object

Parameters:
description the description String

Definition at line 105 of file JonasActivationspec.java.

String org.objectweb.jonas_rar.deployment.xml.JonasActivationspec.getDefaultAS  ) 
 

Gets the defaultAS

Returns:
the defaultAS

Definition at line 129 of file JonasActivationspec.java.

Referenced by org.objectweb.jonas_rar.deployment.api.JonasActivationspecDesc.JonasActivationspecDesc().

JLinkedList org.objectweb.jonas_rar.deployment.xml.JonasActivationspec.getDescriptionList  ) 
 

Gets the description

Returns:
the description

Definition at line 89 of file JonasActivationspec.java.

Referenced by org.objectweb.jonas_rar.deployment.api.JonasActivationspecDesc.JonasActivationspecDesc().

String org.objectweb.jonas_rar.deployment.xml.JonasActivationspec.getId  ) 
 

Gets the id

Returns:
the id

Definition at line 73 of file JonasActivationspec.java.

Referenced by org.objectweb.jonas_rar.deployment.api.JonasActivationspecDesc.JonasActivationspecDesc().

String org.objectweb.jonas_rar.deployment.xml.JonasActivationspec.getJndiName  ) 
 

Gets the jndiname

Returns:
the jndiname

Definition at line 113 of file JonasActivationspec.java.

Referenced by org.objectweb.jonas_rar.deployment.api.JonasActivationspecDesc.JonasActivationspecDesc().

void org.objectweb.jonas_rar.deployment.xml.JonasActivationspec.setDefaultAS String  defaultAS  ) 
 

Set the defaultAS

Parameters:
defaultAS defaultAS

Definition at line 137 of file JonasActivationspec.java.

void org.objectweb.jonas_rar.deployment.xml.JonasActivationspec.setDescriptionList JLinkedList  descriptionList  ) 
 

Set the description

Parameters:
descriptionList description

Definition at line 97 of file JonasActivationspec.java.

void org.objectweb.jonas_rar.deployment.xml.JonasActivationspec.setId String  id  ) 
 

Set the id

Parameters:
id id

Definition at line 81 of file JonasActivationspec.java.

void org.objectweb.jonas_rar.deployment.xml.JonasActivationspec.setJndiName String  jndiName  ) 
 

Set the jndiname

Parameters:
jndiName jndiname

Definition at line 121 of file JonasActivationspec.java.

String org.objectweb.jonas_rar.deployment.xml.JonasActivationspec.toXML int  indent  ) 
 

Represents this element by it's XML description.

Parameters:
indent use this indent for prefixing XML representation.
Returns:
the XML description of this object.

Definition at line 146 of file JonasActivationspec.java.

References org.objectweb.jonas_lib.deployment.xml.JLinkedList.toString(), and org.objectweb.jonas_lib.deployment.xml.JLinkedList.toXML().

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:13:21 2005 for JOnAS by  doxygen 1.3.9.1