public static class ReteooBuilder.IdGenerator extends Object implements Externalizable
Constructor and Description |
---|
IdGenerator() |
Modifier and Type | Method and Description |
---|---|
int |
getLastId() |
int |
getLastId(String topic) |
int |
getNextId() |
int |
getNextId(String topic) |
void |
readExternal(ObjectInput in) |
void |
releaseId(RuleImpl rule,
NetworkNode node) |
void |
writeExternal(ObjectOutput out) |
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public int getNextId()
public int getNextId(String topic)
public void releaseId(RuleImpl rule, NetworkNode node)
public int getLastId()
public int getLastId(String topic)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.