org.objectweb.jonas_rar.deployment.xml.SecurityPermission Class Reference

List of all members.

Public Member Functions

 SecurityPermission ()
JLinkedList getDescriptionList ()
void setDescriptionList (JLinkedList descriptionList)
void addDescription (String description)
String getSecurityPermissionSpec ()
void setSecurityPermissionSpec (String securityPermissionSpec)
String toXML (int indent)

Detailed Description

This class defines the implementation of the element security-permission

Author:
Florent Benoit

Definition at line 38 of file SecurityPermission.java.


Constructor & Destructor Documentation

org.objectweb.jonas_rar.deployment.xml.SecurityPermission.SecurityPermission  ) 
 

Constructor

Definition at line 54 of file SecurityPermission.java.


Member Function Documentation

void org.objectweb.jonas_rar.deployment.xml.SecurityPermission.addDescription String  description  ) 
 

Add a new description element to this object

Parameters:
description the description String

Definition at line 79 of file SecurityPermission.java.

JLinkedList org.objectweb.jonas_rar.deployment.xml.SecurityPermission.getDescriptionList  ) 
 

Gets the description

Returns:
the description

Definition at line 63 of file SecurityPermission.java.

Referenced by org.objectweb.jonas_rar.deployment.api.SecurityPermissionDesc.SecurityPermissionDesc().

String org.objectweb.jonas_rar.deployment.xml.SecurityPermission.getSecurityPermissionSpec  ) 
 

Gets the security-permission-spec

Returns:
the security-permission-spec

Definition at line 87 of file SecurityPermission.java.

Referenced by org.objectweb.jonas_rar.deployment.api.SecurityPermissionDesc.SecurityPermissionDesc().

void org.objectweb.jonas_rar.deployment.xml.SecurityPermission.setDescriptionList JLinkedList  descriptionList  ) 
 

Set the description

Parameters:
descriptionList description

Definition at line 71 of file SecurityPermission.java.

void org.objectweb.jonas_rar.deployment.xml.SecurityPermission.setSecurityPermissionSpec String  securityPermissionSpec  ) 
 

Set the security-permission-spec

Parameters:
securityPermissionSpec securityPermissionSpec

Definition at line 95 of file SecurityPermission.java.

String org.objectweb.jonas_rar.deployment.xml.SecurityPermission.toXML int  indent  ) 
 

Represents this element by it's XML description.

Parameters:
indent use this indent for prefixing XML representation.
Returns:
the XML description of this object.

Definition at line 104 of file SecurityPermission.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:13:23 2005 for JOnAS by  doxygen 1.3.9.1