com.hammurapi.config.bootstrap
Interface Destroyable

All Known Implementing Classes:
CompositeDestroyable, SimpleThreadPool

public interface Destroyable

Something which holds resources and shall be explicitly destroyed to release resources.

Author:
Pavel Vlasov

Method Summary
 void destroy()
          Terminates element operations, releases resources used by the component.
 

Method Detail

destroy

void destroy()
             throws ConfigurationException
Terminates element operations, releases resources used by the component.

Throws:
ConfigurationException