|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.management.server.AbstractManagedObject
com.caucho.env.deploy.DeployControllerAdmin<HostController>
com.caucho.server.host.HostAdmin
public class HostAdmin
The admin implementation for a host.
Constructor Summary | |
---|---|
HostAdmin(HostController controller)
Creates the admin. |
Method Summary | |
---|---|
void |
expandEarDeploy(java.lang.String name)
Expand a .ear deployment. |
java.lang.String |
getDocumentDirectory()
Returns the host's document directory. |
protected Host |
getHost()
Returns the host. |
java.lang.String |
getHostName()
Returns the host name. |
java.lang.String |
getName()
The JMX name property of the mbean. |
java.lang.String |
getRootDirectory()
Returns the host's document directory. |
java.lang.String |
getURL()
Returns the URL |
java.lang.String |
getWarDirectory()
Returns the host's war directory. |
java.lang.String |
getWarExpandDirectory()
Returns the primary war expand directory. |
WebAppMXBean[] |
getWebApps()
Returns the webapps. |
void |
startEarDeploy(java.lang.String name)
Start a .ear deployment. |
java.lang.String |
toString()
Returns a string view. |
void |
updateEarDeploy(java.lang.String name)
Updates a .ear deployment. |
void |
updateWebAppDeploy(java.lang.String name)
Updates a .war deployment. |
Methods inherited from class com.caucho.env.deploy.DeployControllerAdmin |
---|
addNotificationListener, destroy, getClassPath, getController, getErrorMessage, getId, getNotificationInfo, getRedeployCheckInterval, getRedeployMode, getRepositoryMetaData, getStartTime, getStartupMode, getState, lifecycleEvent, register, removeNotificationListener, removeNotificationListener, restart, start, stop, unregister, update |
Methods inherited from class com.caucho.management.server.AbstractManagedObject |
---|
addObjectNameProperties, getObjectName, getType, registerSelf, unregisterSelf |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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 |
---|
getObjectName, getType |
Constructor Detail |
---|
public HostAdmin(HostController controller)
Method Detail |
---|
public java.lang.String getName()
AbstractManagedObject
getName
in interface ManagedObjectMXBean
getName
in class DeployControllerAdmin<HostController>
public java.lang.String getHostName()
HostMXBean
getHostName
in interface HostMXBean
public java.lang.String getURL()
HostMXBean
getURL
in interface HostMXBean
public java.lang.String getRootDirectory()
getRootDirectory
in interface DeployControllerMXBean
getRootDirectory
in interface HostMXBean
getRootDirectory
in class DeployControllerAdmin<HostController>
public java.lang.String getDocumentDirectory()
public java.lang.String getWarDirectory()
getWarDirectory
in interface HostMXBean
public java.lang.String getWarExpandDirectory()
HostMXBean
getWarExpandDirectory
in interface HostMXBean
public void updateWebAppDeploy(java.lang.String name) throws DeployException
updateWebAppDeploy
in interface HostMXBean
DeployException
public void updateEarDeploy(java.lang.String name) throws DeployException
updateEarDeploy
in interface HostMXBean
DeployException
public void expandEarDeploy(java.lang.String name)
expandEarDeploy
in interface HostMXBean
public void startEarDeploy(java.lang.String name)
startEarDeploy
in interface HostMXBean
public WebAppMXBean[] getWebApps()
getWebApps
in interface HostMXBean
protected Host getHost()
public java.lang.String toString()
toString
in class DeployControllerAdmin<HostController>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |