org.drools.concurrent
Interface Future

All Superinterfaces:
Externalizable, Serializable
All Known Subinterfaces:
InternalFuture
All Known Implementing Classes:
AssertObject, AssertObjects, FireAllRules, RetractObject, UpdateObject

public interface Future
extends Externalizable


Method Summary
 boolean exceptionThrown()
           
 Exception getException()
           
 Object getObject()
           
 boolean isDone()
           
 
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
 

Method Detail

isDone

boolean isDone()

getObject

Object getObject()

exceptionThrown

boolean exceptionThrown()

getException

Exception getException()


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