|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface | Description |
---|---|
SequenceChangeListener | Gets called whenever the state of a sequence changed. |
SequenceDirectory | Directory of sequences. |
SequenceOperations | Provides operations performed with sequences. |
VetoableSequenceChangeListener | Gets called whenever the state of a sequence is about to change. |
Class | Description |
---|---|
Sequence | Sequence of numbers. |
SequenceChangeEvent | A "SequenceChange" event gets delivered whenever the state of a sequence changes. |
SequenceChangeEvent.Status | Status of a SequenceChangeEvent . |
Exception | Description |
---|---|
CapacityLimitException | Gets thrown whenever the directories capacity limit has been reached. |
ConcurrentModificationException | Gets thrown whenever a sequence is edited or removed using outdated data. |
SequenceExistsException | Gets thrown when a sequence is about to be added to a directory although a sequence with the same name already exists. |
SequenceLimitException | Gets thrown whenever the next value of a sequence is requested although its maximum value has already been reached. |
SequenceNotFoundException | Gets thrown when a sequence is not found for a given name. |
SequencesException | Recoverable exception base class. |
SequencesSystemException | Gets thrown whenever an unexpected error condition is detected. |
SequenceVetoException | Gets thrown whenever illegal sequence information is passed to a method expecting legal sequence data. |
Application programming interface to managing a directory of sequences.
SequenceDirectory
,
SequenceOperations
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |