org.objectweb.jotm

Interface Xid

All Superinterfaces:
Xid
Known Implementing Classes:
XidImpl

public interface Xid
extends Xid

Method Summary

boolean
IsThisOneOfOurs(byte[] mystuff)
String
toString()
String
toString(boolean Full)

Method Details

IsThisOneOfOurs

public boolean IsThisOneOfOurs(byte[] mystuff)


toString

public String toString()


toString

public String toString(boolean Full)