org.apache.commons.daemon.support

Class DaemonLoader.Controller

Enclosing Class:
DaemonLoader
Implemented Interfaces:
DaemonController

public static class DaemonLoader.Controller
extends java.lang.Object
implements DaemonController

Method Summary

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

Method Details

fail

public void fail()
            throws IllegalStateException
Specified by:
fail in interface DaemonController

fail

public void fail(Exception exception)
            throws IllegalStateException
Specified by:
fail in interface DaemonController

fail

public void fail(String message)
            throws IllegalStateException
Specified by:
fail in interface DaemonController

fail

public void fail(String message,
                 Exception exception)
            throws IllegalStateException
Specified by:
fail in interface DaemonController

reload

public void reload()
            throws IllegalStateException
Specified by:
reload in interface DaemonController

shutdown

public void shutdown()
            throws IllegalStateException
Specified by:
shutdown in interface DaemonController

Copyright (c) 2001-2002 - Apache Software Foundation