org.keridwen.core.data.storage
Interface UniqueIdGenerator<T>

Type Parameters:
T - return type
All Known Implementing Classes:
DefaultDataStorage

public interface UniqueIdGenerator<T>

This interface provides only one feature: the generation of unique Ids of type .


Method Summary
 T generateUniqueId(Object... parameters)
          ids generation Method.
 

Method Detail

generateUniqueId

T generateUniqueId(Object... parameters)
ids generation Method.

Parameters:
parameters - list of parameters
Returns:
a newly created unique id


Copyright © 2010-2013 Artenum. All Rights Reserved.