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 Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public String getName()
getName
in interface org.kie.api.runtime.rule.AgendaGroup
public void clear()
clear
in interface org.kie.api.runtime.rule.AgendaGroup
public void setFocus()
setFocus
in interface org.kie.api.runtime.rule.AgendaGroup
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.