|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SequencesSystemException in org.jomc.sequences |
---|
Modifier and Type | Method and Description |
---|---|
Sequence |
SequenceDirectory.addSequence(Sequence sequence)
Adds a sequence to the directory. |
Sequence |
SequenceDirectory.deleteSequence(String name,
long revision)
Removes a sequence from the directory. |
Sequence |
SequenceDirectory.editSequence(String name,
long revision,
Sequence sequence)
Updates a sequence in the directory. |
BigInteger |
SequenceDirectory.getCapacityLimit()
Gets the capacity limit of the directory. |
long |
SequenceOperations.getNextSequenceValue(String sequenceName)
Gets the next value for a named sequence. |
long[] |
SequenceOperations.getNextSequenceValues(String sequenceName,
int numValues)
Gets multiple next values for a named sequence. |
Sequence |
SequenceDirectory.getSequence(String name)
Gets a sequence for a given name. |
BigInteger |
SequenceDirectory.getSequenceCount()
Gets the total number of sequences stored in the directory. |
Set<Sequence> |
SequenceDirectory.searchSequences(String name)
Searches the directory for sequences matching the given arguments. |
void |
SequenceChangeListener.sequenceChange(SequenceChangeEvent evt)
Gets called whenever the state of a sequence changed. |
void |
VetoableSequenceChangeListener.vetoableSequenceChange(SequenceChangeEvent evt)
Gets called whenever the state of a sequence is about to change. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |