org.openmdx.compatibility.base.net
Class UIDFactory

java.lang.Object
  extended by org.openmdx.compatibility.base.net.UIDFactory
Direct Known Subclasses:
UIDFactory

Deprecated. use org.openmdx.kernel.id.UUIDs#getGenerator()

public class UIDFactory
extends Object

The UIDfactory generates globally unique IDs


Constructor Summary
protected UIDFactory()
          Deprecated. Initialize the UID Generator
 
Method Summary
static String create()
          Deprecated. use org.openmdx.kerne.id.UUIDs.getProvider().next().toString() instead
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIDFactory

protected UIDFactory()
Deprecated. 
Initialize the UID Generator

Method Detail

create

public static String create()
Deprecated. use org.openmdx.kerne.id.UUIDs.getProvider().next().toString() instead

Returns a new globally unique ID

Returns:
a new UID


This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.