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

List of all members.

Public Member Functions

 ExcludeList ()
String getDescription ()
void setDescription (String description)
JLinkedList getMethodList ()
void setMethodList (JLinkedList methodList)
void addMethod (Method method)
String toXML (int indent)

Detailed Description

This class defines the implementation of the element exclude-list

Author:
JOnAS team

Definition at line 37 of file ExcludeList.java.


Constructor & Destructor Documentation

org.objectweb.jonas_ejb.deployment.xml.ExcludeList.ExcludeList  ) 
 

Constructor

Definition at line 53 of file ExcludeList.java.


Member Function Documentation

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

Add a new method element to this object

Parameters:
method the methodobject

Definition at line 94 of file ExcludeList.java.

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

Gets the description

Returns:
the description

Definition at line 62 of file ExcludeList.java.

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

Gets the method

Returns:
the method

Definition at line 78 of file ExcludeList.java.

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

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

Set the description

Parameters:
description description

Definition at line 70 of file ExcludeList.java.

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

Set the method

Parameters:
methodList method

Definition at line 86 of file ExcludeList.java.

String org.objectweb.jonas_ejb.deployment.xml.ExcludeList.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 103 of file ExcludeList.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.AssemblyDescriptor.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:35 2005 for JOnAS by  doxygen 1.3.9.1