|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.system.DaemonLib
public class DaemonLib
Convenience routines to handle daemon startup, shutdown, and registry.
Daemons are registered in the Registry named... "Daemons".
Copyright 2008 Partner Software, Inc.
| Method Summary | |
|---|---|
static Daemon |
daemonNamed(java.lang.String name)
Fetches the daemon with the given name from the registry, null if there is none. |
static void |
registerDaemon(java.lang.String name,
Daemon daemon)
Registers the given Daemon under the given name. |
static Registry<Daemon> |
registry()
Returns the Daemon registry. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Registry<Daemon> registry()
public static Daemon daemonNamed(java.lang.String name)
public static void registerDaemon(java.lang.String name,
Daemon daemon)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||