Package org.sape.carbon.services.uniqueid

The Carbon Unique ID Service solves the problem of generating unique IDs for data that are independent of the data representation itself.

See:
          Description

Interface Summary
UniqueIDService The UniqueIDService service Interface is implemented by all ID Generators.
UniqueIDServiceConfiguration An Interface that represents the Factory configuration.
 

Class Summary
DefaultUniqueIDServiceImpl Default implementation of UniqueIDService interface.
 

Exception Summary
UniqueIDCreationException Exception thrown when a UniqueID cannot be created.
UniqueIDNotFoundException Thrown when a UniqueID cannot be found.
UniqueIDServiceException Exception that would be thrown if there is any error in the UniqueIDService.
 

Package org.sape.carbon.services.uniqueid Description

The Carbon Unique ID Service solves the problem of generating unique IDs for data that are independent of the data representation itself. It can be used to get unique id numbers which serve as key values for database tables before the data is inserted into the table. Using generated or surrogate keys for business data allows changes to the underlying data to not effect the nature or identity of the data so that it can continue to be tracked.



Copyright 1999-2003 Sapient Corporation. All Rights Reserved.