com.latencybusters.lbm
Class UMQQueueApplicationSet

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

public class UMQQueueApplicationSet
extends java.lang.Object

Class containing information about a particular application set as configured on a UMQ queue daemon.


Constructor Summary
UMQQueueApplicationSet()
           
 
Method Summary
 int applicationSetIndex()
          Gets this application set's application set index (as determined by the queue daemon).
 java.lang.String applicationSetName()
          Gets the name (as configured on the queue daemon) of this application set.
 java.util.List<UMQQueueReceiverTypeID> receiverTypeIDs()
          Gets a list of the receiver type IDs that belong to this application set (as configured on the queue daemon).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UMQQueueApplicationSet

public UMQQueueApplicationSet()
Method Detail

applicationSetName

public java.lang.String applicationSetName()
Gets the name (as configured on the queue daemon) of this application set.

Returns:
The application set name.

receiverTypeIDs

public java.util.List<UMQQueueReceiverTypeID> receiverTypeIDs()
Gets a list of the receiver type IDs that belong to this application set (as configured on the queue daemon).

Returns:
The list of IDs.

applicationSetIndex

public int applicationSetIndex()
Gets this application set's application set index (as determined by the queue daemon).

Returns:
The application set index.


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.