org.exolab.jms.util
Class IdGenerator

java.lang.Object
  |
  +--org.exolab.jms.util.IdGenerator

public class IdGenerator
extends java.lang.Object

This is a helper class that is responsible for generating unique ids. It makes use of the RMI UID class.

Version:
$Revision: 1.2 $ $Date: 2003/08/07 13:33:12 $
Author:
Jim Alateras
See Also:
UID

Constructor Summary
IdGenerator()
           
 
Method Summary
static java.lang.String generate()
          This helper method returns a string representation of a unique id.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdGenerator

public IdGenerator()
Method Detail

generate

public static java.lang.String generate()
This helper method returns a string representation of a unique id.
Returns:
Stirng


Copyright © 1999-2004 The OpenJMS Group. All Rights Reserved.