public class SerializableAgendaGroup extends Object implements org.kie.api.runtime.rule.AgendaGroup, Externalizable
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
String |
getName() |
void |
readExternal(ObjectInput in) |
void |
setFocus() |
void |
writeExternal(ObjectOutput out) |
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic String getName()
getName in interface org.kie.api.runtime.rule.AgendaGrouppublic void clear()
clear in interface org.kie.api.runtime.rule.AgendaGrouppublic void setFocus()
setFocus in interface org.kie.api.runtime.rule.AgendaGroupCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.