A C G H I L M R S W

A

accessViolation() - Static method in class com.silveregg.wrapper.WrapperManager
(Testing Method) Cause an access violation within the Java code.
accessViolationNative() - Static method in class com.silveregg.wrapper.WrapperManager
(Testing Method) Cause an access violation within native JNI code.
appearHung() - Static method in class com.silveregg.wrapper.WrapperManager
(Testing Method) Causes the WrapperManager to go into a state which makes the JVM appear to be hung when viewed from the native Wrapper code.

C

com.silveregg.wrapper - package com.silveregg.wrapper
 
controlEvent(int) - Method in class com.silveregg.wrapper.WrapperStartStopApp
Called whenever the native wrapper code traps a system control signal against the Java process.
controlEvent(int) - Method in class com.silveregg.wrapper.WrapperSimpleApp
Called whenever the native wrapper code traps a system control signal against the Java process.
controlEvent(int) - Method in interface com.silveregg.wrapper.WrapperListener
Called whenever the native wrapper code traps a system control signal against the Java process.

G

getBuildTime() - Static method in class com.silveregg.wrapper.WrapperManager
Obtain the build time of Wrapper.
getJVMId() - Static method in class com.silveregg.wrapper.WrapperManager
Returns the Id of the current JVM.
getNonDaemonThreadCount() - Static method in class com.silveregg.wrapper.WrapperManager
Returns a count of all non-daemon threads in the JVM, starting with the top thread group.
getVersion() - Static method in class com.silveregg.wrapper.WrapperManager
Obtain the current version of Wrapper.

H

hasShutdownHookBeenTriggered() - Static method in class com.silveregg.wrapper.WrapperManager
Returns true if the ShutdownHook for the JVM has already been triggered.

I

isControlledByNativeWrapper() - Static method in class com.silveregg.wrapper.WrapperManager
Returns true if the JVM was launched by the Wrapper application.
isDebugEnabled() - Static method in class com.silveregg.wrapper.WrapperManager
Returns true if the wrapper.debug property is set the wrapper config file.
isLaunchedAsService() - Static method in class com.silveregg.wrapper.WrapperManager
Returns true if the Wrapper was launched as a service (Windows only).

L

log(int, String) - Static method in class com.silveregg.wrapper.WrapperManager
Requests that the Wrapper log a message at the specified log level.

M

main(String[]) - Static method in class com.silveregg.wrapper.WrapperStartStopApp
Used to Wrapper enable a standard Java application.
main(String[]) - Static method in class com.silveregg.wrapper.WrapperSimpleApp
Used to Wrapper enable a standard Java application.

R

requestThreadDump() - Static method in class com.silveregg.wrapper.WrapperManager
Requests that the current JVM process request a thread dump.
restart() - Static method in class com.silveregg.wrapper.WrapperManager
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.
run() - Method in class com.silveregg.wrapper.WrapperStartStopApp
Used to launch the application in a separate thread.
run() - Method in class com.silveregg.wrapper.WrapperSimpleApp
Used to launch the application in a separate thread.
run() - Method in class com.silveregg.wrapper.WrapperManager
 

S

signalStarting(int) - Static method in class com.silveregg.wrapper.WrapperManager
Signal the native wrapper that the startup is progressing but that more time is needed.
signalStopped(int) - Static method in class com.silveregg.wrapper.WrapperManager
This method should not normally be called by user code as it is called from within the stop and restart methods.
signalStopping(int) - Static method in class com.silveregg.wrapper.WrapperManager
Signal the native wrapper that the shutdown is progressing but that more time is needed.
start(String[]) - Method in class com.silveregg.wrapper.WrapperStartStopApp
The start method is called when the WrapperManager is signalled by the native wrapper code that it can start its application.
start(String[]) - Method in class com.silveregg.wrapper.WrapperSimpleApp
The start method is called when the WrapperManager is signalled by the native wrapper code that it can start its application.
start(String[]) - Method in interface com.silveregg.wrapper.WrapperListener
The start method is called when the WrapperManager is signaled by the native wrapper code that it can start its application.
start(WrapperListener, String[]) - Static method in class com.silveregg.wrapper.WrapperManager
Start the Java side of the Wrapper code running.
stop(int) - Method in class com.silveregg.wrapper.WrapperStartStopApp
Called when the application is shutting down.
stop(int) - Method in class com.silveregg.wrapper.WrapperSimpleApp
Called when the application is shutting down.
stop(int) - Static method in class com.silveregg.wrapper.WrapperManager
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.
stop(int) - Method in interface com.silveregg.wrapper.WrapperListener
Called when the application is shutting down.

W

WRAPPER_CTRL_C_EVENT - Static variable in class com.silveregg.wrapper.WrapperManager
 
WRAPPER_CTRL_CLOSE_EVENT - Static variable in class com.silveregg.wrapper.WrapperManager
 
WRAPPER_CTRL_LOGOFF_EVENT - Static variable in class com.silveregg.wrapper.WrapperManager
 
WRAPPER_CTRL_SHUTDOWN_EVENT - Static variable in class com.silveregg.wrapper.WrapperManager
 
WRAPPER_LOG_LEVEL_DEBUG - Static variable in class com.silveregg.wrapper.WrapperManager
Log message at debug log level.
WRAPPER_LOG_LEVEL_ERROR - Static variable in class com.silveregg.wrapper.WrapperManager
Log message at error log level.
WRAPPER_LOG_LEVEL_FATAL - Static variable in class com.silveregg.wrapper.WrapperManager
Log message at fatal log level.
WRAPPER_LOG_LEVEL_INFO - Static variable in class com.silveregg.wrapper.WrapperManager
Log message at info log level.
WRAPPER_LOG_LEVEL_STATUS - Static variable in class com.silveregg.wrapper.WrapperManager
Log message at status log level.
WRAPPER_LOG_LEVEL_WARN - Static variable in class com.silveregg.wrapper.WrapperManager
Log message at warn log level.
WrapperListener - interface com.silveregg.wrapper.WrapperListener.
 
WrapperManager - class com.silveregg.wrapper.WrapperManager.
Handles all communication with the native portion of the Wrapper code.
WrapperSimpleApp - class com.silveregg.wrapper.WrapperSimpleApp.
 
WrapperStartStopApp - class com.silveregg.wrapper.WrapperStartStopApp.
 

A C G H I L M R S W

Copyright 2000, 2001 SilverEgg Technology Corp. All Rights Reserved.