Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected UUID |
STOMP.Connection.session_id |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
UUID |
UUID.copy() |
static UUID |
UUID.randomUUID()
Static factory to retrieve a type 4 (pseudo randomly generated) UUID.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.