|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.tanukisoftware.wrapper.jmx.WrapperManager
| Constructor Summary | |
WrapperManager()
|
|
| Method Summary | |
String |
getBuildTime()
Obtain the build time of Wrapper. |
boolean |
getHasShutdownHookBeenTriggered()
Returns true if the ShutdownHook for the JVM has already been triggered. |
int |
getJVMId()
Returns the Id of the current JVM. |
String |
getVersion()
Obtain the current version of Wrapper. |
boolean |
isControlledByNativeWrapper()
Returns true if the JVM was launched by the Wrapper application. |
boolean |
isDebugEnabled()
Returns true if the wrapper.debug property, or any of the logging channels are set to DEBUG in the wrapper configuration file. |
boolean |
isLaunchedAsService()
Returns true if the Wrapper was launched as an NT service on Windows or as a daemon process on UNIX platforms. |
void |
requestThreadDump()
Requests that the current JVM process request a thread dump. |
void |
restart()
Tells the native wrapper that the JVM wants to restart, then informs all listeners that the JVM is about to shutdown before killing the JVM. |
void |
stop(int exitCode)
Tells the native wrapper that the JVM wants to shut down, then informs all listeners that the JVM is about to shutdown before killing the JVM. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WrapperManager()
| Method Detail |
public String getVersion()
getVersion in interface WrapperManagerMBeanpublic String getBuildTime()
getBuildTime in interface WrapperManagerMBeanpublic int getJVMId()
getJVMId in interface WrapperManagerMBeanpublic void requestThreadDump()
requestThreadDump in interface WrapperManagerMBeanpublic boolean isControlledByNativeWrapper()
isControlledByNativeWrapper in interface WrapperManagerMBeanpublic boolean isLaunchedAsService()
isLaunchedAsService in interface WrapperManagerMBeanpublic boolean isDebugEnabled()
isDebugEnabled in interface WrapperManagerMBeanpublic void restart()
restart in interface WrapperManagerMBeanpublic void stop(int exitCode)
stop in interface WrapperManagerMBeanexitCode - The exit code that the Wrapper will return when it exits.public boolean getHasShutdownHookBeenTriggered()
getHasShutdownHookBeenTriggered in interface WrapperManagerMBean
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||