|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SpyTopic | |
org.jboss.mq | |
org.jboss.mq.il | |
org.jboss.mq.server | |
org.jboss.mq.sm | |
org.jboss.mq.sm.file | |
org.jboss.mq.sm.jdbc |
Uses of SpyTopic in org.jboss.mq |
Subclasses of SpyTopic in org.jboss.mq | |
class |
SpyTemporaryTopic
This class implements javax.jms.TemporaryTopic |
Constructors in org.jboss.mq with parameters of type SpyTopic | |
SpyTopic(SpyTopic topic,
String clientID,
String subscriptionName,
String selector)
Create a new SpyTopic |
|
SpyTopic(SpyTopic topic,
DurableSubscriptionID subid)
Create a new SpyTopic |
Uses of SpyTopic in org.jboss.mq.il |
Methods in org.jboss.mq.il that return SpyTopic | |
SpyTopic |
Invoker.getDurableTopic(DurableSubscriptionID sub)
Get the topic the durable subscription is on. |
Uses of SpyTopic in org.jboss.mq.server |
Methods in org.jboss.mq.server that return SpyTopic | |
SpyTopic |
TracingInterceptor.getDurableTopic(DurableSubscriptionID sub)
|
SpyTopic |
JMSServerInvoker.getDurableTopic(DurableSubscriptionID sub)
|
SpyTopic |
JMSServerInterceptorSupport.getDurableTopic(DurableSubscriptionID sub)
|
SpyTopic |
JMSServerInterceptor.getDurableTopic(DurableSubscriptionID sub)
Get the topic the durable subscription is on. |
SpyTopic |
JMSDestinationManager.getDurableTopic(DurableSubscriptionID sub)
|
Constructors in org.jboss.mq.server with parameters of type SpyTopic | |
SelectorPersistentQueue(JMSDestinationManager server,
SpyTopic dstopic,
String selector,
BasicQueueParameters parameters)
Create a new persistent queue with a selector |
Uses of SpyTopic in org.jboss.mq.sm |
Methods in org.jboss.mq.sm that return SpyTopic | |
SpyTopic |
StateManager.getDurableTopic(DurableSubscriptionID sub)
Get the destination a subscription is for. |
SpyTopic |
AbstractStateManager.getDurableTopic(DurableSubscriptionID sub)
|
Methods in org.jboss.mq.sm with parameters of type SpyTopic | |
void |
StateManager.setDurableSubscription(JMSDestinationManager server,
DurableSubscriptionID sub,
SpyTopic topic)
Ad, change or delete a durable subsciption. |
Collection |
StateManager.getDurableSubscriptionIdsForTopic(SpyTopic topic)
Get all configured durable subscriptions for a particular topic. |
void |
AbstractStateManager.setDurableSubscription(JMSDestinationManager server,
DurableSubscriptionID sub,
SpyTopic topic)
|
abstract Collection |
AbstractStateManager.getDurableSubscriptionIdsForTopic(SpyTopic topic)
|
Uses of SpyTopic in org.jboss.mq.sm.file |
Methods in org.jboss.mq.sm.file that return SpyTopic | |
SpyTopic |
OldStateManager.getDurableTopic(DurableSubscriptionID sub)
Get the destination a subscription is for. |
Methods in org.jboss.mq.sm.file with parameters of type SpyTopic | |
void |
OldStateManager.setDurableSubscription(JMSDestinationManager server,
DurableSubscriptionID sub,
SpyTopic topic)
Sets the DurableSubscription attribute of the StateManager object |
Collection |
OldStateManager.getDurableSubscriptionIdsForTopic(SpyTopic topic)
|
Collection |
DynamicStateManager.getDurableSubscriptionIdsForTopic(SpyTopic topic)
|
Uses of SpyTopic in org.jboss.mq.sm.jdbc |
Methods in org.jboss.mq.sm.jdbc with parameters of type SpyTopic | |
Collection |
JDBCStateManager.getDurableSubscriptionIdsForTopic(SpyTopic topic)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |