org.apache.commons.daemon
public interface DaemonController
void shutdown() throws IllegalStateException
IllegalStateException
void reload() throws IllegalStateException
IllegalStateException
void fail() throws IllegalStateException
IllegalStateException
void fail(String message) throws IllegalStateException
IllegalStateException
void fail(Exception exception) throws IllegalStateException
IllegalStateException
void fail(String message, Exception exception) throws IllegalStateException
IllegalStateException
Copyright (c) 2001-2002 - Apache Software Foundation