org.sapia.ubik.rmi.server
Class UIDGenerator

java.lang.Object
  extended by org.sapia.ubik.rmi.server.UIDGenerator

public class UIDGenerator
extends java.lang.Object

A generator of unique longs for this VM.

Author:
Yanick Duchesne
Copyright:
Copyright © 2002-2004 Sapia Open Source Software. All Rights Reserved.
License:
Read the license.txt file of the jar or visit the license page at the Sapia OSS web site

Constructor Summary
UIDGenerator()
           
 
Method Summary
static long createdUID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIDGenerator

public UIDGenerator()
Method Detail

createdUID

public static long createdUID()
Returns:
a unique long for this VM.


Copyright © 2010 Sapia OSS. All Rights Reserved.