|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ICounterStore instead
@Deprecated public interface ISequenceGenerator
An interface for returning sequences derived from named counters. The following methods are devoted to creating and using these counters, which can be used as oids.
createCounter(String name)
getNextInt()
getNextInt(String name)
setCounter(String name)
ISequenceGenerator inherits the following more general methods from IOIDGenerator, which return Strings:
getNext()
getNext(String name)
| Method Summary | |
|---|---|
void |
createCounter(String name)
Deprecated. |
int |
getNextInt()
Deprecated. |
int |
getNextInt(String name)
Deprecated. |
void |
setCounter(String name,
int newValue)
Deprecated. |
| Methods inherited from interface org.jasig.portal.IOIDGenerator |
|---|
getNext, getNext |
| Method Detail |
|---|
void createCounter(String name)
throws Exception
name - java.lang.String
Exception
int getNextInt()
throws Exception
Exception - The exception description.
int getNextInt(String name)
throws Exception
name - java.lang.String
Exception - The exception description.
void setCounter(String name,
int newValue)
throws Exception
name - java.lang.StringnewValue - int
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||