org.springframework.integration.util
Class RandomUuidGenerator

java.lang.Object
  extended by org.springframework.integration.util.RandomUuidGenerator
All Implemented Interfaces:
IdGenerator

public class RandomUuidGenerator
extends java.lang.Object
implements IdGenerator

An id generator that generates random UUIDs. This is the default implementation used by the integration system.

Author:
Mark Fisher

Constructor Summary
RandomUuidGenerator()
           
 
Method Summary
 java.io.Serializable generateId()
          Generate a new unique id.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RandomUuidGenerator

public RandomUuidGenerator()
Method Detail

generateId

public java.io.Serializable generateId()
Description copied from interface: IdGenerator
Generate a new unique id.

Specified by:
generateId in interface IdGenerator