org.apache.commons.daemon
Interface DaemonController
- All Known Implementing Classes:
- DaemonLoader.Controller
public interface DaemonController
- Version:
- 1.0 (CVS $Revision: 480475 $)
- Author:
- Pier Fumagalli
shutdown
void shutdown()
throws IllegalStateException
- Throws:
IllegalStateException
reload
void reload()
throws IllegalStateException
- Throws:
IllegalStateException
fail
void fail()
throws IllegalStateException
- Throws:
IllegalStateException
fail
void fail(String message)
throws IllegalStateException
- Throws:
IllegalStateException
fail
void fail(Exception exception)
throws IllegalStateException
- Throws:
IllegalStateException
fail
void fail(String message,
Exception exception)
throws IllegalStateException
- Throws:
IllegalStateException
Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.