public class DaemonStarter extends Object implements org.apache.commons.daemon.DaemonController
DaemonController interface for
local starting of Daemon implementations.| Constructor and Description |
|---|
DaemonStarter(Class<?> className,
String[] args) |
public void fail()
throws IllegalStateException
fail in interface org.apache.commons.daemon.DaemonControllerIllegalStateExceptionpublic void fail(String arg0) throws IllegalStateException
fail in interface org.apache.commons.daemon.DaemonControllerIllegalStateExceptionpublic void fail(Exception arg0) throws IllegalStateException
fail in interface org.apache.commons.daemon.DaemonControllerIllegalStateExceptionpublic void fail(String arg0, Exception arg1) throws IllegalStateException
fail in interface org.apache.commons.daemon.DaemonControllerIllegalStateExceptionpublic void reload()
throws IllegalStateException
reload in interface org.apache.commons.daemon.DaemonControllerIllegalStateExceptionpublic void shutdown()
throws IllegalStateException
shutdown in interface org.apache.commons.daemon.DaemonControllerIllegalStateException