Uses of Interface
com.hammurapi.config.bootstrap.Destroyable

Packages that use Destroyable
com.hammurapi.config.bootstrap   
com.hammurapi.config.runtime   
 

Uses of Destroyable in com.hammurapi.config.bootstrap
 

Classes in com.hammurapi.config.bootstrap that implement Destroyable
 class SimpleThreadPool
          Simple thread pool with minimal confriguration.
 

Methods in com.hammurapi.config.bootstrap that return Destroyable
 Destroyable FactoryClosure.getDestroyable()
           
 

Uses of Destroyable in com.hammurapi.config.runtime
 

Classes in com.hammurapi.config.runtime that implement Destroyable
 class CompositeDestroyable
           
 

Methods in com.hammurapi.config.runtime that return Destroyable
 Destroyable FactoryClosureBase.getDestroyable()
           
 

Methods in com.hammurapi.config.runtime with parameters of type Destroyable
 void CompositeDestroyable.addDestroyable(Destroyable child)
           
 void DestroyableSink.addDestroyable(Destroyable child)