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

List of all members.

Public Member Functions

 Activationspec ()
String getActivationspecClass ()
void setActivationspecClass (String activationspecClass)
JLinkedList getRequiredConfigPropertyList ()
void setRequiredConfigPropertyList (JLinkedList requiredConfigPropertyList)
void addRequiredConfigProperty (RequiredConfigProperty requiredConfigProperty)
String toXML (int indent)

Detailed Description

This class defines the implementation of the element activationspec

Author:
Eric Hardesty

Definition at line 37 of file Activationspec.java.


Constructor & Destructor Documentation

org.objectweb.jonas_rar.deployment.xml.Activationspec.Activationspec  ) 
 

Constructor

Definition at line 53 of file Activationspec.java.


Member Function Documentation

void org.objectweb.jonas_rar.deployment.xml.Activationspec.addRequiredConfigProperty RequiredConfigProperty  requiredConfigProperty  ) 
 

Add a new required-config-property element to this object

Parameters:
requiredConfigProperty the requiredConfigPropertyobject

Definition at line 94 of file Activationspec.java.

String org.objectweb.jonas_rar.deployment.xml.Activationspec.getActivationspecClass  ) 
 

Gets the activationspec-class

Returns:
the activationspec-class

Definition at line 62 of file Activationspec.java.

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

JLinkedList org.objectweb.jonas_rar.deployment.xml.Activationspec.getRequiredConfigPropertyList  ) 
 

Gets the required-config-property

Returns:
the required-config-property

Definition at line 78 of file Activationspec.java.

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

void org.objectweb.jonas_rar.deployment.xml.Activationspec.setActivationspecClass String  activationspecClass  ) 
 

Set the activationspec-class

Parameters:
activationspecClass activationspecClass

Definition at line 70 of file Activationspec.java.

void org.objectweb.jonas_rar.deployment.xml.Activationspec.setRequiredConfigPropertyList JLinkedList  requiredConfigPropertyList  ) 
 

Set the required-config-property

Parameters:
requiredConfigPropertyList requiredConfigProperty

Definition at line 86 of file Activationspec.java.

String org.objectweb.jonas_rar.deployment.xml.Activationspec.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 103 of file Activationspec.java.

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

Referenced by org.objectweb.jonas_rar.deployment.xml.Messagelistener.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:19 2005 for JOnAS by  doxygen 1.3.9.1