com.latencybusters.lbm
Class UMQQueueTopicStatus

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

public class UMQQueueTopicStatus
extends java.lang.Object

Class containing topic status information for a topic currently present at a UMQ queue daemon.


Constructor Summary
UMQQueueTopicStatus()
           
 
Method Summary
 int flags()
          Gets informational flags about the topic.
 int status()
          Gets the status of the topic.
 UMQQueueTopic topic()
          Gets the topic object (which contains the topic name, application sets, etc.).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UMQQueueTopicStatus

public UMQQueueTopicStatus()
Method Detail

topic

public UMQQueueTopic topic()
Gets the topic object (which contains the topic name, application sets, etc.).

Returns:
the topic.

status

public int status()
Gets the status of the topic. Currently, no topic statuses are defined, so this will always return 0.

Returns:
the topic's status.

flags

public int flags()
Gets informational flags about the topic. Currently, no flags are defined, so this will always return 0.

Returns:
the flags.


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.