A C D E G H I M N O P S T V W

A

addSequence(Sequence) - Method in interface org.jomc.sequences.SequenceDirectory
Adds a sequence to the directory.

C

CapacityLimitException - Exception in org.jomc.sequences
Gets thrown whenever the directories capacity limit has been reached.
CapacityLimitException(BigInteger) - Constructor for exception org.jomc.sequences.CapacityLimitException
Creates a new CapacityLimitException taking the capacity limit value.
clone() - Method in class org.jomc.sequences.Sequence
Creates and returns a copy of this object.
compareTo(Sequence) - Method in class org.jomc.sequences.Sequence
Compares this sequence with the specified sequence for order.
ConcurrentModificationException - Exception in org.jomc.sequences
Gets thrown whenever a sequence is edited or removed using outdated data.
ConcurrentModificationException(Sequence) - Constructor for exception org.jomc.sequences.ConcurrentModificationException
Creates a new ConcurrentModificationException instance taking the most recent revision of the sequence to report.

D

deleteSequence(String, long) - Method in interface org.jomc.sequences.SequenceDirectory
Removes a sequence from the directory.

E

editSequence(String, long, Sequence) - Method in interface org.jomc.sequences.SequenceDirectory
Updates a sequence in the directory.
equals(Object) - Method in class org.jomc.sequences.Sequence
Indicates whether some other object is equal to this one by comparing the values of properties name and revision.
equals(Object) - Method in class org.jomc.sequences.SequenceChangeEvent.Status
Indicates whether some other object is "equal to" this one by comparing the value of property identifier.
ERROR - Static variable in class org.jomc.sequences.SequenceChangeEvent.Status
Constant for an error.

G

getCapacityLimit() - Method in exception org.jomc.sequences.CapacityLimitException
Gets the reported capacity limit.
getCapacityLimit() - Method in interface org.jomc.sequences.SequenceDirectory
Gets the capacity limit of the directory.
getCurrentValue() - Method in exception org.jomc.sequences.SequenceLimitException
Gets the current value of the sequence reaching its limit.
getDate() - Method in class org.jomc.sequences.Sequence
Gets the date of the revision of the entity.
getIdentifier() - Method in class org.jomc.sequences.SequenceChangeEvent.Status
Gets the identifier of status.
getIncrement() - Method in class org.jomc.sequences.Sequence
Gets the delta to add to the value of property value for the next value in the sequence.
getMaximum() - Method in class org.jomc.sequences.Sequence
Gets the maximum value of property value.
getMessage() - Method in exception org.jomc.sequences.CapacityLimitException
Gets the message of the exception.
getMessage() - Method in exception org.jomc.sequences.ConcurrentModificationException
Gets the message of the exception.
getMessage() - Method in exception org.jomc.sequences.SequenceExistsException
Gets the message of the exception.
getMessage() - Method in exception org.jomc.sequences.SequenceLimitException
Gets the message of the exception.
getMessage() - Method in exception org.jomc.sequences.SequenceNotFoundException
Gets the message of the exception.
getMessage() - Method in exception org.jomc.sequences.SequenceVetoException
Gets the message of the exception.
getMinimum() - Method in class org.jomc.sequences.Sequence
Gets the minimum value of property value.
getMostRecentRevision() - Method in exception org.jomc.sequences.ConcurrentModificationException
Gets the most recent revision of the sequence.
getName() - Method in class org.jomc.sequences.Sequence
Gets the logical name of the sequence.
getNewSequence() - Method in class org.jomc.sequences.SequenceChangeEvent
Gets the entity the old sequence is changed to.
getNextSequenceValue(String) - Method in interface org.jomc.sequences.SequenceOperations
Gets the next value for a named sequence.
getNextSequenceValues(String, int) - Method in interface org.jomc.sequences.SequenceOperations
Gets multiple next values for a named sequence.
getOldSequence() - Method in class org.jomc.sequences.SequenceChangeEvent
Gets the entity getting changed.
getRevision() - Method in class org.jomc.sequences.Sequence
Gets the revision of the entity.
getSequence(String) - Method in interface org.jomc.sequences.SequenceDirectory
Gets a sequence for a given name.
getSequence() - Method in exception org.jomc.sequences.SequenceExistsException
Gets the sequence already known.
getSequenceChangeEvent() - Method in exception org.jomc.sequences.SequenceVetoException
Gets the event describing the vetoed change.
getSequenceCount() - Method in interface org.jomc.sequences.SequenceDirectory
Gets the total number of sequences stored in the directory.
getSequenceName() - Method in exception org.jomc.sequences.SequenceNotFoundException
Gets the name of the sequence which does not exist.
getStatus(String) - Method in class org.jomc.sequences.SequenceChangeEvent
Gets status for a given key.
getType() - Method in class org.jomc.sequences.SequenceChangeEvent.Status
Gets the type of the status.
getValue() - Method in class org.jomc.sequences.Sequence
Gets the current value of the sequence.

H

hashCode() - Method in class org.jomc.sequences.Sequence
Returns a hash code value for this object.
hashCode() - Method in class org.jomc.sequences.SequenceChangeEvent.Status
Returns a hash code value for the object.

I

ILLEGAL_LENGTH - Static variable in class org.jomc.sequences.SequenceChangeEvent
A property value is of illegal length.
ILLEGAL_VALUE - Static variable in class org.jomc.sequences.SequenceChangeEvent
A property value is illegal.
INFORMATION - Static variable in class org.jomc.sequences.SequenceChangeEvent.Status
Constant for an information.

M

MANDATORY_VALUE - Static variable in class org.jomc.sequences.SequenceChangeEvent
A mandatory property is missing a value.

N

NOTIFICATION - Static variable in class org.jomc.sequences.SequenceChangeEvent.Status
Constant for a notification.

O

org.jomc.sequences - package org.jomc.sequences
Application programming interface to managing a directory of sequences.

P

PROP_INCREMENT - Static variable in class org.jomc.sequences.Sequence
Constant for the name of property increment.
PROP_MAXIMUM - Static variable in class org.jomc.sequences.Sequence
Constant for the name of property maximum.
PROP_MINIMUM - Static variable in class org.jomc.sequences.Sequence
Constant for the name of property minimum.
PROP_NAME - Static variable in class org.jomc.sequences.Sequence
Constant for the name of property name.
PROP_VALUE - Static variable in class org.jomc.sequences.Sequence
Constant for the name of property value.

S

searchSequences(String) - Method in interface org.jomc.sequences.SequenceDirectory
Searches the directory for sequences matching the given arguments.
Sequence - Class in org.jomc.sequences
Sequence of numbers.
Sequence() - Constructor for class org.jomc.sequences.Sequence
Creates a new Sequence instance.
sequenceChange(SequenceChangeEvent) - Method in interface org.jomc.sequences.SequenceChangeListener
Gets called whenever the state of a sequence changed.
SequenceChangeEvent - Class in org.jomc.sequences
A "SequenceChange" event gets delivered whenever the state of a sequence changes.
SequenceChangeEvent(Object, Sequence, Sequence) - Constructor for class org.jomc.sequences.SequenceChangeEvent
Creates a new SequenceChangeEvent instance.
SequenceChangeEvent.Status - Class in org.jomc.sequences
Status of a SequenceChangeEvent.
SequenceChangeEvent.Status(int, String) - Constructor for class org.jomc.sequences.SequenceChangeEvent.Status
Creates a new Status instance taking a type constant and an identifier of the instance.
SequenceChangeListener - Interface in org.jomc.sequences
Gets called whenever the state of a sequence changed.
SequenceDirectory - Interface in org.jomc.sequences
Directory of sequences.
SequenceExistsException - Exception in org.jomc.sequences
Gets thrown when a sequence is about to be added to a directory although a sequence with the same name already exists.
SequenceExistsException(Sequence) - Constructor for exception org.jomc.sequences.SequenceExistsException
Creates a new SequenceExistsException taking the already existing sequence.
SequenceLimitException - Exception in org.jomc.sequences
Gets thrown whenever the next value of a sequence is requested although its maximum value has already been reached.
SequenceLimitException(long) - Constructor for exception org.jomc.sequences.SequenceLimitException
Creates a new SequenceLimitException taking the current value of the sequence.
SequenceNotFoundException - Exception in org.jomc.sequences
Gets thrown when a sequence is not found for a given name.
SequenceNotFoundException(String) - Constructor for exception org.jomc.sequences.SequenceNotFoundException
Creates a new SequenceNotFoundException instance taking the name of the sequence which does not exist.
SequenceOperations - Interface in org.jomc.sequences
Provides operations performed with sequences.
SequencesException - Exception in org.jomc.sequences
Recoverable exception base class.
SequencesException(String) - Constructor for exception org.jomc.sequences.SequencesException
Creates a new SequencesException instance taking a message.
SequencesException(Throwable) - Constructor for exception org.jomc.sequences.SequencesException
Creates a new SequencesException instance taking a causing throwable.
SequencesException(String, Throwable) - Constructor for exception org.jomc.sequences.SequencesException
Creates a new SequencesException instance taking a message and a causing throwable.
SequencesException() - Constructor for exception org.jomc.sequences.SequencesException
Creates a new SequencesException instance.
SequencesSystemException - Exception in org.jomc.sequences
Gets thrown whenever an unexpected error condition is detected.
SequencesSystemException(String) - Constructor for exception org.jomc.sequences.SequencesSystemException
Creates a new SequencesSystemException taking a message describing the exception.
SequencesSystemException(Exception) - Constructor for exception org.jomc.sequences.SequencesSystemException
Creates a new SequencesSystemException taking a causing exception.
SequencesSystemException(String, Exception) - Constructor for exception org.jomc.sequences.SequencesSystemException
Creates a new SequencesSystemException taking a message describing the exception a causing exception.
SequencesSystemException() - Constructor for exception org.jomc.sequences.SequencesSystemException
Creates a new SequencesSystemException instance.
SequenceVetoException - Exception in org.jomc.sequences
Gets thrown whenever illegal sequence information is passed to a method expecting legal sequence data.
SequenceVetoException(SequenceChangeEvent) - Constructor for exception org.jomc.sequences.SequenceVetoException
Creates a new SequenceVetoException taking an event describing a vetoed sequence change.
SequenceVetoException() - Constructor for exception org.jomc.sequences.SequenceVetoException
Creates a new SequenceVetoException instance.
setIncrement(long) - Method in class org.jomc.sequences.Sequence
Sets the delta to add to the value of property value for the next value in the sequence.
setMaximum(long) - Method in class org.jomc.sequences.Sequence
Sets the maximum value of property value.
setMinimum(long) - Method in class org.jomc.sequences.Sequence
Sets the minimum value of property value.
setName(String) - Method in class org.jomc.sequences.Sequence
Sets the logical name of the sequence.
setValue(long) - Method in class org.jomc.sequences.Sequence
Sets the current value of the sequence.

T

toString() - Method in class org.jomc.sequences.Sequence
Returns a string representation of the object.
toString() - Method in class org.jomc.sequences.SequenceChangeEvent.Status
Returns a string representation of the object.

V

vetoableSequenceChange(SequenceChangeEvent) - Method in interface org.jomc.sequences.VetoableSequenceChangeListener
Gets called whenever the state of a sequence is about to change.
VetoableSequenceChangeListener - Interface in org.jomc.sequences
Gets called whenever the state of a sequence is about to change.

W

WARNING - Static variable in class org.jomc.sequences.SequenceChangeEvent.Status
Constant for a warning.

A C D E G H I M N O P S T V W

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