org.objectweb.jonas_ejb.deployment.xml.ActivationConfig Class Reference

List of all members.

Public Member Functions

 ActivationConfig ()
String getDescription ()
void setDescription (String description)
JLinkedList getActivationConfigPropertyList ()
void setActivationConfigPropertyList (JLinkedList activationConfigPropertyList)
void addActivationConfigProperty (ActivationConfigProperty activationConfigProperty)
String toXML (int indent)

Detailed Description

This class defines the implementation of the element activation-config

Author:
JOnAS team

Definition at line 39 of file ActivationConfig.java.


Constructor & Destructor Documentation

org.objectweb.jonas_ejb.deployment.xml.ActivationConfig.ActivationConfig  ) 
 

Constructor

Definition at line 55 of file ActivationConfig.java.


Member Function Documentation

void org.objectweb.jonas_ejb.deployment.xml.ActivationConfig.addActivationConfigProperty ActivationConfigProperty  activationConfigProperty  ) 
 

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

Parameters:
activationConfigProperty the activationConfigPropertyobject

Definition at line 97 of file ActivationConfig.java.

JLinkedList org.objectweb.jonas_ejb.deployment.xml.ActivationConfig.getActivationConfigPropertyList  ) 
 

Gets the list of activation-config-property

Returns:
the list of activation-config-property

Definition at line 81 of file ActivationConfig.java.

Referenced by org.objectweb.jonas_ejb.deployment.api.ActivationConfigDesc.ActivationConfigDesc().

String org.objectweb.jonas_ejb.deployment.xml.ActivationConfig.getDescription  ) 
 

Gets the description

Returns:
the description

Definition at line 65 of file ActivationConfig.java.

Referenced by org.objectweb.jonas_ejb.deployment.api.ActivationConfigDesc.ActivationConfigDesc().

void org.objectweb.jonas_ejb.deployment.xml.ActivationConfig.setActivationConfigPropertyList JLinkedList  activationConfigPropertyList  ) 
 

Set the activation-config-property

Parameters:
activationConfigPropertyList activationConfigProperty

Definition at line 89 of file ActivationConfig.java.

void org.objectweb.jonas_ejb.deployment.xml.ActivationConfig.setDescription String  description  ) 
 

Set the description

Parameters:
description description

Definition at line 73 of file ActivationConfig.java.

String org.objectweb.jonas_ejb.deployment.xml.ActivationConfig.toXML int  indent  ) 
 

Represents this element by it's XML description.

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

Definition at line 108 of file ActivationConfig.java.

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

Referenced by org.objectweb.jonas_ejb.deployment.xml.MessageDriven.toXML(), and org.objectweb.jonas_ejb.deployment.xml.JonasMessageDriven.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:11:31 2005 for JOnAS by  doxygen 1.3.9.1