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

List of all members.

Public Member Functions

 MethodParams ()
JLinkedList getMethodParamList ()
void setMethodParamList (JLinkedList methodParamList)
void addMethodParam (String methodParam)
String toXML (int indent)

Detailed Description

This class defines the implementation of the element method-params

Author:
JOnAS team

Definition at line 37 of file MethodParams.java.


Constructor & Destructor Documentation

org.objectweb.jonas_ejb.deployment.xml.MethodParams.MethodParams  ) 
 

Constructor

Definition at line 48 of file MethodParams.java.


Member Function Documentation

void org.objectweb.jonas_ejb.deployment.xml.MethodParams.addMethodParam String  methodParam  ) 
 

Add a new method-param element to this object

Parameters:
methodParam the methodParamobject

Definition at line 73 of file MethodParams.java.

JLinkedList org.objectweb.jonas_ejb.deployment.xml.MethodParams.getMethodParamList  ) 
 

Gets the method-param

Returns:
the method-param

Definition at line 57 of file MethodParams.java.

Referenced by org.objectweb.jonas_ejb.deployment.api.CommonMethodDesc.generateEJBMethodPermissions(), org.objectweb.jonas_ejb.deployment.api.MethodDesc.matchPattern(), and org.objectweb.jonas_ejb.deployment.api.MethodDesc.methodElementToString().

void org.objectweb.jonas_ejb.deployment.xml.MethodParams.setMethodParamList JLinkedList  methodParamList  ) 
 

Set the method-param

Parameters:
methodParamList methodParam

Definition at line 65 of file MethodParams.java.

String org.objectweb.jonas_ejb.deployment.xml.MethodParams.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 82 of file MethodParams.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.QueryMethod.toXML(), org.objectweb.jonas_ejb.deployment.xml.Method.toXML(), and org.objectweb.jonas_ejb.deployment.xml.JonasMethod.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:41 2005 for JOnAS by  doxygen 1.3.9.1