com.latencybusters.lbm
Class UMQIndexReleasedInfo

java.lang.Object
  extended by com.latencybusters.lbm.UMQQueueInfo
      extended by com.latencybusters.lbm.UMQQueueIndexInfo
          extended by com.latencybusters.lbm.UMQIndexReleasedInfo

public class UMQIndexReleasedInfo
extends UMQQueueIndexInfo


Constructor Summary
UMQIndexReleasedInfo(int flags, long queueId, java.lang.String queue, UMQIndexInfo indexInfo)
          Creates a UMQIndexReleasedInfo object and initializes fields to the supplied values.
 
Method Summary
 
Methods inherited from class com.latencybusters.lbm.UMQQueueIndexInfo
indexInfo
 
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

UMQIndexReleasedInfo

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

Parameters:
flags - Informational flags.
queueId - Queue Id of the queue.
queue - The name of the queue that has released the given index assignment for the receiver.
indexInfo - UMQ index information object.
Throws:
LBMEInvalException - An invalid parameter was specified.
Since:
UMQ 2.1


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.