com.jniwrapper.win32.service
package contains classes for working with Windows services.See: Description
Interface | Description |
---|---|
Service.StatusListener |
Class | Description |
---|---|
Service |
This class represents Windows service application, which is either
started automatically at system startup, or by a user through Services application, or programmatically.
|
Service.AccessRights |
This class represents access rights to a service.
|
Service.CurrentState |
This class represents the current state of the service.
|
Service.ErrorControl | |
Service.StartupType |
This class represents startup type of service.
|
Service.Status |
This class represents the service status.
|
Service.Status.ControlsAccepted | |
Service.Type |
This class represents type of the service.
|
ServiceManager |
This class represents a service manager that contains operations for working with services.
|
ServiceManager.AccessRights |
This class represents access to the service manager.
|
Exception | Description |
---|---|
ServiceException |
Generic exception for service-related operations.
|
com.jniwrapper.win32.service
package contains classes for working with Windows services.