org.objectweb.carol.cmi

Class ClusterId

Implemented Interfaces:
Serializable

public class ClusterId
extends java.lang.Object
implements Serializable

Author:
nieuviar

Method Summary

boolean
equals(Object o)
int
hashCode()
boolean
match(ar[] )
static ClusterId
read(DataInput in)
static ClusterId
toClusterId(byte[] id)
String
toString()
Readable format.
void
write(DataOutput out)

Method Details

equals

public boolean equals(Object o)


hashCode

public int hashCode()


match

public boolean match(ar[] )


read

public static ClusterId read(DataInput in)
            throws IOException


toClusterId

public static ClusterId toClusterId(byte[] id)


toString

public String toString()
Readable format.

Returns:
cluster id in a human readable format


write

public void write(DataOutput out)
            throws IOException