Class Summary | |
---|---|
ResourceManager | Some helper functions for handling i18n issues. |
WECollection | |
WrapperActionServer | If an application instantiates an instance of this class, the JVM will listen on the specified port for connections. |
WrapperControlEvent | WrapperControlEvent are used to notify the listener whenever the native wrapper code traps a system control signal against the Java process. |
WrapperCoreEvent | WrapperCoreEvents are used to notify the listener of the internal workings of the Wrapper. |
WrapperEvent | WrapperEvents are used to notify WrapperEventListeners of various wrapper related events. |
WrapperEventListener | WrapperEventListeners can be registered with the WrapperManager class to receive WrapperEvents. |
WrapperEventPermission | WrapperEventPermissions are used to grant the right to register to start receiving events from the Wrapper. |
WrapperGroup | A WrapperGroup contains information about a group which a user belongs to. |
WrapperInfo | WrapperInfo.java is build as part of the build process and should not be modified. |
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 | Handles all communication with the native portion of the Wrapper code. |
WrapperManager | |
WrapperManagerMBean | |
WrapperManagerTesting | |
WrapperManagerTestingMBean | This MBean interface provides access to a number of actions which can be useful for testing how well an application responds to JVM crashes. |
WrapperManager.WrapperEventListenerMask | Mapping between WrapperEventListeners and their registered masks. |
WrapperManager.WrapperTickEventImpl | |
WrapperPermission | WrapperPermissions are used to control access to the various methods of the WrapperManager class. |
WrapperPingEvent | WrapperPingEvent are fired each time a ping is received from the Wrapper process. |
WrapperPrintStream | Not all methods are currently overridden as this is an internal class. |
WrapperProperties | Provides a Properties object which can be locked to prevent modification by the user. |
WrapperServiceControlEvent | WrapperServiceControlEvents are used to notify the listener whenever a Service Control Event is received by the service. |
WrapperServiceEvent | WrapperServiceEvents are used to notify the listener of events related the service. |
WrapperServiceException | WrapperServiceExceptions are thrown when the Wrapper is unable to obtain information on a requested service. |
WrapperServicePermission | WrapperServicePermissions are used to grant the right to start, stop, pause, continue, interrogate, or send custom codes to other services running on a Windows system. |
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. |
WrapperTickEvent | WrapperPingEvent are fired each time a ping is received from the Wrapper process. |
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. |
WSCollection |