| org.objectweb.jonas.web.AbsJWebContainerServiceImplMBean
All known Subclasses: org.objectweb.jonas.web.AbsJWebContainerServiceImpl, org.objectweb.jonas.web.wrapper.catalina50.CatalinaJWebContainerServiceWrapper, org.objectweb.jonas.web.wrapper.catalina55.CatalinaJWebContainerServiceWrapper,
AbsJWebContainerServiceImplMBean | public interface AbsJWebContainerServiceImplMBean (Code) | | This interface provides a description for the web container management.
author: Ludovic Bert author: Florent Benoit author: Michel-Ange Anton (Contributor) |
getAutoloadDirectories | List getAutoloadDirectories()(Code) | | Return the list of "autoload" directories for web applications.
The list of all "autoload" directories |
getCurrentNumberOfWars | Integer getCurrentNumberOfWars()(Code) | | current number of wars deployed in the JOnAS server |
getDeployableWars | List getDeployableWars() throws Exception(Code) | | Return the list of installed web applications ready to deploy.
The list of deployable web applications throws: Exception - if the deployable wars can't be returned |
getDeployedWars | List getDeployedWars()(Code) | | Return the list of all loaded web applications.
The list of deployed web applications |
getInstalledWars | List getInstalledWars() throws Exception(Code) | | 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'.
The list of WAR files or the directories with expanded webapplication found throws: Exception - if the list can't be retrieved |
getServerName | String getServerName()(Code) | | Gets the name of the server which is the web container
the name of the server which is the web container |
getServerVersion | String getServerVersion()(Code) | | Gets the version of the server which is the web container
the version of the server which is the web container |
getWarNames | Set getWarNames()(Code) | | This method is added temporarily. It will disapear when Wars will have
their associated MBeans (when Wars will become manageable)
the names of the wars currently deployed in the JOnAS server |
getWebappsDirectory | String getWebappsDirectory()(Code) | | Return the WebApps directory.
The WebApps directory |
isWarLoaded | boolean isWarLoaded(String fileName)(Code) | | Test if the specified filename is already deployed or not
Parameters: fileName - the name of the war file. true if the war is deployed, else false. |
|
|