com.arjuna.wsc.messaging
Class MessageId

java.lang.Object
  extended bycom.arjuna.wsc.messaging.MessageId

public class MessageId
extends java.lang.Object

A simple message id generator, used when UID is inaccessible.

Author:
kevin

Method Summary
static java.lang.String getMessageId()
          Get the next message identifier.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMessageId

public static java.lang.String getMessageId()
Get the next message identifier.

Returns:
The next message identifier.