public static class ReteooBuilder.IdGenerator extends Object implements Externalizable
Constructor and Description |
---|
IdGenerator() |
IdGenerator(int firstId) |
Modifier and Type | Method and Description |
---|---|
int |
getLastId() |
int |
getNextId() |
void |
readExternal(ObjectInput in) |
void |
releaseId(int id) |
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 void releaseId(int id)
public int getLastId()
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.