Package org.clazzes.util.lifecycle

Interface Summary
Cache<T> Interface providing a common denominator for Cache implementations.
Cacheable<T> Interface to manage the life cycle of objects in combination with a Cache.
ObjectCreatable<T> Basic interface to be implemented by objects that would be created by a ObjectFactory.
ObjectFactory<T> A "factory" to provide lifecycle objects for the given id.
Recyclable<T> Interface to manage the life cycle of objects in combination with a Recycler.
Recycler<T> A recycler works as a specialized factory to deliver new object instances of type Recyclable.
 



Copyright © 2010. All Rights Reserved.