org.drools.rule
Class SlidingTimeWindow.BehaviorExpireWMAction

java.lang.Object
  extended by org.drools.rule.SlidingTimeWindow.BehaviorExpireWMAction
All Implemented Interfaces:
Externalizable, Serializable, WorkingMemoryAction
Enclosing class:
SlidingTimeWindow

public static class SlidingTimeWindow.BehaviorExpireWMAction
extends Object
implements WorkingMemoryAction

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.drools.common.WorkingMemoryAction
DeactivateCallback, LogicalRetractCallback, PropagateAction, SignalAction, SignalProcessInstanceAction, WorkingMemoryBehahviourRetract, WorkingMemoryReteAssertAction, WorkingMemoryReteExpireAction
 
Constructor Summary
SlidingTimeWindow.BehaviorExpireWMAction(Behavior behavior, Object context)
           
SlidingTimeWindow.BehaviorExpireWMAction(MarshallerReaderContext inCtx)
           
SlidingTimeWindow.BehaviorExpireWMAction(MarshallerReaderContext context, ProtobufMessages.ActionQueue.Action _action)
           
 
Method Summary
 void execute(InternalKnowledgeRuntime kruntime)
           
 void execute(InternalWorkingMemory workingMemory)
           
 void readExternal(ObjectInput in)
           
 ProtobufMessages.ActionQueue.Action serialize(MarshallerWriteContext outputCtx)
           
 void write(MarshallerWriteContext outputCtx)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SlidingTimeWindow.BehaviorExpireWMAction

public SlidingTimeWindow.BehaviorExpireWMAction(Behavior behavior,
                                                Object context)
Parameters:
behavior -
context -

SlidingTimeWindow.BehaviorExpireWMAction

public SlidingTimeWindow.BehaviorExpireWMAction(MarshallerReaderContext inCtx)
                                         throws IOException
Throws:
IOException

SlidingTimeWindow.BehaviorExpireWMAction

public SlidingTimeWindow.BehaviorExpireWMAction(MarshallerReaderContext context,
                                                ProtobufMessages.ActionQueue.Action _action)
Method Detail

execute

public void execute(InternalWorkingMemory workingMemory)
Specified by:
execute in interface WorkingMemoryAction

execute

public void execute(InternalKnowledgeRuntime kruntime)
Specified by:
execute in interface WorkingMemoryAction

write

public void write(MarshallerWriteContext outputCtx)
           throws IOException
Specified by:
write in interface WorkingMemoryAction
Throws:
IOException

serialize

public ProtobufMessages.ActionQueue.Action serialize(MarshallerWriteContext outputCtx)
Specified by:
serialize in interface WorkingMemoryAction

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


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