public interface HostMXBean extends DeployControllerMXBean
resin:type=Host,name=foo.com
| Modifier and Type | Method and Description |
|---|---|
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.
|
destroy, getClassPath, getErrorMessage, getId, getRedeployCheckInterval, getRedeployMode, getRepositoryMetaData, getStartTime, getStartupMode, getState, restart, start, stop, updategetName, getObjectName, getTypejava.lang.String getHostName()
java.lang.String getURL()
WebAppMXBean[] getWebApps()
java.lang.String getRootDirectory()
getRootDirectory in interface DeployControllerMXBeanjava.lang.String getWarDirectory()
java.lang.String getWarExpandDirectory()
void updateWebAppDeploy(java.lang.String name)
throws java.lang.Exception
java.lang.Exceptionvoid updateEarDeploy(java.lang.String name)
throws java.lang.Exception
java.lang.Exceptionvoid expandEarDeploy(java.lang.String name)
void startEarDeploy(java.lang.String name)