EchoPoint
1.0

echopoint.positionable
Class ClientAddressable.IdGenerator

java.lang.Object
  extended byechopoint.positionable.ClientAddressable.IdGenerator
Enclosing class:
ClientAddressable

public static class ClientAddressable.IdGenerator
extends java.lang.Object

The ClientAddressable.IdGenerator class has one static method for generating a unique string identifier. You can use this class to help you implement ClientAddressable.


Method Summary
static java.lang.String genId()
          Generates a unique String identifier each time it is called.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

genId

public static java.lang.String genId()
Generates a unique String identifier each time it is called.

Returns:
a unique String identifier

EchoPoint
1.0