org.objectweb.carol.cmi
Class ClusterId

java.lang.Object
  extended byorg.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

Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 boolean match(byte[] ar)
           
static ClusterId read(java.io.DataInput in)
           
static ClusterId toClusterId(byte[] id)
           
 java.lang.String toString()
          Readable format.
 void write(java.io.DataOutput out)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

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