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.


Constructor Index

 o SystemToolkit()

Method Index

 o doesSupportRegistry()
Returns true if there is a registry support.
 o doesSupportServices()
Returns true if there is a support for system services.
 o getRegistryManager()
Returns an instance of RegistryManager or null if not supported.
 o getServiceControlManager()
Returns an instance of ServiceControlManager or null if not supported.

Constructors

 o SystemToolkit
 public SystemToolkit()

Methods

 o doesSupportServices
 public static boolean doesSupportServices()
Returns true if there is a support for system services.

 o getServiceControlManager
 public static synchronized ServiceControlManager getServiceControlManager()
Returns an instance of ServiceControlManager or null if not supported.

 o doesSupportRegistry
 public static boolean doesSupportRegistry()
Returns true if there is a registry support.

 o 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