public class AdditionalDataUUID extends UUID
UUID which adds a string as payload. An instance of this can be fed to
JChannel.setAddressGenerator(org.jgroups.stack.AddressGenerator), with the address generator
creating PayloadUUIDs.| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
payload |
cache, leastSigBits, mostSigBits, numberGenerator, print_function, print_uuids, SIZE| Modifier | Constructor and Description |
|---|---|
|
AdditionalDataUUID() |
protected |
AdditionalDataUUID(byte[] data,
byte[] payload) |
| Modifier and Type | Method and Description |
|---|---|
protected static byte[] |
generateRandomBytes() |
static AdditionalDataUUID |
randomUUID(byte[] payload) |
static AdditionalDataUUID |
randomUUID(String logical_name,
byte[] payload) |
void |
readExternal(ObjectInput in) |
void |
readFrom(DataInput in)
Read the state of the current object (including superclasses) from instream
Note that the input stream must not be closed
|
int |
size()
Returns serialized size of this address
|
String |
toString() |
void |
writeExternal(ObjectOutput out) |
void |
writeTo(DataOutput out)
Write the entire state of the current object (including superclasses) to outstream.
|
add, add, compareTo, copy, digits, equals, get, getContents, getLeastSignificantBits, getMostSignificantBits, hashCode, printCache, randomUUID, remove, removeAll, retainAll, toStringLongpublic AdditionalDataUUID()
protected AdditionalDataUUID(byte[] data,
byte[] payload)
public static AdditionalDataUUID randomUUID(byte[] payload)
public static AdditionalDataUUID randomUUID(String logical_name, byte[] payload)
protected static byte[] generateRandomBytes()
public int size()
Addresspublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class UUIDIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class UUIDIOExceptionClassNotFoundExceptionpublic void writeTo(DataOutput out) throws Exception
StreamablewriteTo in interface StreamablewriteTo in class UUIDExceptionpublic void readFrom(DataInput in) throws Exception
StreamablereadFrom in interface StreamablereadFrom in class UUIDExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.