|
|||||||||
| Home >> All >> org >> apache >> commons >> daemon >> [ support overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.commons.daemon.support
Class DaemonLoader

java.lang.Objectorg.apache.commons.daemon.support.DaemonLoader
- public final class DaemonLoader
- extends java.lang.Object
| Nested Class Summary | |
static class |
DaemonLoader.Context
|
static class |
DaemonLoader.Controller
|
| Field Summary | |
private static DaemonLoader.Context |
context
|
private static DaemonLoader.Controller |
controller
|
private static java.lang.Object |
daemon
|
private static java.lang.reflect.Method |
destroy
|
private static java.lang.reflect.Method |
init
|
private static java.lang.reflect.Method |
start
|
private static java.lang.reflect.Method |
stop
|
| Constructor Summary | |
DaemonLoader()
|
|
| Method Summary | |
static boolean |
check(java.lang.String cn)
|
static boolean |
destroy()
|
static boolean |
load(java.lang.String cn,
java.lang.String[] ar)
|
private static void |
shutdown(boolean reload)
|
static boolean |
start()
|
static boolean |
stop()
|
static void |
version()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
controller
private static DaemonLoader.Controller controller
context
private static DaemonLoader.Context context
daemon
private static java.lang.Object daemon
init
private static java.lang.reflect.Method init
start
private static java.lang.reflect.Method start
stop
private static java.lang.reflect.Method stop
destroy
private static java.lang.reflect.Method destroy
| Constructor Detail |
DaemonLoader
public DaemonLoader()
| Method Detail |
version
public static void version()
check
public static boolean check(java.lang.String cn)
load
public static boolean load(java.lang.String cn, java.lang.String[] ar)
start
public static boolean start()
stop
public static boolean stop()
destroy
public static boolean destroy()
shutdown
private static void shutdown(boolean reload)
|
|||||||||
| Home >> All >> org >> apache >> commons >> daemon >> [ support overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.commons.daemon.support.DaemonLoader