Inheritance diagram for org.objectweb.jonas.web.AbsJWebContainerServiceImplMBean:

Public Member Functions | |
| void | registerWarMBean (String fileName) throws RemoteException, JWebContainerServiceException |
Package Functions | |
| void | unRegisterWarMBean (String fileName) throws RemoteException, JWebContainerServiceException |
| List | getInstalledWars () throws Exception |
| Integer | getCurrentNumberOfWars () |
| Set | getWarNames () |
| boolean | isWarLoaded (String fileName) |
| String | getServerName () |
| String | getServerVersion () |
| List | getDeployedWars () |
| List | getDeployableWars () throws Exception |
| List | getAutoloadDirectories () |
| String | getWebappsDirectory () |
Florent Benoit
Contributor Michel-Ange Anton
Definition at line 38 of file AbsJWebContainerServiceImplMBean.java.
|
|
Return the list of "autoload" directories for web applications.
Implemented in org.objectweb.jonas.web.AbsJWebContainerServiceImpl, and org.objectweb.jonas.web.wrapper.CatalinaJWebContainerServiceWrapper. |
|
|
Implemented in org.objectweb.jonas.web.AbsJWebContainerServiceImpl, and org.objectweb.jonas.web.wrapper.CatalinaJWebContainerServiceWrapper. |
|
|
Return the list of installed web applications ready to deploy.
Implemented in org.objectweb.jonas.web.AbsJWebContainerServiceImpl, and org.objectweb.jonas.web.wrapper.CatalinaJWebContainerServiceWrapper. |
|
|
Return the list of all loaded web applications.
Implemented in org.objectweb.jonas.web.AbsJWebContainerServiceImpl, and org.objectweb.jonas.web.wrapper.CatalinaJWebContainerServiceWrapper. |
|
|
Return the list of installed web applications. The WAR files or the directories with expanded web application are searched in JONAS_BASE/webapps and all webapps directories 'autoload'.
Implemented in org.objectweb.jonas.web.AbsJWebContainerServiceImpl, and org.objectweb.jonas.web.wrapper.CatalinaJWebContainerServiceWrapper. |
|
|
Gets the name of the server which is the web container
Implemented in org.objectweb.jonas.web.AbsJWebContainerServiceImpl, and org.objectweb.jonas.web.wrapper.CatalinaJWebContainerServiceWrapper. |
|
|
Gets the version of the server which is the web container
Implemented in org.objectweb.jonas.web.AbsJWebContainerServiceImpl, and org.objectweb.jonas.web.wrapper.CatalinaJWebContainerServiceWrapper. |
|
|
This method is added temporarily. It will disapear when Wars will have their associated MBeans (when Wars will become manageable)
Implemented in org.objectweb.jonas.web.AbsJWebContainerServiceImpl, and org.objectweb.jonas.web.wrapper.CatalinaJWebContainerServiceWrapper. |
|
|
Return the WebApps directory.
Implemented in org.objectweb.jonas.web.AbsJWebContainerServiceImpl, and org.objectweb.jonas.web.wrapper.CatalinaJWebContainerServiceWrapper. |
|
|
Test if the specified filename is already deployed or not
Implemented in org.objectweb.jonas.web.AbsJWebContainerServiceImpl, and org.objectweb.jonas.web.wrapper.CatalinaJWebContainerServiceWrapper. |
|
|
Register a WAR, this method is used for the JMX Management.
Implemented in org.objectweb.jonas.web.AbsJWebContainerServiceImpl, org.objectweb.jonas.web.catalina50.CatalinaJWebContainerServiceImpl, and org.objectweb.jonas.web.wrapper.CatalinaJWebContainerServiceWrapper. |
|
|
Unregister a WAR, this method is used for the JMX Management.
Implemented in org.objectweb.jonas.web.AbsJWebContainerServiceImpl, org.objectweb.jonas.web.catalina50.CatalinaJWebContainerServiceImpl, and org.objectweb.jonas.web.wrapper.CatalinaJWebContainerServiceWrapper. |
1.3.9.1