org.drools.concurrent
Interface InternalFuture

All Superinterfaces:
Externalizable, Future, Serializable

public interface InternalFuture
extends Future


Method Summary
 Command getCommand()
           
 void setObject(Object object)
           
 
Methods inherited from interface org.drools.concurrent.Future
exceptionThrown, getException, getObject, isDone
 
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
 

Method Detail

setObject

void setObject(Object object)

getCommand

Command getCommand()


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.