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(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

void shutdown()
              throws java.lang.IllegalStateException
Throws:
java.lang.IllegalStateException

reload

void reload()
            throws java.lang.IllegalStateException
Throws:
java.lang.IllegalStateException

fail

void fail()
          throws java.lang.IllegalStateException
Throws:
java.lang.IllegalStateException

fail

void fail(java.lang.String message)
          throws java.lang.IllegalStateException
Throws:
java.lang.IllegalStateException

fail

void fail(java.lang.Exception exception)
          throws java.lang.IllegalStateException
Throws:
java.lang.IllegalStateException

fail

void fail(java.lang.String message,
          java.lang.Exception exception)
          throws java.lang.IllegalStateException
Throws:
java.lang.IllegalStateException


Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.