com.latencybusters.lbm
Class UMQRegistrationCompleteInfo

java.lang.Object
  extended by com.latencybusters.lbm.UMQQueueInfo
      extended by com.latencybusters.lbm.UMQRegistrationCompleteInfo

public class UMQRegistrationCompleteInfo
extends UMQQueueInfo

UMQ Registration Complete Info class. Contains extended information for UMQ receiver registration complete messages.

Since:
UME 3.0

Constructor Summary
UMQRegistrationCompleteInfo(int flags, long queueId, long assignmentId, java.lang.String queue)
          Creates a UMQRegistrationCompleteInfo object and initializes fields to the supplied values.
 
Method Summary
 long assignmentId()
          Get generated Assignment ID for this registration complete message.
 
Methods inherited from class com.latencybusters.lbm.UMQQueueInfo
flags, queueId, queueName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UMQRegistrationCompleteInfo

public UMQRegistrationCompleteInfo(int flags,
                                   long queueId,
                                   long assignmentId,
                                   java.lang.String queue)
                            throws LBMEInvalException
Creates a UMQRegistrationCompleteInfo object and initializes fields to the supplied values.

Parameters:
flags - Informational flags.
queueId - Queue Id of the queue.
assignmentId - The generated Assignment ID for the receiver with the queue.
queue - The name of the queue the receiver registered with.
Throws:
LBMEInvalException - An invalid parameter was specified.
Since:
UME 3.0
Method Detail

assignmentId

public long assignmentId()
Get generated Assignment ID for this registration complete message.

Returns:
The generated Assignment ID for the receiver with the queue.
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.