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

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Method ()
String getDescription ()
void setDescription (String description)
String getEjbName ()
void setEjbName (String ejbName)
String getMethodIntf ()
void setMethodIntf (String methodIntf)
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 method

Author:
JOnAS team

Definition at line 36 of file Method.java.


Constructor & Destructor Documentation

org.objectweb.jonas_ejb.deployment.xml.Method.Method  ) 
 

Constructor

Definition at line 67 of file Method.java.


Member Function Documentation

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

Gets the description

Returns:
the description

Definition at line 75 of file Method.java.

String org.objectweb.jonas_ejb.deployment.xml.Method.getEjbName  ) 
 

Gets the ejb-name

Returns:
the ejb-name

Definition at line 91 of file Method.java.

Referenced by org.objectweb.jonas_ejb.deployment.api.CommonMethodDesc.generateEJBMethodPermissions().

String org.objectweb.jonas_ejb.deployment.xml.Method.getMethodIntf  ) 
 

Gets the method-intf

Returns:
the method-intf

Definition at line 107 of file Method.java.

Referenced by org.objectweb.jonas_ejb.deployment.api.CommonMethodDesc.generateEJBMethodPermissions().

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

Gets the method-name

Returns:
the method-name

Definition at line 123 of file Method.java.

Referenced by org.objectweb.jonas_ejb.deployment.api.CommonMethodDesc.generateEJBMethodPermissions().

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

Gets the method-params

Returns:
the method-params

Definition at line 139 of file Method.java.

Referenced by org.objectweb.jonas_ejb.deployment.api.CommonMethodDesc.generateEJBMethodPermissions().

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

Set the description

Parameters:
description description

Definition at line 83 of file Method.java.

void org.objectweb.jonas_ejb.deployment.xml.Method.setEjbName String  ejbName  ) 
 

Set the ejb-name

Parameters:
ejbName ejbName

Definition at line 99 of file Method.java.

void org.objectweb.jonas_ejb.deployment.xml.Method.setMethodIntf String  methodIntf  ) 
 

Set the method-intf

Parameters:
methodIntf methodIntf

Definition at line 115 of file Method.java.

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

Set the method-name

Parameters:
methodName methodName

Definition at line 131 of file Method.java.

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

Set the method-params

Parameters:
methodParams methodParams

Definition at line 147 of file Method.java.

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

References org.objectweb.jonas_ejb.deployment.xml.MethodParams.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