| |
|
| java.lang.Object org.jasig.portal.ReferenceSequenceGenerator
ReferenceSequenceGenerator | public class ReferenceSequenceGenerator implements ISequenceGenerator(Code) | | author: Dan Ellentuck version: $Revision: 36408 $ |
ReferenceSequenceGenerator | public ReferenceSequenceGenerator()(Code) | | ReferenceOIDGenerator constructor comment.
|
getNextInt | public synchronized int getNextInt(String tableName) throws Exception(Code) | | Increments the counter and returns the incremented value. If the counter
does not exist, creates and then increments it to verify that it has been
created successfully.
int Parameters: tableName - java.lang.String exception: java.lang.Exception - |
setCounter | public synchronized void setCounter(String tableName, int newCounterValue) throws Exception(Code) | | Parameters: tableName - java.lang.String Parameters: newCounterValue - int exception: java.lang.Exception - |
|
|
|