Packageorg.igniterealtime.xiff.data.id
Classpublic class UUIDGenerator
ImplementsIIDGenerator

Generates a universally unique identifier. RFC4122 Version 4. http://tools.ietf.org/html/rfc4122#section-4.4



Public Properties
 PropertyDefined by
  prefix : String
The prefix to use for the generated ID (for namespacing purposes).
UUIDGenerator
Public Methods
 MethodDefined by
  
UUIDGenerator
  
generateID():String
Generates the unique ID.
UUIDGenerator
Property detail
prefixproperty
prefix:String  [read-write]

The prefix to use for the generated ID (for namespacing purposes).

Implementation
    public function get prefix():String
    public function set prefix(value:String):void
Constructor detail
UUIDGenerator()constructor
public function UUIDGenerator()
Method detail
generateID()method
public function generateID():String

Generates the unique ID.

Returns
String — The generated ID