UM Java API  6.16
com.latencybusters.lbm.UMQQueueTopicStatus Class Reference

Public Member Functions

UMQQueueTopic topic ()
 
int status ()
 
int flags ()
 

Detailed Description

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

Member Function Documentation

int com.latencybusters.lbm.UMQQueueTopicStatus.flags ( )

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

Returns
the flags.

References com.latencybusters.lbm.UMQQueueTopicStatus.status().

int com.latencybusters.lbm.UMQQueueTopicStatus.status ( )

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

Returns
the topic's status.

Referenced by com.latencybusters.lbm.UMQQueueTopicStatus.flags().

UMQQueueTopic com.latencybusters.lbm.UMQQueueTopicStatus.topic ( )

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

Returns
the topic.

The documentation for this class was generated from the following file: