org.apache.commons.daemon.support
Class DaemonLoader.Controller
java.lang.Object
org.apache.commons.daemon.support.DaemonLoader.Controller
- All Implemented Interfaces:
- DaemonController
- Enclosing class:
- DaemonLoader
- public static class DaemonLoader.Controller
- extends Object
- implements DaemonController
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
shutdown
public void shutdown()
throws IllegalStateException
- Specified by:
shutdown
in interface DaemonController
- Throws:
IllegalStateException
reload
public void reload()
throws IllegalStateException
- Specified by:
reload
in interface DaemonController
- Throws:
IllegalStateException
fail
public void fail()
throws IllegalStateException
- Specified by:
fail
in interface DaemonController
- Throws:
IllegalStateException
fail
public void fail(String message)
throws IllegalStateException
- Specified by:
fail
in interface DaemonController
- Throws:
IllegalStateException
fail
public void fail(Exception exception)
throws IllegalStateException
- Specified by:
fail
in interface DaemonController
- Throws:
IllegalStateException
fail
public void fail(String message,
Exception exception)
throws IllegalStateException
- Specified by:
fail
in interface DaemonController
- Throws:
IllegalStateException
Copyright (c) 2001-2002 - Apache Software Foundation