Package org.drools.core.event.rule.impl
Class ObjectInsertedEventImpl
java.lang.Object
org.drools.core.event.rule.impl.RuleRuntimeEventImpl
org.drools.core.event.rule.impl.ObjectInsertedEventImpl
- All Implemented Interfaces:
Externalizable,Serializable,KieRuntimeEvent,ObjectInsertedEvent,RuleRuntimeEvent
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDo not use this constructor.ObjectInsertedEventImpl(KieRuntime kruntime, PropagationContext propagationContext, FactHandle handle, Object object) -
Method Summary
Methods inherited from class org.drools.core.event.rule.impl.RuleRuntimeEventImpl
getKieRuntime, getPropagationContext, getRuleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.kie.api.event.KieRuntimeEvent
getKieRuntimeMethods inherited from interface org.kie.api.event.rule.ObjectInsertedEvent
getRule
-
Constructor Details
-
ObjectInsertedEventImpl
public ObjectInsertedEventImpl(KieRuntime kruntime, PropagationContext propagationContext, FactHandle handle, Object object) -
ObjectInsertedEventImpl
public ObjectInsertedEventImpl()Do not use this constructor. It should be used just by deserialization.
-
-
Method Details
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Overrides:
writeExternalin classRuleRuntimeEventImpl- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Overrides:
readExternalin classRuleRuntimeEventImpl- Throws:
IOExceptionClassNotFoundException
-
getFactHandle
- Specified by:
getFactHandlein interfaceObjectInsertedEvent
-
getObject
- Specified by:
getObjectin interfaceObjectInsertedEvent
-
toString
- Overrides:
toStringin classRuleRuntimeEventImpl
-