Package de.smartics.exceptions.id

Package class diagram package de.smartics.exceptions.id
Provides standard implementations for exception identifiers.

See:
          Description

Class Summary
IncrementFactory The factory that created ExceptionIds that provides a number that is larger than zero.
LongExceptionId An implementation where the exception identifier is modeled as a long value.
SignedIncrementFactory The factory that created ExceptionIds that provides a long number Counting starts per default at 1, continues to Integer.MAX_VALUE, to the negatives, ends with zero and starts at 1 (without a warning) again.
UuidExceptionId An implementation where the exception identifier is modelled as an UUID.
UuidFactory The factory that created ExceptionIds that provide UUIDs.
 

Package de.smartics.exceptions.id Description

Provides standard implementations for exception identifiers.

The implementation and its factory are provided. Currently there is a simple factory that increments a long value and an implementation that generates UUIDs.

Since:
1.0


Copyright © 2007-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.