public class RuleRuntimeEventImpl extends Object implements org.kie.api.event.rule.RuleRuntimeEvent, Externalizable
Constructor and Description |
---|
RuleRuntimeEventImpl() |
RuleRuntimeEventImpl(org.kie.internal.runtime.KnowledgeRuntime kruntime,
org.kie.api.runtime.rule.PropagationContext propagationContext) |
Modifier and Type | Method and Description |
---|---|
org.kie.internal.runtime.KnowledgeRuntime |
getKieRuntime() |
org.kie.api.runtime.rule.PropagationContext |
getPropagationContext() |
org.kie.api.definition.rule.Rule |
getRule() |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public RuleRuntimeEventImpl()
public RuleRuntimeEventImpl(org.kie.internal.runtime.KnowledgeRuntime kruntime, org.kie.api.runtime.rule.PropagationContext propagationContext)
public org.kie.internal.runtime.KnowledgeRuntime getKieRuntime()
getKieRuntime
in interface org.kie.api.event.KieRuntimeEvent
public org.kie.api.runtime.rule.PropagationContext getPropagationContext()
public org.kie.api.definition.rule.Rule getRule()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.