public class WrapperManagerTesting extends java.lang.Object implements WrapperManagerTestingMBean
| Constructor and Description |
|---|
WrapperManagerTesting() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public void appearHung()
appearHung in interface WrapperManagerTestingMBeanpublic void accessViolationNative()
accessViolationNative in interface WrapperManagerTestingMBeanpublic void stopImmediate(int exitCode)
stopImmediate in interface WrapperManagerTestingMBeanexitCode - The exit code that the Wrapper will return when it exits.Copyright 1999, 2025 Tanuki Software Inc., All Rights Reserved.