Class Summary |
WrapperActionServer |
If an application instantiates an instance of this class, the JVM will
listen on the specified port for connections. |
WrapperGroup |
A WrapperGroup contains information about a group which a user
belongs to. |
WrapperJarApp |
By default the WrapperJarApp will only wait for 2 seconds for the main
method of the start class to complete. |
WrapperManager |
Handles all communication with the native portion of the Wrapper code. |
WrapperProcess |
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 |
With WrapperProcessConfig Class the startup configuration for the Process
can be passed to the WrapperManager.exec methods. |
WrapperProcessInputStream |
The InputStream Class of a WrapperProcess, representing all the data the
ChildProcess writes to the Wrapper. |
WrapperProcessOutputStream |
The OutputStream Class of a WrapperProcess, representing all the data the
ChildProcess read from the Wrapper. |
WrapperResources |
A resource bundle which is used to help localize applications to the default
locale of the JVM. |
WrapperSimpleApp |
By default the WrapperSimpleApp will only wait for 2 seconds for the main
method of the start class to complete. |
WrapperStartStopApp |
By default the WrapperStartStopApp will only wait for 2 seconds for the main
method of the start class to complete. |
WrapperSystemPropertyUtil |
A collection of utility methods which make it easy to work with System
Properties without littering code with error handling. |
WrapperUNIXGroup |
A WrapperGroup contains information about a group which a user
belongs to. |
WrapperUNIXUser |
A WrapperUser contains information about a user account on the platform
running the Wrapper. |
WrapperUser |
A WrapperUser contains information about a user account on the platform
running the Wrapper. |
WrapperWin32Group |
A WrapperGroup contains information about a group which a user
belongs to. |
WrapperWin32Service |
A WrapperWin32Service contains information about an individual service
registered with the current system. |
WrapperWin32User |
A WrapperUser contains information about a user account on the platform
running the Wrapper. |