org.apache.camel.impl
Class SimpleUuidGenerator

java.lang.Object
  extended by org.apache.camel.impl.SimpleUuidGenerator
All Implemented Interfaces:
UuidGenerator

public class SimpleUuidGenerator
extends Object
implements UuidGenerator

This implementation uses a counter which increments by one


Constructor Summary
SimpleUuidGenerator()
           
 
Method Summary
 String generateUuid()
          Generates a UUID string representation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleUuidGenerator

public SimpleUuidGenerator()
Method Detail

generateUuid

public String generateUuid()
Description copied from interface: UuidGenerator
Generates a UUID string representation.

Specified by:
generateUuid in interface UuidGenerator
Returns:
the unique id.


Apache CAMEL