com.latencybusters.lbm
Class UMQMessageId

java.lang.Object
  extended by com.latencybusters.lbm.UMQMessageId

public class UMQMessageId
extends java.lang.Object

UMQ Message ID class. Contains information required to identify a UMQ message

Since:
UME 3.0

Constructor Summary
UMQMessageId(long regId, long stamp)
          Creates a UMQMessageId object and initializes fields to the supplied values.
 
Method Summary
 java.math.BigInteger msgStamp()
          Get the message stamp associated with this message id.
 java.math.BigInteger registrationId()
          Get the registration Id associated with this message id.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UMQMessageId

public UMQMessageId(long regId,
                    long stamp)
             throws LBMEInvalException
Creates a UMQMessageId object and initializes fields to the supplied values.

Parameters:
regId - The 64-bit registration Id of the source context where the message originated.
stamp - A 64-bit identifier that indicates the individual message from the given source context.
Throws:
LBMEInvalException - An invalid parameter was specified.
Since:
UME 3.0
Method Detail

registrationId

public java.math.BigInteger registrationId()
Get the registration Id associated with this message id.

Returns:
Registration Id associated with this message id.
Since:
UME 3.0

msgStamp

public java.math.BigInteger msgStamp()
Get the message stamp associated with this message id.

Returns:
Message stamp associated with this message id.
Since:
UME 3.0


All of the documentation and software included in this and any other Informatica Inc "Ultra Messaging" Release is Copyright (C) 2004-2014, Informatica Corporation. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted only as covered by the terms of a valid software license agreement with 29West Inc. Copyright © 2004-2014, Informatica, Inc. All Rights Reserved.