com.latencybusters.lbm
Class UMQQueueTopic

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

public class UMQQueueTopic
extends java.lang.Object

Class containing information about a topic as currently present in a UMQ queue daemon.


Constructor Summary
UMQQueueTopic()
           
 
Method Summary
 java.util.List<UMQQueueApplicationSet> applicationSets()
          Gets a list of the application sets within this topic as configured at the UMQ queue daemon.
 java.lang.String topicName()
          Gets the topic name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UMQQueueTopic

public UMQQueueTopic()
Method Detail

topicName

public java.lang.String topicName()
Gets the topic name.

Returns:
the topic name.

applicationSets

public java.util.List<UMQQueueApplicationSet> applicationSets()
Gets a list of the application sets within this topic as configured at the UMQ queue daemon.

Returns:
the list of application sets.


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.