javatools.util
Interface Resetable

All Known Subinterfaces:
ManagedThread
All Known Implementing Classes:
HttpCommander, Props, SmtpListener, ThreadManager

public interface Resetable

Any object that can be "Reseted" implements this. The meaning of "reset" is rather ill-defined, but usually means to bring itself back to a starting state, to clear its caches and/or to re-read configuration files.


Method Summary
 void reset()
           
 

Method Detail

reset

public void reset()
           throws ResetException
ResetException