Inheritance diagram for org.objectweb.jonas.ear.EarServiceImplMBean:

Public Member Functions | |
| String | deployEarMBean (String fileName) throws Exception |
Package Functions | |
| void | unDeployEarMBean (String fileName) throws Exception |
| Integer | getCurrentNumberOfEars () |
| List | getInstalledEars () throws Exception |
| Set | getEarNames () |
| boolean | isEarLoaded (String fileName) |
| List | getDeployedEars () |
| List | getDeployableEars () throws Exception |
| List | getAutoloadDirectories () |
| String | getAppsDirectory () |
Ludovic Bert
Definition at line 39 of file EarServiceImplMBean.java.
|
|
Deploy an EAR, used by the JMX Management.
Implemented in org.objectweb.jonas.ear.EarServiceImpl. |
|
|
Return the Apps directory.
Implemented in org.objectweb.jonas.ear.EarServiceImpl. |
|
|
Return the list of "autoload" directories for web applications.
Implemented in org.objectweb.jonas.ear.EarServiceImpl. |
|
|
Implemented in org.objectweb.jonas.ear.EarServiceImpl. |
|
|
Return the list of installed Applications ready to deploy.
Implemented in org.objectweb.jonas.ear.EarServiceImpl. |
|
|
Return the list of all loaded Applications.
Implemented in org.objectweb.jonas.ear.EarServiceImpl. |
|
|
This method is added temporarily. It will disapear when Ears will have their associated MBeans (when Ears will become manageable)
Implemented in org.objectweb.jonas.ear.EarServiceImpl. |
|
|
Return the list of installed Applications. The EAR files or the directories with expanded Applications are searched in JONAS_BASE/apps and all Applications directories 'autoload'.
Implemented in org.objectweb.jonas.ear.EarServiceImpl. |
|
|
Test if the specified filename is already deployed or not
Implemented in org.objectweb.jonas.ear.EarServiceImpl. |
|
|
Undeploy an EAR, used by the JMX Management.
Implemented in org.objectweb.jonas.ear.EarServiceImpl. |
1.3.9.1