|
JADE v6.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dautelle.realtime.ObjectFactory
com.dautelle.realtime.RealtimeObject.Factory
This abstract class represents the factory responsible for the
creation of RealtimeObject
instances.
Field Summary |
Fields inherited from class com.dautelle.realtime.ObjectFactory |
MAX |
Constructor Summary | |
protected |
RealtimeObject.Factory()
Default constructor. |
Method Summary | |
protected ObjectPool |
newPool()
Creates a new pool for this object factory. |
java.lang.Object |
object()
Returns a new or recycled object from this factory. |
Methods inherited from class com.dautelle.realtime.ObjectFactory |
cleanup, create, currentPool, heapPool |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected RealtimeObject.Factory()
Method Detail |
public final java.lang.Object object()
object
in class ObjectFactory
protected ObjectPool newPool()
ObjectFactory
newPool
in class ObjectFactory
ObjectPool
.
|
JADE v6.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |