public interface GlobalId
Implementations of this interface provide globally unique identifications
for activities.
- Since:
- 1.0.
- Version:
- $Id: GlobalId.java,v 1.1 2002/11/25 10:51:41 nmcl Exp $
- Author:
- Mark Little (mark.little@arjuna.com)
-
Method Summary
boolean
Two instances are identical if their targets are the same.
boolean
byte[]
-
Method Details
-
equals
Two instances are identical if their targets are the same.
- Overrides:
equals
in class Object
-
value
byte[] value()
- Returns:
- the byte stream representing this instance.
-
valid
boolean valid()
- Returns:
true
if this instance is valid, false
otherwise.