站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

ReteooFactHandleFactory (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.drools.reteoo
Class ReteooFactHandleFactory

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

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
 Class getFactHandleType()
           
protected  InternalFactHandle newFactHandle(long id, 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,
                                                 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
Returns:
a fresh instance of the fact handle factory, with any IDs reset etc.

getFactHandleType

public Class getFactHandleType()


Copyright © 2001-2007 JBoss Inc.. All Rights Reserved.