Public Member Functions | |
| MethodPermission () | |
| String | getDescription () |
| void | setDescription (String description) |
| JLinkedList | getRoleNameList () |
| void | setRoleNameList (JLinkedList roleNameList) |
| void | addRoleName (String roleName) |
| boolean | isUnchecked () |
| void | setUnchecked () |
| JLinkedList | getMethodList () |
| void | setMethodList (JLinkedList methodList) |
| void | addMethod (Method method) |
| String | toXML (int indent) |
Definition at line 37 of file MethodPermission.java.
|
|
Constructor Definition at line 63 of file MethodPermission.java. |
|
|
Add a new method element to this object
Definition at line 144 of file MethodPermission.java. |
|
|
Add a new role-name element to this object
Definition at line 105 of file MethodPermission.java. |
|
|
Gets the description
Definition at line 73 of file MethodPermission.java. |
|
|
Gets the method
Definition at line 128 of file MethodPermission.java. Referenced by org.objectweb.jonas_ejb.deployment.api.MethodPermissionDesc.MethodPermissionDesc(). |
|
|
Gets the role-name
Definition at line 89 of file MethodPermission.java. Referenced by org.objectweb.jonas_ejb.deployment.api.MethodPermissionDesc.MethodPermissionDesc(), and org.objectweb.jonas_ejb.deployment.api.BeanDesc.verifyRoleName(). |
|
|
Gets the unchecked status
Definition at line 113 of file MethodPermission.java. Referenced by org.objectweb.jonas_ejb.deployment.api.MethodPermissionDesc.MethodPermissionDesc(). |
|
|
Set the description
Definition at line 81 of file MethodPermission.java. |
|
|
Set the method
Definition at line 136 of file MethodPermission.java. |
|
|
Set the role-name
Definition at line 97 of file MethodPermission.java. |
|
|
Set the unchecked Definition at line 120 of file MethodPermission.java. |
|
|
Represents this element by it's XML description.
Definition at line 153 of file MethodPermission.java. References org.objectweb.jonas_lib.deployment.xml.JLinkedList.toString(), and org.objectweb.jonas_lib.deployment.xml.JLinkedList.toXML(). |
Here is the call graph for this function:

1.3.9.1