Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.commons.daemon
Interface DaemonController  view DaemonController download DaemonController.java


public interface DaemonController

Version:
1.0 (CVS $Revision: 1.2 $)

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