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

List of all members.

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)

Detailed Description

This class defines the implementation of the element method-permission

Author:
JOnAS team

Definition at line 37 of file MethodPermission.java.


Constructor & Destructor Documentation

org.objectweb.jonas_ejb.deployment.xml.MethodPermission.MethodPermission  ) 
 

Constructor

Definition at line 63 of file MethodPermission.java.


Member Function Documentation

void org.objectweb.jonas_ejb.deployment.xml.MethodPermission.addMethod Method  method  ) 
 

Add a new method element to this object

Parameters:
method the methodobject

Definition at line 144 of file MethodPermission.java.

void org.objectweb.jonas_ejb.deployment.xml.MethodPermission.addRoleName String  roleName  ) 
 

Add a new role-name element to this object

Parameters:
roleName the roleNameobject

Definition at line 105 of file MethodPermission.java.

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

Gets the description

Returns:
the description

Definition at line 73 of file MethodPermission.java.

JLinkedList org.objectweb.jonas_ejb.deployment.xml.MethodPermission.getMethodList  ) 
 

Gets the method

Returns:
the method

Definition at line 128 of file MethodPermission.java.

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

JLinkedList org.objectweb.jonas_ejb.deployment.xml.MethodPermission.getRoleNameList  ) 
 

Gets the role-name

Returns:
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().

boolean org.objectweb.jonas_ejb.deployment.xml.MethodPermission.isUnchecked  ) 
 

Gets the unchecked status

Returns:
true if it is unchecked

Definition at line 113 of file MethodPermission.java.

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

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

Set the description

Parameters:
description description

Definition at line 81 of file MethodPermission.java.

void org.objectweb.jonas_ejb.deployment.xml.MethodPermission.setMethodList JLinkedList  methodList  ) 
 

Set the method

Parameters:
methodList method

Definition at line 136 of file MethodPermission.java.

void org.objectweb.jonas_ejb.deployment.xml.MethodPermission.setRoleNameList JLinkedList  roleNameList  ) 
 

Set the role-name

Parameters:
roleNameList roleName

Definition at line 97 of file MethodPermission.java.

void org.objectweb.jonas_ejb.deployment.xml.MethodPermission.setUnchecked  ) 
 

Set the unchecked

Definition at line 120 of file MethodPermission.java.

String org.objectweb.jonas_ejb.deployment.xml.MethodPermission.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 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:


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:11:42 2005 for JOnAS by  doxygen 1.3.9.1