org.drools.concurrent
Class FireAllRules
java.lang.Object
org.drools.concurrent.FireAllRules
- All Implemented Interfaces:
- Externalizable, Serializable, Command, Future
public class FireAllRules
- extends Object
- implements Command, Future
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FireAllRules
public FireAllRules()
FireAllRules
public FireAllRules(AgendaFilter agendaFilter)
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.