org.drools.common
Class RuleFlowGroupImpl.DeactivateCallback
java.lang.Object
org.drools.common.RuleFlowGroupImpl.DeactivateCallback
- All Implemented Interfaces:
- Externalizable, Serializable, WorkingMemoryAction
- Enclosing class:
- RuleFlowGroupImpl
public static class RuleFlowGroupImpl.DeactivateCallback
- extends Object
- implements WorkingMemoryAction
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RuleFlowGroupImpl.DeactivateCallback
public RuleFlowGroupImpl.DeactivateCallback(InternalRuleFlowGroup ruleFlowGroup)
RuleFlowGroupImpl.DeactivateCallback
public RuleFlowGroupImpl.DeactivateCallback(MarshallerReaderContext context)
throws IOException
- Throws:
IOException
write
public void write(MarshallerWriteContext context)
throws IOException
- Specified by:
write
in interface WorkingMemoryAction
- Throws:
IOException
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(InternalWorkingMemory workingMemory)
- Specified by:
execute
in interface WorkingMemoryAction
execute
public void execute(InternalKnowledgeRuntime kruntime)
- Specified by:
execute
in interface WorkingMemoryAction
Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.