org.drools.event.rule.impl
Class WorkingMemoryEventImpl
java.lang.Object
org.drools.event.rule.impl.WorkingMemoryEventImpl
- All Implemented Interfaces:
- Externalizable, Serializable, org.drools.event.KnowledgeRuntimeEvent, org.drools.event.rule.WorkingMemoryEvent
- Direct Known Subclasses:
- ObjectInsertedEventImpl, ObjectRetractedEventImpl, ObjectUpdatedEventImpl
public class WorkingMemoryEventImpl
- extends Object
- implements org.drools.event.rule.WorkingMemoryEvent, Externalizable
- See Also:
- Serialized Form
WorkingMemoryEventImpl
public WorkingMemoryEventImpl()
WorkingMemoryEventImpl
public WorkingMemoryEventImpl(org.drools.runtime.KnowledgeRuntime kruntime,
org.drools.runtime.rule.PropagationContext propagationContext)
getKnowledgeRuntime
public org.drools.runtime.KnowledgeRuntime getKnowledgeRuntime()
- Specified by:
getKnowledgeRuntime
in interface org.drools.event.KnowledgeRuntimeEvent
getPropagationContext
public org.drools.runtime.rule.PropagationContext getPropagationContext()
- Specified by:
getPropagationContext
in interface org.drools.event.rule.WorkingMemoryEvent
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Throws:
IOException
ClassNotFoundException
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.