org.apache.commons.daemon
Interface DaemonController

All Known Implementing Classes:
DaemonLoader.Controller

public interface DaemonController

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

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 (c) 2001-2002 - Apache Software Foundation