public class SerializablePropagationContext extends Object implements org.kie.api.runtime.rule.PropagationContext, Externalizable
| Constructor and Description |
|---|
SerializablePropagationContext() |
SerializablePropagationContext(org.kie.api.runtime.rule.PropagationContext propagationContext) |
| Modifier and Type | Method and Description |
|---|---|
org.kie.api.runtime.rule.FactHandle |
getFactHandle() |
long |
getPropagationNumber() |
org.kie.api.definition.rule.Rule |
getRule() |
int |
getType() |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public SerializablePropagationContext()
public SerializablePropagationContext(org.kie.api.runtime.rule.PropagationContext propagationContext)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic org.kie.api.runtime.rule.FactHandle getFactHandle()
getFactHandle in interface org.kie.api.runtime.rule.PropagationContextpublic long getPropagationNumber()
getPropagationNumber in interface org.kie.api.runtime.rule.PropagationContextpublic org.kie.api.definition.rule.Rule getRule()
getRule in interface org.kie.api.runtime.rule.PropagationContextpublic int getType()
getType in interface org.kie.api.runtime.rule.PropagationContextCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.