de.smartics.exceptions.core
Interface IdFactory

Package class diagram package IdFactory
All Known Implementing Classes:
IncrementFactory, SignedIncrementFactory, UuidFactory

public interface IdFactory

A factory to create instances of ExceptionId.

Author:
Robert Reiner

Method Summary
 ExceptionId<?> createId()
          Creates the identifier.
 

Method Detail

createId

ExceptionId<?> createId()
Creates the identifier.

Returns:
the created identifier.


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