public class JMSTopic<T extends JMSTopic<T>> extends Object
| Modifier and Type | Method and Description | 
|---|---|
void | 
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener 
 | 
Integer | 
deliveringCount()
The number of messages that this queue is currently delivering to its
 consumers. 
 | 
T | 
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. 
 | 
T | 
durableMessageCount(Integer value)
The number of messages for all durable subscribers for this topic. 
 | 
Integer | 
durableSubscriptionCount()
The number of durable subscribers for this topic. 
 | 
T | 
durableSubscriptionCount(Integer value)
The number of durable subscribers for this topic. 
 | 
List<String> | 
entries()
The jndi names the topic will be bound to. 
 | 
T | 
entries(List<String> value)
The jndi names the topic will be bound to. 
 | 
T | 
entries(String... args)
The jndi names the topic will be bound to. 
 | 
T | 
entry(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. 
 | 
T | 
legacyEntries(List<String> value)
The legacy jndi names the topic will be bound to. 
 | 
T | 
legacyEntries(String... args)
The legacy jndi names the topic will be bound to. 
 | 
T | 
legacyEntry(String value)
The legacy jndi names the topic will be bound to. 
 | 
Long | 
messageCount()
The number of messages currently in this queue. 
 | 
T | 
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. 
 | 
T | 
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. 
 | 
T | 
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. 
 | 
T | 
nonDurableSubscriptionCount(Integer value)
The number of non-durable subscribers for this topic. 
 | 
void | 
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener 
 | 
Integer | 
subscriptionCount()
The number of (durable and non-durable) subscribers for this topic. 
 | 
T | 
subscriptionCount(Integer value)
The number of (durable and non-durable) subscribers for this topic. 
 | 
Boolean | 
temporary()
Whether the topic is temporary. 
 | 
T | 
temporary(Boolean value)
Whether the topic is temporary. 
 | 
String | 
topicAddress()
The address the topic points to. 
 | 
T | 
topicAddress(String value)
The address the topic points to. 
 | 
public JMSTopic(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public Integer deliveringCount()
public T deliveringCount(Integer value)
public Integer durableMessageCount()
public T durableMessageCount(Integer value)
public Integer durableSubscriptionCount()
public T durableSubscriptionCount(Integer value)
public T legacyEntries(List<String> value)
public T legacyEntries(String... args)
public Long messageCount()
public Long messagesAdded()
public T messagesAdded(Long value)
public Integer nonDurableMessageCount()
public T nonDurableMessageCount(Integer value)
public Integer nonDurableSubscriptionCount()
public T nonDurableSubscriptionCount(Integer value)
public Integer subscriptionCount()
public T subscriptionCount(Integer value)
public Boolean temporary()
public String topicAddress()
Copyright © 2018 JBoss by Red Hat. All rights reserved.