public class SystemServices
extends java.lang.Object
Copyright 2006-2009 Partner Software, Inc.
| Constructor and Description |
|---|
SystemServices() |
| Modifier and Type | Method and Description |
|---|---|
static AppManager |
appManager()
Returns the AppManager for this system.
|
static CacheManager |
cacheManager()
Returns the cache manager for this system.
|
static CogSchema |
cogSchema() |
static ConnectionTracker |
connectionTracker() |
static Registry<Daemon> |
daemons()
Returns the daemon registry.
|
static Environment |
environment()
Returns the current Environment for this system.
|
static SystemEventManager |
eventManager()
Returns the event manager for this system.
|
static ModuleManager |
moduleManager()
Returns the ModuleManager for this system.
|
static PerformanceManager |
performance() |
static PreferencesManager |
preferences()
Returns the preferences manager for this system.
|
static ProductBranding |
productBranding()
Returns the product branding.
|
static RegistryManager |
registryManager()
Returns the registry manager for this system.
|
protected static void |
shutdown()
Shuts down any of the services requiring it.
|
static ShutdownManager |
shutdownManager()
Returns the shutdown manager.
|
static SoundEventManager |
soundEventManager()
Returns the sound event manager for this system.
|
static Vfs |
vfs()
Returns the Vfs rooted at the installation directory.
|
public static Vfs vfs()
public static AppManager appManager()
public static ModuleManager moduleManager()
public static Environment environment()
public static SystemEventManager eventManager()
public static RegistryManager registryManager()
public static PreferencesManager preferences()
public static SoundEventManager soundEventManager()
public static CacheManager cacheManager()
public static CogSchema cogSchema()
public static ShutdownManager shutdownManager()
public static ProductBranding productBranding()
public static PerformanceManager performance()
protected static void shutdown()
public static ConnectionTracker connectionTracker()