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 ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic int getNextId()
public void releaseId(int id)
public int getLastId()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.