org.apache.catalina.tribes
Class UniqueId
java.lang.Object
org.apache.catalina.tribes.UniqueId
- All Implemented Interfaces:
- Serializable
public final class UniqueId
- extends Object
- implements Serializable
Title: Represents a globally unique Id
Company:
- Version:
- 1.0
- Author:
- Filip Hanik
- See Also:
- Serialized Form
Field Summary |
protected byte[] |
id
|
id
protected byte[] id
UniqueId
public UniqueId()
UniqueId
public UniqueId(byte[] id)
UniqueId
public UniqueId(byte[] id,
int offset,
int length)
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object other)
- Overrides:
equals
in class Object
getBytes
public byte[] getBytes()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.