Packageorg.igniterealtime.xiff.data.id
Classpublic class UUIDGenerator
InheritanceUUIDGenerator Inheritance Object
Implements IIDGenerator

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

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