Package org.drools.core.event.rule.impl
Class SerializableAgendaGroup
- java.lang.Object
-
- org.drools.core.event.rule.impl.SerializableAgendaGroup
-
- All Implemented Interfaces:
Externalizable,Serializable,org.kie.api.runtime.rule.AgendaGroup
public class SerializableAgendaGroup extends Object implements org.kie.api.runtime.rule.AgendaGroup, Externalizable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()StringgetName()voidreadExternal(ObjectInput in)voidsetFocus()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.AgendaGroup
-
clear
public void clear()
- Specified by:
clearin interfaceorg.kie.api.runtime.rule.AgendaGroup
-
setFocus
public void setFocus()
- Specified by:
setFocusin interfaceorg.kie.api.runtime.rule.AgendaGroup
-
-