UM Java API
6.16.1
|
Public Member Functions | |
UMQQueueTopic | topic () |
int | status () |
int | flags () |
Class containing topic status information for a topic currently present at a UMQ queue daemon.
int com.latencybusters.lbm.UMQQueueTopicStatus.flags | ( | ) |
Gets informational flags about the topic. Currently, no flags are defined, so this will always return 0.
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.
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.).