|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portal.services.SequenceGenerator
ICounterStore instead.
@Deprecated public class SequenceGenerator
| Field Summary | |
|---|---|
static String |
DEFAULT_COUNTER_NAME
Deprecated. |
| Method Summary | |
|---|---|
void |
createCounter(String name)
Deprecated. |
String |
getNext()
Deprecated. |
String |
getNext(String name)
Deprecated. |
int |
getNextInt()
Deprecated. |
int |
getNextInt(String name)
Deprecated. |
static SequenceGenerator |
instance()
Deprecated. |
void |
setCounter(String name,
int newValue)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static String DEFAULT_COUNTER_NAME
| Method Detail |
|---|
public void createCounter(String name)
throws Exception
name - String
Exception
public String getNext()
throws Exception
Exception
public String getNext(String name)
throws Exception
name - String
Exception
public int getNextInt()
throws Exception
Exception
public int getNextInt(String name)
throws Exception
name - String
Exception
public void setCounter(String name,
int newValue)
throws Exception
name - java.lang.StringnewValue - int
Exceptionpublic static final SequenceGenerator instance()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||