org.apache.commons.daemon
Interface DaemonController
- All Known Implementing Classes:
- DaemonLoader.Controller
- public interface DaemonController
- Version:
- 1.0 (CVS $Revision: 1.2 $)
- Author:
- Pier Fumagalli, Copyright © 2000-2001 The
Apache Software Foundation. All rights reserved.
shutdown
public void shutdown()
throws IllegalStateException
- Throws:
IllegalStateException
reload
public void reload()
throws IllegalStateException
- Throws:
IllegalStateException
fail
public void fail()
throws IllegalStateException
- Throws:
IllegalStateException
fail
public void fail(String message)
throws IllegalStateException
- Throws:
IllegalStateException
fail
public void fail(Exception exception)
throws IllegalStateException
- Throws:
IllegalStateException
fail
public void fail(String message,
Exception exception)
throws IllegalStateException
- Throws:
IllegalStateException
Copyright (c) 2001-2002 - Apache Software Foundation