|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
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
|
ObjectFactory.setInstance(ObjectFactory<T> factory,
Class<T> forClass)
Sets explicitely the factory to be used for the specified class (see getInstance(java.lang.Class ). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |