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 java.lang.Object
- implements DaemonController
Method Summary |
void |
fail()
|
void |
fail(java.lang.Exception exception)
|
void |
fail(java.lang.String message)
|
void |
fail(java.lang.String message,
java.lang.Exception exception)
|
void |
reload()
|
void |
shutdown()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
shutdown
public void shutdown()
throws java.lang.IllegalStateException
- Specified by:
shutdown
in interface DaemonController
- Throws:
java.lang.IllegalStateException
reload
public void reload()
throws java.lang.IllegalStateException
- Specified by:
reload
in interface DaemonController
- Throws:
java.lang.IllegalStateException
fail
public void fail()
throws java.lang.IllegalStateException
- Specified by:
fail
in interface DaemonController
- Throws:
java.lang.IllegalStateException
fail
public void fail(java.lang.String message)
throws java.lang.IllegalStateException
- Specified by:
fail
in interface DaemonController
- Throws:
java.lang.IllegalStateException
fail
public void fail(java.lang.Exception exception)
throws java.lang.IllegalStateException
- Specified by:
fail
in interface DaemonController
- Throws:
java.lang.IllegalStateException
fail
public void fail(java.lang.String message,
java.lang.Exception exception)
throws java.lang.IllegalStateException
- Specified by:
fail
in interface DaemonController
- Throws:
java.lang.IllegalStateException
Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.