02/28/2005
 

com.epicentric.common
Class UIDFactory

java.lang.Object
  |
  +--com.epicentric.common.UIDFactory

Deprecated. Since version 4.0. Will be removed in 8.0 or later. Will not be replaced. Use com.epicentric.uid.UniqueIDFactory instead.

public class UIDFactory
extends Object

This class has been moved into the com.epicentric.uid package. Please use that version instead.


Constructor Summary
UIDFactory()
          Deprecated.  
 
Method Summary
static String makeUID()
          Deprecated. Since version 4.0. Will be removed in 8.0 or later. Will not be replaced. Use com.epicentric.uid.UniqueIDFactory instead.
static String makeUID(String remote_host)
          Deprecated. Since version 4.0. Will be removed in 8.0 or later. Will not be replaced. Use com.epicentric.uid.UniqueIDFactory instead.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIDFactory

public UIDFactory()
Deprecated. 
Method Detail

makeUID

public static String makeUID()
Deprecated. Since version 4.0. Will be removed in 8.0 or later. Will not be replaced. Use com.epicentric.uid.UniqueIDFactory instead.

Pass-through call to com.epicentric.uid.UniqueIDFactory.makeUID.

makeUID

public static String makeUID(String remote_host)
Deprecated. Since version 4.0. Will be removed in 8.0 or later. Will not be replaced. Use com.epicentric.uid.UniqueIDFactory instead.

Pass-through call to com.epicentric.uid.UniqueIDFactory.makeUID.

02/28/2005
 

Copyright and Trademark Notices