public class JmsTopic extends Object
| Modifier and Type | Method and Description |
|---|---|
Integer |
deliveringCount()
The number of messages that this queue is currently delivering to its consumers.
|
JmsTopic |
deliveringCount(Integer value)
The number of messages that this queue is currently delivering to its consumers.
|
Integer |
durableMessageCount()
The number of messages for all durable subscribers for this topic.
|
JmsTopic |
durableMessageCount(Integer value)
The number of messages for all durable subscribers for this topic.
|
Integer |
durableSubscriptionCount()
The number of durable subscribers for this topic.
|
JmsTopic |
durableSubscriptionCount(Integer value)
The number of durable subscribers for this topic.
|
List<String> |
entries()
The jndi names the topic will be bound to.
|
JmsTopic |
entries(List<String> value)
The jndi names the topic will be bound to.
|
String |
getKey() |
List<String> |
legacyEntries()
The legacy jndi names the topic will be bound to.
|
JmsTopic |
legacyEntries(List<String> value)
The legacy jndi names the topic will be bound to.
|
Long |
messageCount()
The number of messages currently in this queue.
|
JmsTopic |
messageCount(Long value)
The number of messages currently in this queue.
|
Long |
messagesAdded()
The number of messages added to this queue since it was created.
|
JmsTopic |
messagesAdded(Long value)
The number of messages added to this queue since it was created.
|
Integer |
nonDurableMessageCount()
The number of messages for all non-durable subscribers for this topic.
|
JmsTopic |
nonDurableMessageCount(Integer value)
The number of messages for all non-durable subscribers for this topic.
|
Integer |
nonDurableSubscriptionCount()
The number of non-durable subscribers for this topic.
|
JmsTopic |
nonDurableSubscriptionCount(Integer value)
The number of non-durable subscribers for this topic.
|
Integer |
subscriptionCount()
The number of (durable and non-durable) subscribers for this topic.
|
JmsTopic |
subscriptionCount(Integer value)
The number of (durable and non-durable) subscribers for this topic.
|
Boolean |
temporary()
Whether the topic is temporary.
|
JmsTopic |
temporary(Boolean value)
Whether the topic is temporary.
|
String |
topicAddress()
The address the topic points to.
|
JmsTopic |
topicAddress(String value)
The address the topic points to.
|
public JmsTopic(String key)
public String getKey()
public Integer deliveringCount()
public JmsTopic deliveringCount(Integer value)
public Integer durableMessageCount()
public JmsTopic durableMessageCount(Integer value)
public Integer durableSubscriptionCount()
public JmsTopic durableSubscriptionCount(Integer value)
public JmsTopic legacyEntries(List<String> value)
public Long messageCount()
public JmsTopic messageCount(Long value)
public Long messagesAdded()
public JmsTopic messagesAdded(Long value)
public Integer nonDurableMessageCount()
public JmsTopic nonDurableMessageCount(Integer value)
public Integer nonDurableSubscriptionCount()
public JmsTopic nonDurableSubscriptionCount(Integer value)
public Integer subscriptionCount()
public JmsTopic subscriptionCount(Integer value)
public Boolean temporary()
public String topicAddress()
Copyright © 2015 JBoss by Red Hat. All rights reserved.