org.apache.catalina.tribes
public final class UniqueId extends Object implements Serializable
Title: Represents a globabally unique Id
Company:
Version: 1.0
| Field Summary | |
|---|---|
| protected byte[] | id |
| Constructor Summary | |
|---|---|
| UniqueId() | |
| UniqueId(byte[] id) | |
| UniqueId(byte[] id, int offset, int length) | |
| Method Summary | |
|---|---|
| boolean | equals(Object other) |
| byte[] | getBytes() |
| int | hashCode() |
| String | toString() |