|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HostMXBean
Management interface for the host.
resin:type=Host,name=foo.com
Method Summary | |
---|---|
void |
expandEarDeploy(java.lang.String name)
Expand an ear entry from the deployment directories. |
java.lang.String |
getHostName()
Returns the host name. |
java.lang.String |
getRootDirectory()
Returns the root directory. |
java.lang.String |
getURL()
Returns the URL |
java.lang.String |
getWarDirectory()
Returns the primary war directory. |
java.lang.String |
getWarExpandDirectory()
Returns the primary war expand directory. |
WebAppMXBean[] |
getWebApps()
Returns an array of the webapps |
void |
startEarDeploy(java.lang.String name)
Start an ear entry from the deployment directories. |
void |
updateEarDeploy(java.lang.String name)
Updates an ear entry from the deployment directories. |
void |
updateWebAppDeploy(java.lang.String name)
Updates a web-app entry from the deployment directories. |
Methods inherited from interface com.caucho.management.server.DeployControllerMXBean |
---|
destroy, getClassPath, getErrorMessage, getId, getRedeployCheckInterval, getRedeployMode, getRepositoryMetaData, getStartTime, getStartupMode, getState, restart, start, stop, update |
Methods inherited from interface com.caucho.management.server.ManagedObjectMXBean |
---|
getName, getObjectName, getType |
Method Detail |
---|
java.lang.String getHostName()
java.lang.String getURL()
WebAppMXBean[] getWebApps()
java.lang.String getRootDirectory()
getRootDirectory
in interface DeployControllerMXBean
java.lang.String getWarDirectory()
java.lang.String getWarExpandDirectory()
void updateWebAppDeploy(java.lang.String name) throws java.lang.Exception
java.lang.Exception
void updateEarDeploy(java.lang.String name) throws java.lang.Exception
java.lang.Exception
void expandEarDeploy(java.lang.String name)
void startEarDeploy(java.lang.String name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |