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

List of all members.

Public Member Functions

 ContainerTransaction ()
String getDescription ()
void setDescription (String description)
JLinkedList getMethodList ()
void setMethodList (JLinkedList methodList)
void addMethod (Method method)
String getTransAttribute ()
void setTransAttribute (String transAttribute)
String toXML (int indent)

Detailed Description

This class defines the implementation of the element container-transaction

Author:
JOnAS team

Definition at line 37 of file ContainerTransaction.java.


Constructor & Destructor Documentation

org.objectweb.jonas_ejb.deployment.xml.ContainerTransaction.ContainerTransaction  ) 
 

Constructor

Definition at line 58 of file ContainerTransaction.java.


Member Function Documentation

void org.objectweb.jonas_ejb.deployment.xml.ContainerTransaction.addMethod Method  method  ) 
 

Add a new method element to this object

Parameters:
method the methodobject

Definition at line 99 of file ContainerTransaction.java.

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

Gets the description

Returns:
the description

Definition at line 67 of file ContainerTransaction.java.

JLinkedList org.objectweb.jonas_ejb.deployment.xml.ContainerTransaction.getMethodList  ) 
 

Gets the method

Returns:
the method

Definition at line 83 of file ContainerTransaction.java.

String org.objectweb.jonas_ejb.deployment.xml.ContainerTransaction.getTransAttribute  ) 
 

Gets the trans-attribute

Returns:
the trans-attribute

Definition at line 107 of file ContainerTransaction.java.

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

Set the description

Parameters:
description description

Definition at line 75 of file ContainerTransaction.java.

void org.objectweb.jonas_ejb.deployment.xml.ContainerTransaction.setMethodList JLinkedList  methodList  ) 
 

Set the method

Parameters:
methodList method

Definition at line 91 of file ContainerTransaction.java.

void org.objectweb.jonas_ejb.deployment.xml.ContainerTransaction.setTransAttribute String  transAttribute  ) 
 

Set the trans-attribute

Parameters:
transAttribute transAttribute

Definition at line 115 of file ContainerTransaction.java.

String org.objectweb.jonas_ejb.deployment.xml.ContainerTransaction.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 124 of file ContainerTransaction.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:11:33 2005 for JOnAS by  doxygen 1.3.9.1