org.apache.catalina.tribes

Class UniqueId

public final class UniqueId extends Object implements Serializable

Title: Represents a globabally unique Id

Company:

Version: 1.0

Author: Filip Hanik

Field Summary
protected byte[]id
Constructor Summary
UniqueId()
UniqueId(byte[] id)
UniqueId(byte[] id, int offset, int length)
Method Summary
booleanequals(Object other)
byte[]getBytes()
inthashCode()
StringtoString()

Field Detail

id

protected byte[] id

Constructor Detail

UniqueId

public UniqueId()

UniqueId

public UniqueId(byte[] id)

UniqueId

public UniqueId(byte[] id, int offset, int length)

Method Detail

equals

public boolean equals(Object other)

getBytes

public byte[] getBytes()

hashCode

public int hashCode()

toString

public String toString()
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.