Alphabetical Index

A C E G H I L M O R S T U W

A

accessViolation() - static method in class org.tanukisoftware.wrapper.WrapperManager
(Testing Method) Cause an access violation within the Java code.
accessViolationNative() - static method in class org.tanukisoftware.wrapper.WrapperManager
(Testing Method) Cause an access violation within native JNI code.
appearHung() - static method in class org.tanukisoftware.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

COMMAND_ACCESS_VIOLATION - static field in class org.tanukisoftware.wrapper.WrapperActionServer
Command to invoke an access violation.
COMMAND_APPEAR_HUNG - static field in class org.tanukisoftware.wrapper.WrapperActionServer
Command to invoke an appear hung action.
COMMAND_DUMP - static field in class org.tanukisoftware.wrapper.WrapperActionServer
Command to invoke a thread dump action.
COMMAND_HALT_EXPECTED - static field in class org.tanukisoftware.wrapper.WrapperActionServer
Command to invoke an expected halt action.
COMMAND_HALT_UNEXPECTED - static field in class org.tanukisoftware.wrapper.WrapperActionServer
Command to invoke an unexpected halt action.
COMMAND_RESTART - static field in class org.tanukisoftware.wrapper.WrapperActionServer
Command to invoke a restart action.
COMMAND_SHUTDOWN - static field in class org.tanukisoftware.wrapper.WrapperActionServer
Command to invoke a shutdown action.
controlEvent(int) - method in class org.tanukisoftware.wrapper.WrapperListener
Called whenever the native wrapper code traps a system control signal against the Java process.
controlEvent(int) - method in class org.tanukisoftware.wrapper.WrapperSimpleApp
Called whenever the native wrapper code traps a system control signal against the Java process.
controlEvent(int) - method in class org.tanukisoftware.wrapper.WrapperStartStopApp
Called whenever the native wrapper code traps a system control signal against the Java process.

E

enableAccessViolationAction(boolean) - method in class org.tanukisoftware.wrapper.WrapperActionServer
Enable or disable the access violation command.
enableAppearHungAction(boolean) - method in class org.tanukisoftware.wrapper.WrapperActionServer
Enable or disable the appear hung command.
enableHaltExpectedAction(boolean) - method in class org.tanukisoftware.wrapper.WrapperActionServer
Enable or disable the expected halt command.
enableHaltUnexpectedAction(boolean) - method in class org.tanukisoftware.wrapper.WrapperActionServer
Enable or disable the unexpected halt command.
enableRestartAction(boolean) - method in class org.tanukisoftware.wrapper.WrapperActionServer
Enable or disable the restart command.
enableShutdownAction(boolean) - method in class org.tanukisoftware.wrapper.WrapperActionServer
Enable or disable the shutdown command.
enableThreadDumpAction(boolean) - method in class org.tanukisoftware.wrapper.WrapperActionServer
Enable or disable the thread dump command.

G

getAccount() - method in class org.tanukisoftware.wrapper.WrapperWin32Group
Returns the full name of the group.
getAccount() - method in class org.tanukisoftware.wrapper.WrapperWin32User
Returns the full name of the user account.
getBuildTime() - static method in class org.tanukisoftware.wrapper.WrapperManager
Obtain the build time of Wrapper.
getDomain() - method in class org.tanukisoftware.wrapper.WrapperWin32Group
Returns the domain name of the user account.
getDomain() - method in class org.tanukisoftware.wrapper.WrapperWin32User
Returns the domain name of the user account.
getGID() - method in class org.tanukisoftware.wrapper.WrapperUNIXGroup
Returns the GID of the group.
getGID() - method in class org.tanukisoftware.wrapper.WrapperUNIXUser
Returns the GID of the user account.
getGroup() - method in class org.tanukisoftware.wrapper.WrapperGroup
Returns the name of the group.
getGroup() - method in class org.tanukisoftware.wrapper.WrapperUNIXUser
Returns the WrapperUNIXGroup which corresponds to the GID.
getGroups() - method in class org.tanukisoftware.wrapper.WrapperUser
Returns an array of WrapperGroup instances which define the groups that the user belongs to.
getHome() - method in class org.tanukisoftware.wrapper.WrapperUNIXUser
Returns the home of the user.
getInteractiveUser(boolean) - static method in class org.tanukisoftware.wrapper.WrapperManager
Returns a WrapperUser object which describes the interactive user whose desktop is being interacted with.
getJVMId() - static method in class org.tanukisoftware.wrapper.WrapperManager
Returns the Id of the current JVM.
getLoginTime() - method in class org.tanukisoftware.wrapper.WrapperWin32User
Returns the login time of the user account.
getNonDaemonThreadCount() - static method in class org.tanukisoftware.wrapper.WrapperManager
Returns a count of all non-daemon threads in the JVM, starting with the top thread group.
getRealName() - method in class org.tanukisoftware.wrapper.WrapperUNIXUser
Returns the real name of the user.
getShell() - method in class org.tanukisoftware.wrapper.WrapperUNIXUser
Returns the shell of the user.
getSID() - method in class org.tanukisoftware.wrapper.WrapperWin32Group
Returns the current Security Identifier (SID) of the user account.
getSID() - method in class org.tanukisoftware.wrapper.WrapperWin32User
Returns the current Security Identifier (SID) of the user account.
getUID() - method in class org.tanukisoftware.wrapper.WrapperUNIXUser
Returns the UID of the user account.
getUser() - method in class org.tanukisoftware.wrapper.WrapperUser
Returns the name of the user.
getUser(boolean) - static method in class org.tanukisoftware.wrapper.WrapperManager
Returns a WrapperUser object which describes the user under which the Wrapper is currently running.
getVersion() - static method in class org.tanukisoftware.wrapper.WrapperManager
Obtain the current version of Wrapper.

H

hasShutdownHookBeenTriggered() - static method in class org.tanukisoftware.wrapper.WrapperManager
Returns true if the ShutdownHook for the JVM has already been triggered.

I

isControlledByNativeWrapper() - static method in class org.tanukisoftware.wrapper.WrapperManager
Returns true if the JVM was launched by the Wrapper application.
isDebugEnabled() - static method in class org.tanukisoftware.wrapper.WrapperManager
Returns true if the wrapper.debug property, or any of the logging channels are set to DEBUG in the wrapper configuration file.
isLaunchedAsService() - static method in class org.tanukisoftware.wrapper.WrapperManager
Returns true if the Wrapper was launched as an NT service on Windows or as a daemon process on UNIX platforms.

L

log(int,String) - static method in class org.tanukisoftware.wrapper.WrapperManager
Requests that the Wrapper log a message at the specified log level.

M

main(args[]) - static method in class org.tanukisoftware.wrapper.WrapperSimpleApp
Used to Wrapper enable a standard Java application.
main(args[]) - static method in class org.tanukisoftware.wrapper.WrapperStartStopApp
Used to Wrapper enable a standard Java application.

O

R

registerAction(byte,Runnable) - method in class org.tanukisoftware.wrapper.WrapperActionServer
Registers an action with the action server.
requestThreadDump() - static method in class org.tanukisoftware.wrapper.WrapperManager
Requests that the current JVM process request a thread dump.
restart() - static method in class org.tanukisoftware.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 org.tanukisoftware.wrapper.WrapperActionServer
Thread which will listen for connections on the socket.
run() - method in class org.tanukisoftware.wrapper.WrapperManager
run() - method in class org.tanukisoftware.wrapper.WrapperSimpleApp
Used to launch the application in a separate thread.
run() - method in class org.tanukisoftware.wrapper.WrapperStartStopApp
Used to launch the application in a separate thread.

S

setConsoleTitle(String) - static method in class org.tanukisoftware.wrapper.WrapperManager
Sets the title of the console in which the Wrapper is running.
signalStarting(int) - static method in class org.tanukisoftware.wrapper.WrapperManager
Signal the native wrapper that the startup is progressing but that more time is needed.
signalStopped(int) - static method in class org.tanukisoftware.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 org.tanukisoftware.wrapper.WrapperManager
Signal the native wrapper that the shutdown is progressing but that more time is needed.
start() - method in class org.tanukisoftware.wrapper.WrapperActionServer
Starts the runner thread.
start(org.tanukisoftware.wrapper.WrapperListener,String[]) - static method in class org.tanukisoftware.wrapper.WrapperManager
Start the Java side of the Wrapper code running.
start(String[]) - method in class org.tanukisoftware.wrapper.WrapperListener
The start method is called when the WrapperManager is signaled by the native wrapper code that it can start its application.
start(String[]) - method in class org.tanukisoftware.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 class org.tanukisoftware.wrapper.WrapperStartStopApp
The start method is called when the WrapperManager is signalled by the native wrapper code that it can start its application.
stop() - method in class org.tanukisoftware.wrapper.WrapperActionServer
Stops the runner thread, blocking until it has stopped.
stop(int) - method in class org.tanukisoftware.wrapper.WrapperListener
Called when the application is shutting down.
stop(int) - static method in class org.tanukisoftware.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 class org.tanukisoftware.wrapper.WrapperSimpleApp
Called when the application is shutting down.
stop(int) - method in class org.tanukisoftware.wrapper.WrapperStartStopApp
Called when the application is shutting down.
stopImmediate(int) - static method in class org.tanukisoftware.wrapper.WrapperManager
Tells the native wrapper that the JVM wants to shut down and then promptly halts.

T

toString() - method in class org.tanukisoftware.wrapper.WrapperUNIXGroup
toString() - method in class org.tanukisoftware.wrapper.WrapperUNIXUser
Returns a string representation of the user.
toString() - method in class org.tanukisoftware.wrapper.WrapperWin32Group
toString() - method in class org.tanukisoftware.wrapper.WrapperWin32User
Returns a string representation of the user.

U

unregisterAction(byte) - method in class org.tanukisoftware.wrapper.WrapperActionServer
Unregisters an action with the given command.

W

WRAPPER_CTRL_C_EVENT - static field in class org.tanukisoftware.wrapper.WrapperManager
WRAPPER_CTRL_CLOSE_EVENT - static field in class org.tanukisoftware.wrapper.WrapperManager
WRAPPER_CTRL_LOGOFF_EVENT - static field in class org.tanukisoftware.wrapper.WrapperManager
WRAPPER_CTRL_SHUTDOWN_EVENT - static field in class org.tanukisoftware.wrapper.WrapperManager
WRAPPER_LOG_LEVEL_ADVICE - static field in class org.tanukisoftware.wrapper.WrapperManager
Log message at advice log level.
WRAPPER_LOG_LEVEL_DEBUG - static field in class org.tanukisoftware.wrapper.WrapperManager
Log message at debug log level.
WRAPPER_LOG_LEVEL_ERROR - static field in class org.tanukisoftware.wrapper.WrapperManager
Log message at error log level.
WRAPPER_LOG_LEVEL_FATAL - static field in class org.tanukisoftware.wrapper.WrapperManager
Log message at fatal log level.
WRAPPER_LOG_LEVEL_INFO - static field in class org.tanukisoftware.wrapper.WrapperManager
Log message at info log level.
WRAPPER_LOG_LEVEL_STATUS - static field in class org.tanukisoftware.wrapper.WrapperManager
Log message at status log level.
WRAPPER_LOG_LEVEL_WARN - static field in class org.tanukisoftware.wrapper.WrapperManager
Log message at warn log level.
WrapperActionServer - class org.tanukisoftware.wrapper.WrapperActionServer
If an application instantiates an instance of this class, the JVM will listen on the specified port for connections.
WrapperActionServer(int) - constructor for class org.tanukisoftware.wrapper.WrapperActionServer
Creates and starts WrapperActionServer instance bound to the specified port.
WrapperActionServer(int,InetAddress) - constructor for class org.tanukisoftware.wrapper.WrapperActionServer
Creates and starts WrapperActionServer instance bound to the specified port and address.
WrapperGroup - class org.tanukisoftware.wrapper.WrapperGroup
A WrapperGroup contains information about a group which a user belongs to.
WrapperListener - interface org.tanukisoftware.wrapper.WrapperListener
Applications which need to be controlled directly as a service can implement the WrapperListener interface and then register themselves with the WrapperManager on instantiation.
WrapperManager - class org.tanukisoftware.wrapper.WrapperManager
Handles all communication with the native portion of the Wrapper code.
WrapperSimpleApp - class org.tanukisoftware.wrapper.WrapperSimpleApp
WrapperStartStopApp - class org.tanukisoftware.wrapper.WrapperStartStopApp
WrapperUNIXGroup - class org.tanukisoftware.wrapper.WrapperUNIXGroup
A WrapperGroup contains information about a group which a user belongs to.
WrapperUNIXUser - class org.tanukisoftware.wrapper.WrapperUNIXUser
A WrapperUser contains information about a user account on the platform running the Wrapper.
WrapperUser - class org.tanukisoftware.wrapper.WrapperUser
A WrapperUser contains information about a user account on the platform running the Wrapper.
WrapperWin32Group - class org.tanukisoftware.wrapper.WrapperWin32Group
A WrapperGroup contains information about a group which a user belongs to.
WrapperWin32User - class org.tanukisoftware.wrapper.WrapperWin32User
A WrapperUser contains information about a user account on the platform running the Wrapper.

Copyright 1999, 2003 TanukiSoftware.org. All Rights Reserved.