public final class DaemonLoader
extends java.lang.Object
Modifier and Type | Class | Description |
---|---|---|
static class |
DaemonLoader.Context |
|
static class |
DaemonLoader.Controller |
Constructor | Description |
---|---|
DaemonLoader() |
Modifier and Type | Method | Description |
---|---|---|
static boolean |
check(java.lang.String cn) |
|
static boolean |
destroy() |
|
static boolean |
load(java.lang.String className,
java.lang.String[] args) |
|
static boolean |
signal() |
|
static boolean |
start() |
|
static boolean |
stop() |
|
static void |
version() |
public static void version()
public static boolean check(java.lang.String cn)
public static boolean signal()
public static boolean load(java.lang.String className, java.lang.String[] args)
public static boolean start()
public static boolean stop()
public static boolean destroy()
Copyright (c) 2002-2013 - Apache Software Foundation