|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BaseWebContainerServiceMBean
This interface provides a description for the web container management.
| Method Summary | |
|---|---|
Integer |
getCurrentNumberOfWars()
|
List<String> |
getDeployedWars()
Return the list of all loaded 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. |
boolean |
isWarLoaded(String fileName)
Test if the specified filename is already deployed or not. |
| Method Detail |
|---|
Integer getCurrentNumberOfWars()
List<String> getDeployedWars()
boolean isWarLoaded(String fileName)
fileName - the name of the war file.
String getServerName()
String getServerVersion()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||