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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal in interface Externalizable
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal in interface Externalizable
- Throws:
IOException
ClassNotFoundException
getName
public String getName()
- Specified by:
getName in interface org.kie.api.runtime.rule.RuleFlowGroup
clear
public void clear()
- Specified by:
clear in interface org.kie.api.runtime.rule.RuleFlowGroup
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.