com.jniwrapper.win32.service
Class Service.Type

java.lang.Object
  extended by com.jniwrapper.util.EnumItem
      extended by com.jniwrapper.win32.service.Service.Type
Enclosing class:
Service

public static class Service.Type
extends com.jniwrapper.util.EnumItem

This class represents type of the service.


Field Summary
static Service.Type FILE_SYSTEM_DRIVER
          File system driver service.
static Service.Type KERNEL_DRIVER
          Driver service.
static Service.Type WIN32
           
static Service.Type WIN32_OWN_PROCESS
          Service running in its own process.
static Service.Type WIN32_SHARE_PROCESS
          Service shares the process with other services.
 
Method Summary
static Service.Type create(int type)
           
static boolean isInteractive(int type)
           
 
Methods inherited from class com.jniwrapper.util.EnumItem
equals, getLongValue, getValue, hashCode, isOneOf
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

KERNEL_DRIVER

public static final Service.Type KERNEL_DRIVER
Driver service.


FILE_SYSTEM_DRIVER

public static final Service.Type FILE_SYSTEM_DRIVER
File system driver service.


WIN32_OWN_PROCESS

public static final Service.Type WIN32_OWN_PROCESS
Service running in its own process.


WIN32_SHARE_PROCESS

public static final Service.Type WIN32_SHARE_PROCESS
Service shares the process with other services.


WIN32

public static final Service.Type WIN32
Method Detail

create

public static Service.Type create(int type)

isInteractive

public static boolean isInteractive(int type)