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)
equals
boolean equals(Object obj)
- 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.
toString
String toString()
- Overrides:
toString
in class Object
- Returns:
- string form.
Copyright © 2012. All Rights Reserved.