org.tanukisoftware.wrapper |
|
Java Source File Name | Type | Comment |
WrapperActionServer.java | Class | If an application instantiates an instance of this class, the JVM will
listen on the specified port for connections. |
WrapperGroup.java | Class | A WrapperGroup contains information about a group which a user
belongs to. |
WrapperInfo.java | Class | WrapperInfo.java is build as part of the build process and should not be
modified. |
WrapperListener.java | Interface | 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.java | Class | Handles all communication with the native portion of the Wrapper code.
The native wrapper code will launch Java in a separate process and set
up a server socket which the Java code is expected to open a socket to
on startup. |
WrapperManagerSystemTimeTestCase.java | Class | Tests the conversion of system time into ticks. |
WrapperProperties.java | Class | Provides a Properties object which can be locked to prevent modification
by the user. |
WrapperServiceException.java | Class | WrapperServiceExceptions are thrown when the Wrapper is unable to obtain
information on a requested service. |
WrapperSimpleApp.java | Class | By default the WrapperSimpleApp will only wait for 2 seconds for the main
method of the start class to complete. |
WrapperStartStopApp.java | Class | By default the WrapperStartStopApp will only wait for 2 seconds for the main
method of the start class to complete. |
WrapperSystemPropertyUtil.java | Class | A collection of utility methods which make it easy to work with System
Properties without littering code with error handling. |
WrapperUNIXGroup.java | Class | A WrapperGroup contains information about a group which a user
belongs to. |
WrapperUNIXUser.java | Class | A WrapperUser contains information about a user account on the platform
running the Wrapper. |
WrapperUser.java | Class | A WrapperUser contains information about a user account on the platform
running the Wrapper. |
WrapperWin32Group.java | Class | A WrapperGroup contains information about a group which a user
belongs to. |
WrapperWin32Service.java | Class | A WrapperWin32Service contains information about an individual service
registered with the current system. |
WrapperWin32User.java | Class | A WrapperUser contains information about a user account on the platform
running the Wrapper. |