org.apache.commons.daemon

Interface DaemonController

Known Implementing Classes:
DaemonLoader.Controller

public interface DaemonController

Version:
1.0 (CVS $Revision: 155409 $)
Authors:
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 Details

fail

public void fail()
            throws IllegalStateException

fail

public void fail(Exception exception)
            throws IllegalStateException

fail

public void fail(String message)
            throws IllegalStateException

fail

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

reload

public void reload()
            throws IllegalStateException

shutdown

public void shutdown()
            throws IllegalStateException

Copyright (c) 2001-2002 - Apache Software Foundation