org.drools.concurrent
Class AssertObjects

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

public class AssertObjects
extends Object
implements Command, Future

See Also:
Serialized Form

Constructor Summary
AssertObjects()
           
AssertObjects(Object object)
           
 
Method Summary
 boolean exceptionThrown()
           
 void execute(WorkingMemory workingMemory)
           
 Exception getException()
           
 Object getObject()
           
 boolean isDone()
           
 void readExternal(ObjectInput in)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssertObjects

public AssertObjects()

AssertObjects

public AssertObjects(Object object)
Method Detail

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

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

exceptionThrown

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

getException

public Exception getException()
Specified by:
getException in interface Future


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