atg.service.idgen
Class Util

java.lang.Object
  extended by atg.service.idgen.Util

public class Util
extends java.lang.Object

Utility classes related to id generation.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
Util()
           
 
Method Summary
static atg.service.idgen.IdMarker createIdMarker(IdGenerator pIdGenerator)
          Factory method to create an id marker for the specified id generator.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

Util

public Util()
Method Detail

createIdMarker

public static atg.service.idgen.IdMarker createIdMarker(IdGenerator pIdGenerator)
Factory method to create an id marker for the specified id generator. The current implementation only supports sequential id generators. Future versions may have the ability to map different kinds of id generators to appropriate id markers as warranted.

Returns:
a new id marker