Uses of Class
org.jomc.sequences.SequencesSystemException

Uses of SequencesSystemException in org.jomc.sequences
 

Methods in org.jomc.sequences that throw SequencesSystemException
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.
 



Copyright © 2005-2010 The JOMC Project. All Rights Reserved.