org.objectweb.carol.cmi
Class ClusterId
java.lang.Object
org.objectweb.carol.cmi.ClusterId
- All Implemented Interfaces:
- java.io.Serializable
- public class ClusterId
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- nieuviar
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
toClusterId
public static ClusterId toClusterId(byte[] id)
hashCode
public int hashCode()
match
public boolean match(byte[] ar)
equals
public boolean equals(java.lang.Object o)
toString
public java.lang.String toString()
- Readable format.
- Returns:
- cluster id in a human readable format
write
public void write(java.io.DataOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
read
public static ClusterId read(java.io.DataInput in)
throws java.io.IOException
- Throws:
java.io.IOException