public static class ReteooBuilder.IdGenerator extends Object implements Externalizable
Constructor and Description |
---|
ReteooBuilder.IdGenerator() |
ReteooBuilder.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 ReteooBuilder.IdGenerator()
public ReteooBuilder.IdGenerator(int firstId)
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-2014 JBoss by Red Hat. All Rights Reserved.