com.latencybusters.lbm
Class UMQQueueIndexInfo

java.lang.Object
  extended by com.latencybusters.lbm.UMQQueueInfo
      extended by com.latencybusters.lbm.UMQQueueIndexInfo
Direct Known Subclasses:
UMQIndexAssignedInfo, UMQIndexReleasedInfo

public class UMQQueueIndexInfo
extends UMQQueueInfo


Constructor Summary
protected UMQQueueIndexInfo()
           
  UMQQueueIndexInfo(int flags, long queueId, java.lang.String queue, UMQIndexInfo indexInfo)
          Creates a UMQQueueIndexInfo object and initializes fields to the supplied values.
 
Method Summary
 UMQIndexInfo indexInfo()
          Get UMQ index information for this info object.
 
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

UMQQueueIndexInfo

protected UMQQueueIndexInfo()

UMQQueueIndexInfo

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

Parameters:
flags - Informational flags.
queueId - Queue Id of the queue.
queue - The name of the queue the receiver has received this event from.
indexInfo - UMQ index information object.
Throws:
LBMEInvalException - An invalid parameter was specified.
Since:
UMQ 2.1
Method Detail

indexInfo

public UMQIndexInfo indexInfo()
Get UMQ index information for this info object.

Returns:
UMQ index information associated with this info object.
Since:
UMQ 1.2


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.