Uses of Class
org.jgroups.util.UUID

Packages that use UUID
org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. 
org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. 
 

Uses of UUID in org.jgroups.protocols
 

Fields in org.jgroups.protocols declared as UUID
protected  UUID STOMP.Connection.session_id
           
 

Uses of UUID in org.jgroups.util
 

Subclasses of UUID in org.jgroups.util
 class AdditionalDataUUID
          Subclass of UUID which adds a string as payload.
 class PayloadUUID
          Subclass of UUID which adds a string as payload.
 class TopologyUUID
          Subclass of UUID which adds 3 strings (siteId, rackId and machineId)as payload.
 

Methods in org.jgroups.util that return UUID
static UUID UUID.randomUUID()
          Static factory to retrieve a type 4 (pseudo randomly generated) UUID.
 



Copyright © 1998-2009 Bela Ban / Red Hat. All Rights Reserved.