See: Description
Class | Description |
---|---|
ServiceConfiguration |
The service configuration passed to
WinServices . |
WinServices |
Collection of static methods to manipulate Windows services
|
Enum | Description |
---|---|
ServiceAccount |
An enum to specify service accounts.
|
ServiceStartType |
The start types of Windows services
|
Exception | Description |
---|---|
ServiceAccessException |
This exception is thrown when a call to
WinServices was made with insufficient privileges. |
ServiceException |
The base exception type used by
WinServices . |
ServiceNotFoundException |
This exception is thrown when a call to
WinServices was made with a non-existing service name. |
WinServices
class.
See the API overview for general remarks on how to use the install4j API.