Package org.apache.axis.components.uuid
Class UUIDGenFactory
- java.lang.Object
-
- org.apache.axis.components.uuid.UUIDGenFactory
-
public abstract class UUIDGenFactory extends java.lang.Object
A Universally Unique Identifier (UUID) is a 128 bit number generated according to an algorithm that is garanteed to be unique in time and space from all other UUIDs. It consists of an IEEE 802 Internet Address and various time stamps to ensure uniqueness. For a complete specification, see ftp://ietf.org/internet-drafts/draft-leach-uuids-guids-01.txt [leach].- Since:
- JDK1.2.2
- Version:
- 1.0 11/7/2000
- Author:
- Steve Viens
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.apache.commons.logging.Log
log
-
Constructor Summary
Constructors Constructor Description UUIDGenFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static UUIDGen
getUUIDGen()
Returns an instance of UUIDGen
-
-
-
Method Detail
-
getUUIDGen
public static UUIDGen getUUIDGen()
Returns an instance of UUIDGen
-
-