org.drools.reteoo
Class ReteooFactHandleFactory

java.lang.Object
  extended byorg.drools.common.AbstractFactHandleFactory
      extended byorg.drools.reteoo.ReteooFactHandleFactory
All Implemented Interfaces:
FactHandleFactory, java.io.Serializable

public class ReteooFactHandleFactory
extends AbstractFactHandleFactory

See Also:
Serialized Form
 

Field Summary
 
Fields inherited from class org.drools.common.AbstractFactHandleFactory
factHandlePool
 
Constructor Summary
ReteooFactHandleFactory()
           
 
Method Summary
 java.lang.Class getFactHandleType()
           
protected  InternalFactHandle newFactHandle(long id, java.lang.Object object, long recency)
           
 FactHandleFactory newInstance()
           
 
Methods inherited from class org.drools.common.AbstractFactHandleFactory
destroyFactHandle, increaseFactHandleRecency, newFactHandle, newFactHandle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReteooFactHandleFactory

public ReteooFactHandleFactory()
Method Detail

newFactHandle

protected final InternalFactHandle newFactHandle(long id,
                                                 java.lang.Object object,
                                                 long recency)
Specified by:
newFactHandle in class AbstractFactHandleFactory

newInstance

public FactHandleFactory newInstance()
Specified by:
newInstance in interface FactHandleFactory
Specified by:
newInstance in class AbstractFactHandleFactory

getFactHandleType

public java.lang.Class getFactHandleType()