A C D E F G H I L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
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.
- addWrapperEventListener(WrapperEventListener, long) - Static method in class org.tanukisoftware.wrapper.WrapperManager
-
Adds a WrapperEventListener which will receive WrapperEvents.
- 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.
- appearOrphan() - Static method in class org.tanukisoftware.wrapper.WrapperManager
-
Deprecated.Removed as of 3.5.8
- appearSlow(int) - 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 sluggish when viewed from the native Wrapper code.
C
- close() - Method in class org.tanukisoftware.wrapper.WrapperProcessInputStream
-
Closes the InputStream
- close() - Method in class org.tanukisoftware.wrapper.WrapperProcessOutputStream
-
Closes the OutputStream.
- COMMAND_ACCESS_VIOLATION - Static variable in class org.tanukisoftware.wrapper.WrapperActionServer
-
Command to invoke an access violation.
- COMMAND_APPEAR_HUNG - Static variable in class org.tanukisoftware.wrapper.WrapperActionServer
-
Command to invoke an appear hung action.
- COMMAND_DUMP - Static variable in class org.tanukisoftware.wrapper.WrapperActionServer
-
Command to invoke a thread dump action.
- COMMAND_HALT_EXPECTED - Static variable in class org.tanukisoftware.wrapper.WrapperActionServer
-
Command to invoke an expected halt action.
- COMMAND_HALT_UNEXPECTED - Static variable in class org.tanukisoftware.wrapper.WrapperActionServer
-
Command to invoke an unexpected halt action.
- COMMAND_RESTART - Static variable in class org.tanukisoftware.wrapper.WrapperActionServer
-
Command to invoke a restart action.
- COMMAND_SHUTDOWN - Static variable in class org.tanukisoftware.wrapper.WrapperActionServer
-
Command to invoke a shutdown action.
- controlEvent(int) - Method in class org.tanukisoftware.wrapper.WrapperJarApp
-
Called whenever the native wrapper code traps a system control signal against the Java process.
- controlEvent(int) - Method in interface 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.
D
- destroy() - Method in class org.tanukisoftware.wrapper.WrapperProcess
-
Kills the subprocess.
- DYNAMIC - Static variable in class org.tanukisoftware.wrapper.WrapperProcessConfig
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.
- exec(String) - Static method in class org.tanukisoftware.wrapper.WrapperManager
-
A more powerful replacement to the java.lang.Runtime.exec method.
- exec(String[]) - Static method in class org.tanukisoftware.wrapper.WrapperManager
-
A more powerful replacement to the java.lang.Runtime.exec method.
- exec(String[], WrapperProcessConfig) - Static method in class org.tanukisoftware.wrapper.WrapperManager
-
A more powerful replacement to the java.lang.Runtime.exec method.
- exec(String, WrapperProcessConfig) - Static method in class org.tanukisoftware.wrapper.WrapperManager
-
A more powerful replacement to the java.lang.Runtime.exec method.
- exitValue() - Method in class org.tanukisoftware.wrapper.WrapperProcess
-
Returns the exit value for the subprocess.
F
- finalize() - Method in class org.tanukisoftware.wrapper.WrapperManager
- finalize() - Method in class org.tanukisoftware.wrapper.WrapperProcess
-
Finalize method.
- finalize() - Method in class org.tanukisoftware.wrapper.WrapperResources
- fireUserEvent(int) - Static method in class org.tanukisoftware.wrapper.WrapperManager
-
Fires a user event user_n specified in the conf file
- FORK_EXEC - Static variable in class org.tanukisoftware.wrapper.WrapperProcessConfig
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.
- getArch() - Static method in class org.tanukisoftware.wrapper.WrapperManager
-
Returns the Architecture that the Wrapper has resolved.
- getBooleanProperty(String, boolean) - Static method in class org.tanukisoftware.wrapper.WrapperPropertyUtil
-
Resolves a boolean property.
- getBooleanProperty(String, boolean) - Static method in class org.tanukisoftware.wrapper.WrapperSystemPropertyUtil
-
Resolves a boolean property.
- getBuildTime() - Static method in class org.tanukisoftware.wrapper.WrapperManager
-
Obtain the build time of Wrapper.
- getDisplayName() - Method in class org.tanukisoftware.wrapper.WrapperWin32Service
-
Returns the display name of the service.
- 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.
- getEnvironment() - Method in class org.tanukisoftware.wrapper.WrapperProcessConfig
-
Returns a Map containing the environment which will be used to launch the child process.
- getErrorCode() - Method in exception org.tanukisoftware.wrapper.WrapperServiceException
-
Returns the error code.
- getErrorStream() - Method in class org.tanukisoftware.wrapper.WrapperProcess
-
Gets the error stream of the subprocess.
- getExitCode() - Method in class org.tanukisoftware.wrapper.WrapperWin32Service
-
Returns the exit of the service, or 0 if it is still running.
- 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.
- getInputStream() - Method in class org.tanukisoftware.wrapper.WrapperProcess
-
Gets the input stream of the subprocess.
- 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.
- getIntProperty(String, int) - Static method in class org.tanukisoftware.wrapper.WrapperPropertyUtil
-
Resolves an integer property.
- getIntProperty(String, int) - Static method in class org.tanukisoftware.wrapper.WrapperSystemPropertyUtil
-
Resolves an integer property.
- getJavaPID() - Static method in class org.tanukisoftware.wrapper.WrapperManager
-
Returns the PID of the Java process.
- 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.
- getLongProperty(String, long) - Static method in class org.tanukisoftware.wrapper.WrapperPropertyUtil
-
Resolves a long property.
- getLongProperty(String, long) - Static method in class org.tanukisoftware.wrapper.WrapperSystemPropertyUtil
-
Resolves a long property.
- getName() - Method in class org.tanukisoftware.wrapper.WrapperWin32Service
-
Returns the name of the service.
- getOS() - Static method in class org.tanukisoftware.wrapper.WrapperManager
-
Returns the OS that the Wrapper has resolved.
- getOutputStream() - Method in class org.tanukisoftware.wrapper.WrapperProcess
-
Gets the output stream of the subprocess.
- getPID() - Method in class org.tanukisoftware.wrapper.WrapperProcess
-
Returns the PID of the process.
- getProperties() - Static method in class org.tanukisoftware.wrapper.WrapperManager
-
Returns a Properties object containing expanded the contents of the configuration file used to launch the Wrapper.
- getRealName() - Method in class org.tanukisoftware.wrapper.WrapperUNIXUser
-
Returns the real name of the user.
- getRes() - Static method in class org.tanukisoftware.wrapper.WrapperManager
-
Returns the WrapperResources object which is used to manage all resources for the Java Service Wrapper.
- getServiceState() - Method in class org.tanukisoftware.wrapper.WrapperWin32Service
-
Returns the last known state of the service.
- getServiceStateName() - Method in class org.tanukisoftware.wrapper.WrapperWin32Service
-
Returns the last known state name of the service.
- 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.
- getStartType() - Method in class org.tanukisoftware.wrapper.WrapperProcessConfig
-
Returns the start type.
- getStdErr() - Method in class org.tanukisoftware.wrapper.WrapperProcess
-
Gets the error stream of the subprocess.
- getStdIn() - Method in class org.tanukisoftware.wrapper.WrapperProcess
-
Gets the output stream of the subprocess.
- getStdOut() - Method in class org.tanukisoftware.wrapper.WrapperProcess
-
Gets the input stream of the subprocess.
- getString(String) - Method in class org.tanukisoftware.wrapper.WrapperResources
-
Request a localized version of the specified key.
- getString(String, Object) - Method in class org.tanukisoftware.wrapper.WrapperResources
-
Request a localized version of the specified key.
- getString(String, Object[]) - Method in class org.tanukisoftware.wrapper.WrapperResources
-
Request a localized version of the specified key.
- getString(String, Object, Object) - Method in class org.tanukisoftware.wrapper.WrapperResources
-
Request a localized version of the specified key.
- getString(String, Object, Object, Object) - Method in class org.tanukisoftware.wrapper.WrapperResources
-
Request a localized version of the specified key.
- getString(String, Object, Object, Object, Object) - Method in class org.tanukisoftware.wrapper.WrapperResources
-
Request a localized version of the specified key.
- getString(String, Object, Object, Object, Object, Object) - Method in class org.tanukisoftware.wrapper.WrapperResources
-
Request a localized version of the specified key.
- getStringProperty(String, String) - Static method in class org.tanukisoftware.wrapper.WrapperPropertyUtil
-
Resolves a string property.
- getStringProperty(String, String) - Static method in class org.tanukisoftware.wrapper.WrapperSystemPropertyUtil
-
Resolves a string property.
- 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.
- getWorkingDirectory() - Method in class org.tanukisoftware.wrapper.WrapperProcessConfig
-
Returns the working directory.
- getWrapperLogFile() - Static method in class org.tanukisoftware.wrapper.WrapperManager
-
Returns the Log file currently being used by the Wrapper.
- getWrapperPID() - Static method in class org.tanukisoftware.wrapper.WrapperManager
-
Returns the PID of the Wrapper process.
H
- hasShutdownHookBeenTriggered() - Static method in class org.tanukisoftware.wrapper.WrapperManager
-
Returns true if the ShutdownHook for the JVM has already been triggered.
I
- isAIX() - Static method in class org.tanukisoftware.wrapper.WrapperManager
-
Returns true if the current JVM is AIX.
- isAlive() - Method in class org.tanukisoftware.wrapper.WrapperProcess
-
Returns true if the process is still alive.
- isControlledByNativeWrapper() - Static method in class org.tanukisoftware.wrapper.WrapperManager
-
Returns true if the JVM was launched by the Wrapper application.
- isCreateForActiveUser() - Method in class org.tanukisoftware.wrapper.WrapperProcessConfig
-
Tells if the CreateForActiveUser feature was enabled.
- 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.
- isDetached() - Method in class org.tanukisoftware.wrapper.WrapperProcessConfig
-
Returns the detached flag.
- isIgnoreUserLogoffs() - Static method in class org.tanukisoftware.wrapper.WrapperManager
-
Returns true if the JVM should ignore user logoff events.
- 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.
- isMacOSX() - Static method in class org.tanukisoftware.wrapper.WrapperManager
-
Returns true if the current JVM is Mac OSX.
- isNativeLibraryOk() - Static method in class org.tanukisoftware.wrapper.WrapperManager
-
Returns true if the native library has been loaded successfully, false otherwise.
- isProfessionalEdition() - Static method in class org.tanukisoftware.wrapper.WrapperManager
-
Returns true if the current Wrapper edition has support for Professional Edition features.
- isShuttingDown() - Static method in class org.tanukisoftware.wrapper.WrapperManager
-
Returns true if the JVM is in the process of shutting down.
- isStandardEdition() - Static method in class org.tanukisoftware.wrapper.WrapperManager
-
Returns true if the current Wrapper edition has support for Standard Edition features.
- isSupported(int) - Static method in class org.tanukisoftware.wrapper.WrapperProcessConfig
-
Indicates whether the specified start type is supported on the current plattform.
- isWindows() - Static method in class org.tanukisoftware.wrapper.WrapperManager
-
Returns true if the current JVM is Windows.
L
- listServices() - Static method in class org.tanukisoftware.wrapper.WrapperManager
-
Returns an array of all registered services.
- loadWrapperResources(String, String) - Static method in class org.tanukisoftware.wrapper.WrapperManager
-
Loads a WrapperResources based on the current locale of the JVM.
- 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(String[]) - Static method in class org.tanukisoftware.wrapper.WrapperJarApp
-
Used to Wrapper enable a standard Java application.
- main(String[]) - Static method in class org.tanukisoftware.wrapper.WrapperSimpleApp
-
Used to Wrapper enable a standard Java application.
- main(String[]) - Static method in class org.tanukisoftware.wrapper.WrapperStartStopApp
-
Used to Wrapper enable a standard Java application.
- markSupported() - Method in class org.tanukisoftware.wrapper.WrapperProcessInputStream
-
Tests if this input stream supports the mark and reset methods.
N
- nativeGetDpiScale() - Static method in class org.tanukisoftware.wrapper.WrapperManager
O
- org.tanukisoftware.wrapper - package org.tanukisoftware.wrapper
P
- POSIX_SPAWN - Static variable in class org.tanukisoftware.wrapper.WrapperProcessConfig
R
- read() - Method in class org.tanukisoftware.wrapper.WrapperProcessInputStream
-
Read a character from the Stream and moves the position in the stream
- read(byte[]) - Method in class org.tanukisoftware.wrapper.WrapperProcessInputStream
-
Reads some number of bytes from the input stream and stores them into the buffer array b.
- read(byte[], int, int) - Method in class org.tanukisoftware.wrapper.WrapperProcessInputStream
-
Reads up to len bytes of data from the input stream into an array of bytes.
- ready() - Method in class org.tanukisoftware.wrapper.WrapperProcessInputStream
- registerAction(byte, Runnable) - Method in class org.tanukisoftware.wrapper.WrapperActionServer
-
Registers an action with the action server.
- releaseShutdownLock() - Static method in class org.tanukisoftware.wrapper.WrapperManager
-
Called by a thread which has previously called requestShutdownLock().
- removeWrapperEventListener(WrapperEventListener) - Static method in class org.tanukisoftware.wrapper.WrapperManager
-
Removes a WrapperEventListener so it will not longer receive WrapperEvents.
- requestShutdownLock() - Static method in class org.tanukisoftware.wrapper.WrapperManager
-
Increase the number of locks which will prevent the Wrapper from letting the JVM process exit on shutdown.
- 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.
- restartAndReturn() - 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.WrapperJarApp
-
Used to launch the application in a separate thread.
- run() - Method in class org.tanukisoftware.wrapper.WrapperManager
-
The main comm runner thread.
- 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
- sendServiceControlCode(String, int) - Static method in class org.tanukisoftware.wrapper.WrapperManager
-
Sends a service control code to the specified service.
- SERVICE_CONTROL_CODE_CONTINUE - Static variable in class org.tanukisoftware.wrapper.WrapperManager
-
Service Control code which can be sent to resume a paused service.
- SERVICE_CONTROL_CODE_INTERROGATE - Static variable in class org.tanukisoftware.wrapper.WrapperManager
-
Service Control code which can be sent to or received interrogate the status of a service.
- SERVICE_CONTROL_CODE_PAUSE - Static variable in class org.tanukisoftware.wrapper.WrapperManager
-
Service Control code which can be sent to pause a service.
- SERVICE_CONTROL_CODE_POWEREVENT_BATTERYLOW - Static variable in class org.tanukisoftware.wrapper.WrapperManager
-
Service Control code which is received when the battery power is low.
- SERVICE_CONTROL_CODE_POWEREVENT_OEMEVENT - Static variable in class org.tanukisoftware.wrapper.WrapperManager
-
Service Control code which is received when the APM BIOS has signaled an APM OEM event.
- SERVICE_CONTROL_CODE_POWEREVENT_POWERSTATUSCHANGE - Static variable in class org.tanukisoftware.wrapper.WrapperManager
-
Service Control code which is received when there is a change in the power status of the computer, such as a switch from battery power to A/C.
- SERVICE_CONTROL_CODE_POWEREVENT_QUERYSUSPEND - Static variable in class org.tanukisoftware.wrapper.WrapperManager
-
Service Control code which is received when the system being suspended.
- SERVICE_CONTROL_CODE_POWEREVENT_QUERYSUSPENDFAILED - Static variable in class org.tanukisoftware.wrapper.WrapperManager
-
Service Control code which is received when permission to suspend the computer was denied by a process.
- SERVICE_CONTROL_CODE_POWEREVENT_RESUMEAUTOMATIC - Static variable in class org.tanukisoftware.wrapper.WrapperManager
-
Service Control code which is received when the computer has woken up automatically to handle an event.
- SERVICE_CONTROL_CODE_POWEREVENT_RESUMECRITICAL - Static variable in class org.tanukisoftware.wrapper.WrapperManager
-
Service Control code which is received when the system has resumed operation.
- SERVICE_CONTROL_CODE_POWEREVENT_RESUMESUSPEND - Static variable in class org.tanukisoftware.wrapper.WrapperManager
-
Service Control code which is received when the system has resumed operation after being suspended.
- SERVICE_CONTROL_CODE_POWEREVENT_SUSPEND - Static variable in class org.tanukisoftware.wrapper.WrapperManager
-
Service Control code which is received when the computer is about to enter a suspended state.
- SERVICE_CONTROL_CODE_SHUTDOWN - Static variable in class org.tanukisoftware.wrapper.WrapperManager
-
Service Control code which can be received when the system is shutting down.
- SERVICE_CONTROL_CODE_START - Static variable in class org.tanukisoftware.wrapper.WrapperManager
-
Service Control code which can be sent to start a service.
- SERVICE_CONTROL_CODE_STOP - Static variable in class org.tanukisoftware.wrapper.WrapperManager
-
Service Control code which can be sent or received to stop a service.
- SERVICE_STATE_CONTINUE_PENDING - Static variable in class org.tanukisoftware.wrapper.WrapperWin32Service
- SERVICE_STATE_PAUSE_PENDING - Static variable in class org.tanukisoftware.wrapper.WrapperWin32Service
- SERVICE_STATE_PAUSED - Static variable in class org.tanukisoftware.wrapper.WrapperWin32Service
- SERVICE_STATE_RUNNING - Static variable in class org.tanukisoftware.wrapper.WrapperWin32Service
- SERVICE_STATE_START_PENDING - Static variable in class org.tanukisoftware.wrapper.WrapperWin32Service
- SERVICE_STATE_STOP_PENDING - Static variable in class org.tanukisoftware.wrapper.WrapperWin32Service
- SERVICE_STATE_STOPPED - Static variable in class org.tanukisoftware.wrapper.WrapperWin32Service
- setConsoleTitle(String) - Static method in class org.tanukisoftware.wrapper.WrapperManager
-
Sets the title of the console in which the Wrapper is running.
- setCreateForActiveUser(boolean) - Method in class org.tanukisoftware.wrapper.WrapperProcessConfig
-
Specifies if the ChildProcesses should be launched in the current session.
- setDetached(boolean) - Method in class org.tanukisoftware.wrapper.WrapperProcessConfig
-
Sets the detached flag.
- setEnvironment(Map) - Method in class org.tanukisoftware.wrapper.WrapperProcessConfig
-
Sets the environment for the child process.
- setSoftShutdownTimeout(int) - Method in class org.tanukisoftware.wrapper.WrapperProcessConfig
-
Sets the timeout for the soft shtudown in seconds.
- setStartType(int) - Method in class org.tanukisoftware.wrapper.WrapperProcessConfig
-
Sets the start type.
- setWorkingDirectory(File) - Method in class org.tanukisoftware.wrapper.WrapperProcessConfig
-
Sets the working directory.
- showUsage() - Method in class org.tanukisoftware.wrapper.WrapperJarApp
-
Displays application usage
- showUsage() - Method in class org.tanukisoftware.wrapper.WrapperSimpleApp
-
Displays application usage
- showUsage() - Method in class org.tanukisoftware.wrapper.WrapperStartStopApp
-
Displays application usage
- 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(String[]) - Method in class org.tanukisoftware.wrapper.WrapperJarApp
-
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 interface 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 signaled 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 signaled by the native wrapper code that it can start its application.
- start(WrapperListener, String[]) - Static method in class org.tanukisoftware.wrapper.WrapperManager
-
Start the Java side of the Wrapper code running.
- 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.WrapperJarApp
-
Called when the application is shutting down.
- stop(int) - Method in interface 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.
- stopAndReturn(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.
- 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 error org.tanukisoftware.wrapper.WrapperJNIError
-
Return string representation of the Error.
- toString() - Method in exception org.tanukisoftware.wrapper.WrapperServiceException
-
Return string representation of the Exception.
- 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.WrapperWin32Service
-
Returns a string representation of the user.
- 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.
V
- VFORK_EXEC - Static variable in class org.tanukisoftware.wrapper.WrapperProcessConfig
W
- waitFor() - Method in class org.tanukisoftware.wrapper.WrapperProcess
-
Causes the current thread to wait, if necessary, until the process represented by this Process object has terminated.
- WRAPPER_CTRL_C_EVENT - Static variable in class org.tanukisoftware.wrapper.WrapperManager
-
Received when the user presses CTRL-C in the console on Windows or UNIX platforms.
- WRAPPER_CTRL_CLOSE_EVENT - Static variable in class org.tanukisoftware.wrapper.WrapperManager
-
Received when the user clicks on the close button of a Console on Windows.
- WRAPPER_CTRL_HUP_EVENT - Static variable in class org.tanukisoftware.wrapper.WrapperManager
-
Received when a SIG HUP is received on a UNIX system.
- WRAPPER_CTRL_LOGOFF_EVENT - Static variable in class org.tanukisoftware.wrapper.WrapperManager
-
Received when the user logs off of a Windows system.
- WRAPPER_CTRL_SHUTDOWN_EVENT - Static variable in class org.tanukisoftware.wrapper.WrapperManager
-
Received when a Windows system is shutting down.
- WRAPPER_CTRL_TERM_EVENT - Static variable in class org.tanukisoftware.wrapper.WrapperManager
-
Received when a SIG TERM is received on a UNIX system.
- WRAPPER_CTRL_USR1_EVENT - Static variable in class org.tanukisoftware.wrapper.WrapperManager
-
Received when a SIG USR1 is received on a UNIX system.
- WRAPPER_CTRL_USR2_EVENT - Static variable in class org.tanukisoftware.wrapper.WrapperManager
-
Received when a SIG USR2 is received on a UNIX system.
- WRAPPER_LOG_LEVEL_ADVICE - Static variable in class org.tanukisoftware.wrapper.WrapperManager
-
Log message at advice log level.
- WRAPPER_LOG_LEVEL_DEBUG - Static variable in class org.tanukisoftware.wrapper.WrapperManager
-
Log message at debug log level.
- WRAPPER_LOG_LEVEL_ERROR - Static variable in class org.tanukisoftware.wrapper.WrapperManager
-
Log message at error log level.
- WRAPPER_LOG_LEVEL_FATAL - Static variable in class org.tanukisoftware.wrapper.WrapperManager
-
Log message at fatal log level.
- WRAPPER_LOG_LEVEL_INFO - Static variable in class org.tanukisoftware.wrapper.WrapperManager
-
Log message at info log level.
- WRAPPER_LOG_LEVEL_NOTICE - Static variable in class org.tanukisoftware.wrapper.WrapperManager
-
Log message at notice log level.
- WRAPPER_LOG_LEVEL_STATUS - Static variable in class org.tanukisoftware.wrapper.WrapperManager
-
Log message at status log level.
- WRAPPER_LOG_LEVEL_WARN - Static variable in class org.tanukisoftware.wrapper.WrapperManager
-
Log message at warn log level.
- WrapperActionServer - Class in org.tanukisoftware.wrapper
-
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 in org.tanukisoftware.wrapper
-
A WrapperGroup contains information about a group which a user belongs to.
- WrapperJarApp - Class in org.tanukisoftware.wrapper
-
By default the WrapperJarApp will only wait for 2 seconds for the main method of the start class to complete.
- WrapperJarApp(String[]) - Constructor for class org.tanukisoftware.wrapper.WrapperJarApp
-
Creates an instance of a WrapperJarApp.
- WrapperJNIError - Error in org.tanukisoftware.wrapper
-
WrapperJNIErrors are thrown when user code encounters problems accessing native Wrapper features.
- WrapperLicenseError - Error in org.tanukisoftware.wrapper
- WrapperListener - Interface in org.tanukisoftware.wrapper
-
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 in org.tanukisoftware.wrapper
-
Handles all communication with the native portion of the Wrapper code.
- WrapperProcess - Class in org.tanukisoftware.wrapper
-
A WrapperProcess is returned by a call to WrapperManager.exec and can be used to reference the new child process after it was launched.
- WrapperProcessConfig - Class in org.tanukisoftware.wrapper
-
With WrapperProcessConfig Class the startup configuration for the Process can be passed to the WrapperManager.exec methods.
- WrapperProcessConfig() - Constructor for class org.tanukisoftware.wrapper.WrapperProcessConfig
-
Creates a default configuration.
- WrapperProcessInputStream - Class in org.tanukisoftware.wrapper
-
The InputStream Class of a WrapperProcess, representing all the data the ChildProcess writes to the Wrapper.
- WrapperProcessOutputStream - Class in org.tanukisoftware.wrapper
-
The OutputStream Class of a WrapperProcess, representing all the data the ChildProcess read from the Wrapper.
- WrapperPropertyUtil - Class in org.tanukisoftware.wrapper
-
A collection of utility methods which make it easy to work with Wrapper configuration Properties without littering code with error handling.
- WrapperResources - Class in org.tanukisoftware.wrapper
-
A resource bundle which is used to help localize applications to the default locale of the JVM.
- WrapperResources() - Constructor for class org.tanukisoftware.wrapper.WrapperResources
-
WrapperResources instances are created using the WrapperManager.loadWrapperResources method.
- WrapperServiceException - Exception in org.tanukisoftware.wrapper
-
WrapperServiceExceptions are thrown when the Wrapper is unable to obtain information on a requested service.
- WrapperShuttingDownException - Exception in org.tanukisoftware.wrapper
-
WrapperShuttingDownExceptions are thrown when certain Wrapper functions are accessed after the Wrapper has started shutting down.
- WrapperSimpleApp - Class in org.tanukisoftware.wrapper
-
By default the WrapperSimpleApp will only wait for 2 seconds for the main method of the start class to complete.
- WrapperSimpleApp(String[]) - Constructor for class org.tanukisoftware.wrapper.WrapperSimpleApp
-
Creates an instance of a WrapperSimpleApp.
- WrapperStartStopApp - Class in org.tanukisoftware.wrapper
-
By default the WrapperStartStopApp will only wait for 2 seconds for the main method of the start class to complete.
- WrapperStartStopApp(Method, Method, boolean, String[]) - Constructor for class org.tanukisoftware.wrapper.WrapperStartStopApp
-
Helper method to make it easier for user classes extending this class to have their own methods of parsing the command line.
- WrapperStartStopApp(String[]) - Constructor for class org.tanukisoftware.wrapper.WrapperStartStopApp
-
Creates an instance of a WrapperStartStopApp.
- WrapperSystemPropertyUtil - Class in org.tanukisoftware.wrapper
-
A collection of utility methods which make it easy to work with System Properties without littering code with error handling.
- WrapperUNIXGroup - Class in org.tanukisoftware.wrapper
-
A WrapperGroup contains information about a group which a user belongs to.
- WrapperUNIXUser - Class in org.tanukisoftware.wrapper
-
A WrapperUser contains information about a user account on the platform running the Wrapper.
- WrapperUser - Class in org.tanukisoftware.wrapper
-
A WrapperUser contains information about a user account on the platform running the Wrapper.
- WrapperWin32Group - Class in org.tanukisoftware.wrapper
-
A WrapperGroup contains information about a group which a user belongs to.
- WrapperWin32Service - Class in org.tanukisoftware.wrapper
-
A WrapperWin32Service contains information about an individual service registered with the current system.
- WrapperWin32User - Class in org.tanukisoftware.wrapper
-
A WrapperUser contains information about a user account on the platform running the Wrapper.
- write(int) - Method in class org.tanukisoftware.wrapper.WrapperProcessOutputStream
-
Writes a byte to the Stream.
All Classes All Packages