org.objectweb.jonas.webapp.jonasadmin.common.ModuleItem Class Reference

List of all members.

Public Member Functions

 ModuleItem ()
 ModuleItem (String name, String objectName, String filePath)
String getName ()
void setName (String name)
String getObjectName ()
void setObjectName (String objectName)
String getFilePath ()
void setFilePath (String filePath)

Detailed Description

Author:
Adriana.Danes@objectweb.org
ModuleItem objects are used to show management information concerning modules in a J2EEApplication.

Definition at line 34 of file ModuleItem.java.


Constructor & Destructor Documentation

org.objectweb.jonas.webapp.jonasadmin.common.ModuleItem.ModuleItem  ) 
 

Default constructor

Definition at line 51 of file ModuleItem.java.

org.objectweb.jonas.webapp.jonasadmin.common.ModuleItem.ModuleItem String  name,
String  objectName,
String  filePath
 

Constructor

Parameters:
name the module's name
objectName the OBJECT_NAME of the J2EEDeployedObject corresponding to the module
filePath the path of the source file

Definition at line 59 of file ModuleItem.java.


Member Function Documentation

String org.objectweb.jonas.webapp.jonasadmin.common.ModuleItem.getFilePath  ) 
 

Returns:
Returns the filePath.

Definition at line 92 of file ModuleItem.java.

String org.objectweb.jonas.webapp.jonasadmin.common.ModuleItem.getName  ) 
 

Returns:
Returns the module's name.

Definition at line 68 of file ModuleItem.java.

String org.objectweb.jonas.webapp.jonasadmin.common.ModuleItem.getObjectName  ) 
 

Returns:
Returns the OBJECT_NAME of the corresponding MBean.

Definition at line 80 of file ModuleItem.java.

void org.objectweb.jonas.webapp.jonasadmin.common.ModuleItem.setFilePath String  filePath  ) 
 

Parameters:
filePath The filePath to set.

Definition at line 98 of file ModuleItem.java.

void org.objectweb.jonas.webapp.jonasadmin.common.ModuleItem.setName String  name  ) 
 

Parameters:
name the module name

Definition at line 74 of file ModuleItem.java.

void org.objectweb.jonas.webapp.jonasadmin.common.ModuleItem.setObjectName String  objectName  ) 
 

Parameters:
objectName The OBJECT_NAME to set.

Definition at line 86 of file ModuleItem.java.


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