com.arjuna.mw.wsas.common
Interface GlobalId


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 equals(Object obj)
          Two instances are identical if their targets are the same.
 boolean valid()
           
 byte[] value()
           
 

Method Detail

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.


Copyright © 2012. All Rights Reserved.