net.sf.jzeno.util
Class GuidGenerator

java.lang.Object
  extended by net.sf.jzeno.util.GuidGenerator

public class GuidGenerator
extends java.lang.Object

This class is responsible for generating a unique identifier. It is used by the mechanism that keeps client and server state in sync.


Method Summary
 java.lang.String generate()
           
 java.lang.String generateId()
           
static GuidGenerator getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static GuidGenerator getInstance()

generate

public java.lang.String generate()

generateId

public java.lang.String generateId()