org.apache.commons.daemon
Interface DaemonController

All Known Implementing Classes:
DaemonLoader.Controller

public interface DaemonController

Version:
1.0 (CVS $Revision: 480475 $)
Author:
Pier Fumagalli

Method Summary
 void fail()
           
 void fail(Exception exception)
           
 void fail(String message)
           
 void fail(String message, Exception exception)
           
 void reload()
           
 void shutdown()
           
 

Method Detail

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-2009 Apache Software Foundation. All Rights Reserved.