com.ibm.ws.javax.activity
Interface GlobalId

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GlobalIdImpl

public interface GlobalId
extends java.io.Serializable

A GlobalId uniquely identifies an Activity across the namespace.


Method Summary
 java.lang.String print()
          Returns a printable String that identifies the Activity.
 byte[] toBytes()
          Returns a byte array representation of the GlobalId.
 

Method Detail

toBytes

public byte[] toBytes()
Returns a byte array representation of the GlobalId. This is exactly equivalent to the buffer value of the org.omg.CosActivity.GlobalId which is defined in the OMG Activity service specification as a sequence of octets.

Returns:
A byte array that uniquely identifies the Activity across the namespace.

print

public java.lang.String print()
Returns a printable String that identifies the Activity. This is used for debug and servicability purposes.

Returns:
A printable String that identifies the Activity.


 

WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.

 

IBM is a trademark of the IBM Corporation in the United States, other countries, or both.