| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.xml.AbsElement org.objectweb.jonas_ejb.deployment.xml.MethodPermission
MethodPermission | public class MethodPermission extends AbsElement (Code) | | This class defines the implementation of the element method-permission
author: JOnAS team |
MethodPermission | public MethodPermission()(Code) | | Constructor
|
addMethod | public void addMethod(Method method)(Code) | | Add a new method element to this object
Parameters: method - the methodobject |
addRoleName | public void addRoleName(String roleName)(Code) | | Add a new role-name element to this object
Parameters: roleName - the roleNameobject |
getDescription | public String getDescription()(Code) | | Gets the description
the description |
getRoleNameList | public JLinkedList getRoleNameList()(Code) | | Gets the role-name
the role-name |
isUnchecked | public boolean isUnchecked()(Code) | | Gets the unchecked status
true if it is unchecked |
setDescription | public void setDescription(String description)(Code) | | Set the description
Parameters: description - description |
setMethodList | public void setMethodList(JLinkedList methodList)(Code) | | Set the method
Parameters: methodList - method |
setRoleNameList | public void setRoleNameList(JLinkedList roleNameList)(Code) | | Set the role-name
Parameters: roleNameList - roleName |
setUnchecked | public void setUnchecked()(Code) | | Set the unchecked
|
toXML | public String toXML(int indent)(Code) | | Represents this element by it's XML description.
Parameters: indent - use this indent for prexifing XML representation. the XML description of this object. |
|
|
|