Uses of Class
javolution.context.ObjectFactory

Packages that use ObjectFactory
javolution.context Provides real-time Context to facilitate separation of concerns and achieve higher level of performance and code predictability. 
 

Uses of ObjectFactory in javolution.context
 

Methods in javolution.context that return ObjectFactory
static
<T> ObjectFactory<T>
ObjectFactory.getInstance(Class<T> forClass)
          Returns a factory implementation producing instances of the specified class.
 

Methods in javolution.context with parameters of type ObjectFactory
protected  Allocator HeapContext.getAllocator(ObjectFactory factory)
           
protected abstract  Allocator AllocatorContext.getAllocator(ObjectFactory factory)
          Returns the allocator for the specified factory in this context.
protected  Allocator ImmortalContext.getAllocator(ObjectFactory factory)
           
protected  Allocator PoolContext.getAllocator(ObjectFactory factory)
           
static
<T> void
ObjectFactory.setInstance(ObjectFactory<T> factory, Class<T> forClass)
          Sets explicitely the factory to be used for the specified class (see getInstance(java.lang.Class)).
 



Copyright © 2005-2012 Javolution. All Rights Reserved.