Uses of Package
org.jomc.sequences

Classes in org.jomc.sequences used by org.jomc.sequences
Class and 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.
Sequence
          Sequence of numbers.
SequenceChangeEvent
          A "SequenceChange" event gets delivered whenever the state of a sequence changes.
SequenceChangeEvent.Status
          Status of a SequenceChangeEvent.
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.
 



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