|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DeployControllerMXBean
Management interface for the deploy controller.
Method Summary | |
---|---|
boolean |
destroy()
|
java.lang.String[] |
getClassPath()
Returns the classpath |
java.lang.String |
getErrorMessage()
Returns any error message |
java.lang.String |
getId()
|
long |
getRedeployCheckInterval()
Returns the interval between redeploy checks. |
java.lang.String |
getRedeployMode()
Returns the redeploy mode, one of "default", "automatic", "lazy", or "manual". |
java.util.Map<java.lang.String,java.lang.String> |
getRepositoryMetaData()
Returns the repository metadata for the entry. |
java.lang.String |
getRootDirectory()
Returns the root directory. |
java.util.Date |
getStartTime()
Returns the time the controller was last started. |
java.lang.String |
getStartupMode()
Returns the startup mode, one of "default", "automatic", "lazy", or "manual". |
java.lang.String |
getState()
Returns the controller's state. |
void |
restart()
Restarts the instance. |
void |
start()
Starts the instance. |
void |
stop()
Stops the instance. |
void |
update()
Restarts the instance if any changes are detected. |
Methods inherited from interface com.caucho.management.server.ManagedObjectMXBean |
---|
getName, getObjectName, getType |
Method Detail |
---|
java.lang.String getId()
java.lang.String getRootDirectory()
java.lang.String getStartupMode()
java.lang.String getRedeployMode()
@Units(value="milliseconds") long getRedeployCheckInterval()
java.lang.String[] getClassPath()
java.util.Map<java.lang.String,java.lang.String> getRepositoryMetaData()
java.lang.String getState()
java.lang.String getErrorMessage()
java.util.Date getStartTime()
void start() throws java.lang.Exception
java.lang.Exception
void stop() throws java.lang.Exception
java.lang.Exception
void restart() throws java.lang.Exception
java.lang.Exception
void update() throws java.lang.Exception
java.lang.Exception
boolean destroy() throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |