org.jwarp.service.system
Interface ISystemService


public interface ISystemService


Field Summary
static java.lang.String SERVICE_TYPE
           
 
Method Summary
 int getRunningServiceCount()
           
 java.util.Iterator getRunningServiceNames()
           
 int getStoppedServiceCount()
           
 java.util.Iterator getStoppedServiceNames()
           
 int getSuspendedServiceCount()
           
 java.util.Iterator getSuspendedServiceNames()
           
 boolean isSecurityActive()
           
 

Field Detail

SERVICE_TYPE

public static final java.lang.String SERVICE_TYPE
Method Detail

getRunningServiceCount

public int getRunningServiceCount()

getSuspendedServiceCount

public int getSuspendedServiceCount()

getStoppedServiceCount

public int getStoppedServiceCount()

getRunningServiceNames

public java.util.Iterator getRunningServiceNames()

getSuspendedServiceNames

public java.util.Iterator getSuspendedServiceNames()

getStoppedServiceNames

public java.util.Iterator getStoppedServiceNames()

isSecurityActive

public boolean isSecurityActive()

©   O R C A   S y s t e m s