Uses of Class
org.apache.jackrabbit.uuid.UUID

Packages that use UUID
org.apache.jackrabbit.uuid This package contains a UUID (Universally Unique Identifier) version 4 generator implementation copied from from the Jakarta Commons-Id project. 
 

Uses of UUID in org.apache.jackrabbit.uuid
 

Methods in org.apache.jackrabbit.uuid that return UUID
static UUID UUID.fromString(String uuidString)
          Deprecated. Parses a string for a UUID.
 UUID VersionFourGenerator.nextIdentifier()
          Deprecated. Returns a new version four UUID.
 UUID VersionFourGenerator.nextIdentifier(boolean secure)
          Deprecated. Returns a new version four UUID.
static UUID UUID.randomUUID()
          Deprecated. Returns a new version 4 UUID, based upon Random bits.
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.