org.jgroups.util
Class AdditionalDataUUID
java.lang.Object
org.jgroups.util.UUID
org.jgroups.util.AdditionalDataUUID
- All Implemented Interfaces:
- java.io.Externalizable, java.io.Serializable, java.lang.Comparable<Address>, Address, Streamable
public class AdditionalDataUUID
- extends UUID
Subclass of 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.
- Author:
- Bela Ban
- See Also:
- Serialized Form
Field Summary |
protected byte[] |
payload
|
Method Summary |
protected static byte[] |
generateRandomBytes()
|
static AdditionalDataUUID |
randomUUID(byte[] payload)
|
static AdditionalDataUUID |
randomUUID(java.lang.String logical_name,
byte[] payload)
|
void |
readExternal(java.io.ObjectInput in)
|
void |
readFrom(java.io.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 |
java.lang.String |
toString()
|
void |
writeExternal(java.io.ObjectOutput out)
|
void |
writeTo(java.io.DataOutput out)
Write the entire state of the current object (including superclasses) to outstream. |
Methods inherited from class org.jgroups.util.UUID |
add, add, compareTo, copy, digits, equals, get, getContents, getLeastSignificantBits, getMostSignificantBits, hashCode, printCache, randomUUID, remove, removeAll, retainAll, toStringLong |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
payload
protected byte[] payload
AdditionalDataUUID
public AdditionalDataUUID()
AdditionalDataUUID
protected AdditionalDataUUID(byte[] data,
byte[] payload)
randomUUID
public static AdditionalDataUUID randomUUID(byte[] payload)
randomUUID
public static AdditionalDataUUID randomUUID(java.lang.String logical_name,
byte[] payload)
generateRandomBytes
protected static byte[] generateRandomBytes()
size
public int size()
- Description copied from interface:
Address
- Returns serialized size of this address
- Specified by:
size
in interface Address
- Overrides:
size
in class UUID
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Specified by:
writeExternal
in interface java.io.Externalizable
- Overrides:
writeExternal
in class UUID
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Specified by:
readExternal
in interface java.io.Externalizable
- Overrides:
readExternal
in class UUID
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeTo
public void writeTo(java.io.DataOutput out)
throws java.lang.Exception
- Description copied from interface:
Streamable
- Write the entire state of the current object (including superclasses) to outstream.
Note that the output stream must not be closed
- Specified by:
writeTo
in interface Streamable
- Overrides:
writeTo
in class UUID
- Throws:
java.lang.Exception
readFrom
public void readFrom(java.io.DataInput in)
throws java.lang.Exception
- Description copied from interface:
Streamable
- Read the state of the current object (including superclasses) from instream
Note that the input stream must not be closed
- Specified by:
readFrom
in interface Streamable
- Overrides:
readFrom
in class UUID
- Throws:
java.lang.Exception
toString
public java.lang.String toString()
- Overrides:
toString
in class UUID
Copyright © 1998-2012 Bela Ban / Red Hat. All Rights Reserved.