|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AbsJWebContainerServiceImplMBean
This interface provides a description for the web container management.
Method Summary | |
---|---|
List |
getAutoloadDirectories()
Return the list of "autoload" directories for web applications. |
Integer |
getCurrentNumberOfWars()
|
List |
getDeployableWars()
Return the list of installed web applications ready to deploy. |
List |
getDeployedWars()
Return the list of all loaded web applications. |
List |
getInstalledWars()
Return the list of installed web applications. |
String |
getServerName()
Gets the name of the server which is the web container |
String |
getServerVersion()
Gets the version of the server which is the web container |
Set |
getWarNames()
This method is added temporarily. |
String |
getWarsDirectory()
Return the WebApps directory. |
boolean |
isWarLoaded(String fileName)
Test if the specified filename is already deployed or not |
void |
registerWar(String fileName)
Register a WAR, this method is used for the JMX Management. |
void |
unRegisterWar(String fileName)
Unregister a WAR, this method is used for the JMX Management. |
Method Detail |
---|
void registerWar(String fileName) throws RemoteException, JWebContainerServiceException
fileName
- the name of the war to deploy.
RemoteException
- if rmi call failed.
JWebContainerServiceException
- if the registration of the WAR
failed.void unRegisterWar(String fileName) throws RemoteException, JWebContainerServiceException
fileName
- the name of the war to undeploy.
RemoteException
- if rmi call failed.
JWebContainerServiceException
- if the unregistration of the WAR
failed.List getInstalledWars() throws Exception
Exception
- if the list can't be retrievedInteger getCurrentNumberOfWars()
Set getWarNames()
boolean isWarLoaded(String fileName)
fileName
- the name of the war file.
List getDeployedWars()
List getDeployableWars() throws Exception
Exception
- if the deployable wars can't be returnedString getWarsDirectory()
String getServerName()
String getServerVersion()
List getAutoloadDirectories()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |