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

- public interface DaemonController
- Version:
- 1.0 (CVS $Revision: 1.2 $)
| 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()
|
| Method Detail |
shutdown
public void shutdown()
throws java.lang.IllegalStateException
reload
public void reload()
throws java.lang.IllegalStateException
fail
public void fail()
throws java.lang.IllegalStateException
fail
public void fail(java.lang.String message) throws java.lang.IllegalStateException
fail
public void fail(java.lang.Exception exception) throws java.lang.IllegalStateException
fail
public void fail(java.lang.String message, java.lang.Exception exception) throws java.lang.IllegalStateException
|
|||||||||
| Home >> All >> org >> apache >> commons >> [ daemon overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC