|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Topic | |
| org.jboss.jms.server | |
| org.jboss.jms.server.destination | |
| org.jboss.jms.server.subscription | |
| org.jboss.messaging.core.distributed.topic | |
| org.jboss.messaging.core.local | |
| Uses of Topic in org.jboss.jms.server |
| Methods in org.jboss.jms.server that return Topic | |
Topic |
DurableSubscriptionHolder.getTopic()
|
| Constructors in org.jboss.jms.server with parameters of type Topic | |
DurableSubscriptionHolder(java.lang.String name,
Topic topic,
Queue queue,
java.lang.String selector)
|
|
| Uses of Topic in org.jboss.jms.server.destination |
| Methods in org.jboss.jms.server.destination with parameters of type Topic | |
protected java.lang.String |
Topic.getSubscriptionsAsText(Topic t,
boolean durable)
|
protected java.util.List |
Topic.getMessagesFromDurableSub(Topic t,
java.lang.String name,
java.lang.String clientID,
java.lang.String selector)
|
java.util.List |
Topic.getMessagesFromNonDurableSub(Topic t,
long channelID,
java.lang.String selector)
|
| Uses of Topic in org.jboss.jms.server.subscription |
| Constructors in org.jboss.jms.server.subscription with parameters of type Topic | |
Subscription(long id,
Topic topic,
MessageStore ms,
PersistenceManager pm,
MemoryManager mm,
int fullSize,
int pageSize,
int downCacheSize,
Selector selector,
boolean isNoLocal)
|
|
Subscription(long id,
Topic topic,
MessageStore ms,
PersistenceManager pm,
MemoryManager mm,
boolean recoverable,
int fullSize,
int pageSize,
int downCacheSize,
Selector selector,
boolean isNoLocal)
|
|
DurableSubscription(long id,
Topic topic,
MessageStore ms,
PersistenceManager pm,
MemoryManager mm,
int fullSize,
int pageSize,
int downCacheSize,
Selector selector,
boolean isNoLocal,
java.lang.String name,
java.lang.String clientID)
|
|
| Uses of Topic in org.jboss.messaging.core.distributed.topic |
| Subclasses of Topic in org.jboss.messaging.core.distributed.topic | |
class |
DistributedTopic
A distributed topic. |
| Uses of Topic in org.jboss.messaging.core.local |
| Fields in org.jboss.messaging.core.local declared as Topic | |
protected Topic |
CoreSubscription.topic
|
| Methods in org.jboss.messaging.core.local that return Topic | |
Topic |
CoreSubscription.getTopic()
|
| Constructors in org.jboss.messaging.core.local with parameters of type Topic | |
CoreSubscription(long id,
Topic topic,
MessageStore ms,
PersistenceManager pm,
MemoryManager mm,
boolean recoverable,
int fullSize,
int pageSize,
int downCacheSize,
Filter filter)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||