Package com.arjuna.mw.wscf.common
Interface CoordinatorId
public interface CoordinatorId
Implementations of this interface provide globally unique identifications
for coordinators. The may use the activity id but need not do so.
- Since:
- 1.0.
- Version:
- $Id: CoordinatorId.java,v 1.2 2003/01/07 10:33:34 nmcl Exp $
- Author:
- Mark Little (mark.little@arjuna.com)
-
Method Summary
-
Method Details
-
equals
Two instances are identical if their targets are the same. -
value
byte[] value()- Returns:
- the byte stream representing this instance.
-
valid
boolean valid()- Returns:
true
if this instance is valid,false
otherwise.
-
toString
String toString()
-