org.drools.concurrent
Interface Future

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
InternalFuture
All Known Implementing Classes:
AssertObject, AssertObjects, FireAllRules, RetractObject, UpdateObject

public interface Future
extends java.io.Serializable


Method Summary
 boolean exceptionThrown()
           
 java.lang.Exception getException()
           
 java.lang.Object getObject()
           
 boolean isDone()
           
 

Method Detail

isDone

boolean isDone()

getObject

java.lang.Object getObject()

exceptionThrown

boolean exceptionThrown()

getException

java.lang.Exception getException()