Public Member Functions | |
| MethodParams () | |
| JLinkedList | getMethodParamList () |
| void | setMethodParamList (JLinkedList methodParamList) |
| void | addMethodParam (String methodParam) |
| String | toXML (int indent) |
Definition at line 37 of file MethodParams.java.
|
|
Constructor Definition at line 48 of file MethodParams.java. |
|
|
Add a new method-param element to this object
Definition at line 73 of file MethodParams.java. |
|
|
Gets 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(). |
|
|
Set the method-param
Definition at line 65 of file MethodParams.java. |
|
|
Represents this element by it's XML description.
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:

1.3.9.1