All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class ORG.opengroup.axtp.tid.TID

java.lang.Object
    |
    +----ORG.opengroup.axtp.tid.TID

public class TID
extends Object
implements Serializable

Constructor Index

 o TID()
 o TID(byte[])

Method Index

 o equals(Object)
 o getBytes()
 o getTimeStamp()
 o getTimeStamp(byte[])
 o hashCode()

Constructors

 o TID
public TID()
 o TID
public TID(byte[] b)

Methods

 o getBytes
public byte[] getBytes()
 o equals
public boolean equals(Object o)
Overrides:
equals in class Object
 o hashCode
public int hashCode()
Overrides:
hashCode in class Object
 o getTimeStamp
public static long getTimeStamp(byte[] b)
 o getTimeStamp
public long getTimeStamp()

All Packages  Class Hierarchy  This Package  Previous  Next  Index