|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WrapperManagerTestingMBean
This MBean interface provides access to a number of actions which can be useful for testing how well an application responds to JVM crashes. It has been broken out frtom the WrapperManagerMBean interface so system administrators can easily disable the testing functions.
Method Summary | |
---|---|
void |
accessViolationNative()
Cause an access violation within native JNI code. |
void |
appearHung()
Causes the WrapperManager to go into a state which makes the JVM appear to be hung when viewed from the native Wrapper code. |
void |
stopImmediate(int exitCode)
Tells the native wrapper that the JVM wants to shut down and then promptly halts. |
Method Detail |
---|
void appearHung()
void accessViolationNative()
void stopImmediate(int exitCode)
exitCode
- The exit code that the Wrapper will return when it exits.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |