Serialized Form


Package org.apache.commons.id

Class org.apache.commons.id.CompositeIdentifierGenerator extends AbstractStringIdentifierGenerator implements Serializable

serialVersionUID: 20060206L

Serialized Fields

identifierGenerators

StringIdentifierGenerator[] identifierGenerators
The identifier generators to concatenate

Class org.apache.commons.id.DecoderException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Class org.apache.commons.id.EncoderException extends java.lang.Exception implements Serializable

serialVersionUID: 1L


Package org.apache.commons.id.random

Class org.apache.commons.id.random.SessionIdGenerator extends AbstractStringIdentifierGenerator implements Serializable

serialVersionUID: 20060118L

Serialized Fields

counter

int counter
The incrementing counter.


lastTimeValue

long lastTimeValue
The last time.


Package org.apache.commons.id.serial

Class org.apache.commons.id.serial.AlphanumericGenerator extends AbstractStringIdentifierGenerator implements Serializable

serialVersionUID: 20060120L

Serialized Fields

wrapping

boolean wrapping
Should the counter wrap.


count

char[] count
The counter.

Class org.apache.commons.id.serial.LongGenerator extends AbstractLongIdentifierGenerator implements Serializable

serialVersionUID: 20060122L

Serialized Fields

wrapping

boolean wrapping
Should the counter wrap.


count

long count
The counter.

Class org.apache.commons.id.serial.NumericGenerator extends AbstractStringIdentifierGenerator implements Serializable

serialVersionUID: 20060121L

Serialized Fields

wrapping

boolean wrapping
Should the counter wrap.


count

long count
The counter.

Class org.apache.commons.id.serial.PrefixedAlphanumericGenerator extends AlphanumericGenerator implements Serializable

Serialized Fields

prefix

java.lang.String prefix
Prefix.

Class org.apache.commons.id.serial.PrefixedNumericGenerator extends NumericGenerator implements Serializable

Serialized Fields

prefix

java.lang.String prefix
Prefix.

Class org.apache.commons.id.serial.TimeBasedAlphanumericIdentifierGenerator extends AbstractStringIdentifierGenerator implements Serializable

serialVersionUID: 20060116L

Serialized Fields

postfixSize

int postfixSize
postfixSize size of the postfix, that contains the padded counter in base 36.


offset

long offset

Package org.apache.commons.id.uuid

Class org.apache.commons.id.uuid.UUID extends java.lang.Object implements Serializable

Serialized Fields

rawBytes

byte[] rawBytes
byte array to store 128-bits composing this UUID


node

java.lang.Long node
Holds node identifier for this UUID


timestamp

long timestamp
Holds timestamp for this UUID


clockSq

java.lang.Short clockSq
Holds the clock sequence field


version

int version
Holds the version field of this UUID


variant

int variant
Holds the variant field of this UUID


stringValue

java.lang.String stringValue
Holds the internal string value of the UUID

Class org.apache.commons.id.uuid.UUIDFormatException extends java.lang.IllegalArgumentException implements Serializable


Package org.apache.commons.id.uuid.clock

Class org.apache.commons.id.uuid.clock.OverClockedException extends java.lang.Exception implements Serializable


Package org.apache.commons.id.uuid.state

Class org.apache.commons.id.uuid.state.InMemoryStateImpl extends java.lang.Object implements Serializable

Class org.apache.commons.id.uuid.state.ReadOnlyResourceStateImpl extends java.lang.Object implements Serializable

Class org.apache.commons.id.uuid.state.ReadWriteFileStateImpl extends ReadOnlyResourceStateImpl implements Serializable



Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.