org.drools.event.rule.impl
Class ObjectInsertedEventImpl

java.lang.Object
  extended by org.drools.event.rule.impl.WorkingMemoryEventImpl
      extended by org.drools.event.rule.impl.ObjectInsertedEventImpl
All Implemented Interfaces:
Externalizable, Serializable, org.drools.event.KnowledgeRuntimeEvent, org.drools.event.rule.ObjectInsertedEvent, org.drools.event.rule.WorkingMemoryEvent

public class ObjectInsertedEventImpl
extends WorkingMemoryEventImpl
implements org.drools.event.rule.ObjectInsertedEvent

See Also:
Serialized Form

Constructor Summary
ObjectInsertedEventImpl(ObjectInsertedEvent event)
           
 
Method Summary
 FactHandle getFactHandle()
           
 Object getObject()
           
 void readExternal(ObjectInput in)
           
 String toString()
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class org.drools.event.rule.impl.WorkingMemoryEventImpl
getKnowledgeRuntime, getPropagationContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.drools.event.rule.WorkingMemoryEvent
getPropagationContext
 
Methods inherited from interface org.drools.event.KnowledgeRuntimeEvent
getKnowledgeRuntime
 

Constructor Detail

ObjectInsertedEventImpl

public ObjectInsertedEventImpl(ObjectInsertedEvent event)
Method Detail

writeExternal

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

readExternal

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

getFactHandle

public FactHandle getFactHandle()
Specified by:
getFactHandle in interface org.drools.event.rule.ObjectInsertedEvent

getObject

public Object getObject()
Specified by:
getObject in interface org.drools.event.rule.ObjectInsertedEvent

toString

public String toString()
Overrides:
toString in class WorkingMemoryEventImpl


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