Package org.drools.core.event.rule.impl
Class SerializableRuleFlowGroup
- java.lang.Object
-
- org.drools.core.event.rule.impl.SerializableRuleFlowGroup
-
- All Implemented Interfaces:
Externalizable,Serializable,org.kie.api.runtime.rule.RuleFlowGroup
public class SerializableRuleFlowGroup extends Object implements org.kie.api.runtime.rule.RuleFlowGroup, Externalizable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SerializableRuleFlowGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()StringgetName()voidreadExternal(ObjectInput in)voidwriteExternal(ObjectOutput out)
-
-
-
Method Detail
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.kie.api.runtime.rule.RuleFlowGroup
-
clear
public void clear()
- Specified by:
clearin interfaceorg.kie.api.runtime.rule.RuleFlowGroup
-
-