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

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


org.drools.concurrent
Class RetractObject

java.lang.Object
  extended by org.drools.concurrent.RetractObject
All Implemented Interfaces:
Serializable, Command, Future

public class RetractObject
extends Object
implements Command, Future

See Also:
Serialized Form

Constructor Summary
RetractObject(FactHandle factHandle)
           
 
Method Summary
 void execute(WorkingMemory workingMemory)
           
 Object getObject()
           
 boolean isDone()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RetractObject

public RetractObject(FactHandle factHandle)
Method Detail

execute

public void execute(WorkingMemory workingMemory)
Specified by:
execute in interface Command

getObject

public Object getObject()
Specified by:
getObject in interface Future

isDone

public boolean isDone()
Specified by:
isDone in interface Future


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