All Packages Class Hierarchy This Package Previous Next Index
Class com.jobjects.jst.SystemToolkit
com.jobjects.jst.SystemToolkit
- public class SystemToolkit
SystemToolkit provides a collection of static methods
that represent the entry point to all system services
supported by JObjects' JST library.
-
SystemToolkit()
-
-
doesSupportRegistry()
- Returns true if there is a registry support.
-
doesSupportServices()
- Returns true if there is a support for system services.
-
getRegistryManager()
- Returns an instance of RegistryManager or null if
not supported.
-
getServiceControlManager()
- Returns an instance of ServiceControlManager or null if
not supported.
SystemToolkit
public SystemToolkit()
doesSupportServices
public static boolean doesSupportServices()
- Returns true if there is a support for system services.
getServiceControlManager
public static synchronized ServiceControlManager getServiceControlManager()
- Returns an instance of ServiceControlManager or null if
not supported.
doesSupportRegistry
public static boolean doesSupportRegistry()
- Returns true if there is a registry support.
getRegistryManager
public static synchronized RegistryManager getRegistryManager()
- Returns an instance of RegistryManager or null if
not supported.
All Packages Class Hierarchy This Package Previous Next Index