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

Collaboration diagram for org.objectweb.jonas_ejb.deployment.xml.JonasMethod:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 JonasMethod ()
String getMethodName ()
void setMethodName (String methodName)
MethodParams getMethodParams ()
void setMethodParams (MethodParams methodParams)
String toXML (int indent)

Detailed Description

This class defines the implementation of the element jonas-method

Author:
JOnAS team

Definition at line 36 of file JonasMethod.java.


Constructor & Destructor Documentation

org.objectweb.jonas_ejb.deployment.xml.JonasMethod.JonasMethod  ) 
 

Constructor

Definition at line 52 of file JonasMethod.java.


Member Function Documentation

String org.objectweb.jonas_ejb.deployment.xml.JonasMethod.getMethodName  ) 
 

Gets the method-name

Returns:
the method-name

Definition at line 60 of file JonasMethod.java.

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

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

Gets the method-params

Returns:
the method-params

Definition at line 76 of file JonasMethod.java.

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

void org.objectweb.jonas_ejb.deployment.xml.JonasMethod.setMethodName String  methodName  ) 
 

Set the method-name

Parameters:
methodName methodName

Definition at line 68 of file JonasMethod.java.

void org.objectweb.jonas_ejb.deployment.xml.JonasMethod.setMethodParams MethodParams  methodParams  ) 
 

Set the method-params

Parameters:
methodParams methodParams

Definition at line 84 of file JonasMethod.java.

String org.objectweb.jonas_ejb.deployment.xml.JonasMethod.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 93 of file JonasMethod.java.

References org.objectweb.jonas_ejb.deployment.xml.MethodParams.toXML().

Referenced by org.objectweb.jonas_ejb.deployment.xml.FinderMethodJdbcMapping.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:39 2005 for JOnAS by  doxygen 1.3.9.1