| java.lang.Object org.objectweb.jonas.webapp.jonasadmin.common.ModuleItem
ModuleItem | public class ModuleItem implements NameItem(Code) | | author: Adriana.Danes@objectweb.org author: ModuleItem objects are used to show management information concerning author: modules in a J2EEApplication. |
ModuleItem | public ModuleItem()(Code) | | Default constructor
|
ModuleItem | public ModuleItem(String name, String objectName, String filePath)(Code) | | Constructor
Parameters: name - the module's name Parameters: objectName - the OBJECT_NAME of the J2EEDeployedObject corresponding to the module Parameters: filePath - the path of the source file |
getFilePath | public String getFilePath()(Code) | | Returns the filePath. |
getName | public String getName()(Code) | | Returns the module's name. |
getObjectName | public String getObjectName()(Code) | | Returns the OBJECT_NAME of the corresponding MBean. |
setFilePath | public void setFilePath(String filePath)(Code) | | Parameters: filePath - The filePath to set. |
setName | public void setName(String name)(Code) | | Parameters: name - the module name |
setObjectName | public void setObjectName(String objectName)(Code) | | Parameters: objectName - The OBJECT_NAME to set. |
|
|