org.apache.commons.daemon
Interface DaemonController

All Known Implementing Classes:
DaemonLoader.Controller

public interface DaemonController

Version:
1.0 (CVS $Revision: 1.1.1.1 $)
Author:
Pier Fumagalli, Copyright © 2000-2001 The Apache Software Foundation. All rights reserved.

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

public void shutdown()
              throws java.lang.IllegalStateException

reload

public void reload()
            throws java.lang.IllegalStateException

fail

public void fail()
          throws java.lang.IllegalStateException

fail

public void fail(java.lang.String message)
          throws java.lang.IllegalStateException

fail

public void fail(java.lang.Exception exception)
          throws java.lang.IllegalStateException

fail

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


Copyright (c) 2001-2002 - Apache Software Foundation