Uses of Package
com.jniwrapper.win32.service

Packages that use com.jniwrapper.win32.service
com.jniwrapper.win32.service The com.jniwrapper.win32.service package contains classes for working with Windows services. 
 

Classes in com.jniwrapper.win32.service used by com.jniwrapper.win32.service
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.StatusListener
           
Service.Type
          This class represents type of the service.
ServiceManager.AccessRights
          This class represents access to the service manager.