Package org.jomc.sequences

Package class diagram package org.jomc.sequences
Application programming interface to managing a directory of sequences.

See:
          Description

Interface Summary
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 Summary
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 Summary
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.
 

Package org.jomc.sequences Description

Application programming interface to managing a directory of sequences.

See Also:
SequenceDirectory, SequenceOperations


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