|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portal.ReferenceSequenceGenerator
PooledCounterStore instead
@Deprecated public class ReferenceSequenceGenerator
| Constructor Summary | |
|---|---|
ReferenceSequenceGenerator()
Deprecated. ReferenceOIDGenerator constructor comment. |
|
| Method Summary | |
|---|---|
void |
createCounter(String tableName)
Deprecated. |
String |
getNext()
Deprecated. |
String |
getNext(String table)
Deprecated. |
int |
getNextInt()
Deprecated. |
int |
getNextInt(String tableName)
Deprecated. Increments the counter and returns the incremented value. |
void |
setCounter(String tableName,
int newCounterValue)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReferenceSequenceGenerator()
| Method Detail |
|---|
public void createCounter(String tableName)
throws SQLException
createCounter in interface ISequenceGeneratortableName - java.lang.String
SQLException
public String getNext()
throws Exception
getNext in interface IOIDGeneratorException
public String getNext(String table)
throws Exception
getNext in interface IOIDGeneratortable - String
Exception
public int getNextInt()
throws Exception
getNextInt in interface ISequenceGeneratorException
public int getNextInt(String tableName)
throws Exception
getNextInt in interface ISequenceGeneratortableName - java.lang.String
Exception
public void setCounter(String tableName,
int newCounterValue)
throws Exception
setCounter in interface ISequenceGeneratortableName - java.lang.StringnewCounterValue - int
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||