|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DurableSubscriptionID in org.jboss.mq |
Fields in org.jboss.mq declared as DurableSubscriptionID | |
protected DurableSubscriptionID |
SpyTopic.durableSubscriptionID
The durableSubscriptionID |
DurableSubscriptionID |
SpyMessage.Header.durableSubscriberID
For durable subscriptions |
Methods in org.jboss.mq that return DurableSubscriptionID | |
DurableSubscriptionID |
SpyTopic.getDurableSubscriptionID()
Get the durable subscription id return the durable subscription id |
Constructors in org.jboss.mq with parameters of type DurableSubscriptionID | |
SpyTopic(SpyTopic topic,
DurableSubscriptionID subid)
Create a new SpyTopic |
Uses of DurableSubscriptionID in org.jboss.mq.il |
Methods in org.jboss.mq.il with parameters of type DurableSubscriptionID | |
void |
ServerIL.destroySubscription(ConnectionToken dc,
DurableSubscriptionID id)
Unsubscribe from a durable subscription. |
void |
Invoker.destroySubscription(ConnectionToken dc,
DurableSubscriptionID id)
Unsubscribe from the durable subscription. |
SpyTopic |
Invoker.getDurableTopic(DurableSubscriptionID sub)
Get the topic the durable subscription is on. |
Uses of DurableSubscriptionID in org.jboss.mq.il.http |
Methods in org.jboss.mq.il.http with parameters of type DurableSubscriptionID | |
void |
HTTPServerIL.destroySubscription(ConnectionToken dc,
DurableSubscriptionID id)
|
Uses of DurableSubscriptionID in org.jboss.mq.il.jvm |
Methods in org.jboss.mq.il.jvm with parameters of type DurableSubscriptionID | |
void |
JVMServerIL.destroySubscription(ConnectionToken dc,
DurableSubscriptionID id)
#Description of the Method |
Uses of DurableSubscriptionID in org.jboss.mq.il.oil |
Methods in org.jboss.mq.il.oil with parameters of type DurableSubscriptionID | |
void |
OILServerIL.destroySubscription(ConnectionToken dc,
DurableSubscriptionID id)
#Description of the Method |
Uses of DurableSubscriptionID in org.jboss.mq.il.oil2 |
Methods in org.jboss.mq.il.oil2 with parameters of type DurableSubscriptionID | |
void |
OIL2ServerIL.destroySubscription(ConnectionToken dc,
DurableSubscriptionID id)
#Description of the Method |
Uses of DurableSubscriptionID in org.jboss.mq.il.rmi |
Methods in org.jboss.mq.il.rmi with parameters of type DurableSubscriptionID | |
void |
RMIServerIL.destroySubscription(ConnectionToken dc,
DurableSubscriptionID id)
#Description of the Method |
Uses of DurableSubscriptionID in org.jboss.mq.il.uil |
Methods in org.jboss.mq.il.uil with parameters of type DurableSubscriptionID | |
void |
UILServerIL.destroySubscription(ConnectionToken dc,
DurableSubscriptionID id)
#Description of the Method |
Uses of DurableSubscriptionID in org.jboss.mq.il.uil2 |
Methods in org.jboss.mq.il.uil2 with parameters of type DurableSubscriptionID | |
void |
UILServerIL.destroySubscription(ConnectionToken dc,
DurableSubscriptionID id)
#Description of the Method |
Uses of DurableSubscriptionID in org.jboss.mq.il.uil2.msgs |
Methods in org.jboss.mq.il.uil2.msgs that return DurableSubscriptionID | |
DurableSubscriptionID |
DeleteSubscriptionMsg.getSubscriptionID()
|
Constructors in org.jboss.mq.il.uil2.msgs with parameters of type DurableSubscriptionID | |
DeleteSubscriptionMsg(DurableSubscriptionID id)
|
Uses of DurableSubscriptionID in org.jboss.mq.security |
Methods in org.jboss.mq.security with parameters of type DurableSubscriptionID | |
void |
ServerSecurityInterceptor.destroySubscription(ConnectionToken dc,
DurableSubscriptionID id)
|
Uses of DurableSubscriptionID in org.jboss.mq.server |
Fields in org.jboss.mq.server declared as DurableSubscriptionID | |
DurableSubscriptionID |
MessageReference.durableSubscriberID
|
Methods in org.jboss.mq.server with parameters of type DurableSubscriptionID | |
void |
TracingInterceptor.destroySubscription(ConnectionToken dc,
DurableSubscriptionID id)
#Description of the Method |
SpyTopic |
TracingInterceptor.getDurableTopic(DurableSubscriptionID sub)
|
MessageReference |
MessageCache.add(SpyMessage message,
BasicQueue queue,
int stored,
DurableSubscriptionID id)
Adds a message to the cache. |
MessageReference |
MessageCache.addInternal(SpyMessage message,
BasicQueue queue,
int stored,
DurableSubscriptionID id)
Adds a message to the cache. |
void |
JMSTopic.restoreMessage(SpyMessage message,
DurableSubscriptionID id)
|
void |
JMSTopic.createDurableSubscription(DurableSubscriptionID id)
|
void |
JMSTopic.destroyDurableSubscription(DurableSubscriptionID id)
|
void |
JMSServerInvoker.destroySubscription(ConnectionToken dc,
DurableSubscriptionID id)
#Description of the Method |
SpyTopic |
JMSServerInvoker.getDurableTopic(DurableSubscriptionID sub)
|
void |
JMSServerInterceptorSupport.destroySubscription(ConnectionToken dc,
DurableSubscriptionID id)
#Description of the Method |
SpyTopic |
JMSServerInterceptorSupport.getDurableTopic(DurableSubscriptionID sub)
|
void |
JMSServerInterceptor.destroySubscription(ConnectionToken dc,
DurableSubscriptionID id)
Unsubscribe from the durable subscription. |
SpyTopic |
JMSServerInterceptor.getDurableTopic(DurableSubscriptionID sub)
Get the topic the durable subscription is on. |
void |
JMSDestinationManager.destroySubscription(ConnectionToken dc,
DurableSubscriptionID id)
#Description of the Method |
SpyTopic |
JMSDestinationManager.getDurableTopic(DurableSubscriptionID sub)
|
void |
ClientMonitorInterceptor.destroySubscription(ConnectionToken dc,
DurableSubscriptionID id)
#Description of the Method |
Uses of DurableSubscriptionID in org.jboss.mq.sm |
Methods in org.jboss.mq.sm with parameters of type DurableSubscriptionID | |
void |
StateManager.setDurableSubscription(JMSDestinationManager server,
DurableSubscriptionID sub,
SpyTopic topic)
Ad, change or delete a durable subsciption. |
SpyTopic |
StateManager.getDurableTopic(DurableSubscriptionID sub)
Get the destination a subscription is for. |
void |
AbstractStateManager.setDurableSubscription(JMSDestinationManager server,
DurableSubscriptionID sub,
SpyTopic topic)
|
SpyTopic |
AbstractStateManager.getDurableTopic(DurableSubscriptionID sub)
|
protected abstract AbstractStateManager.DurableSubscription |
AbstractStateManager.getDurableSubscription(DurableSubscriptionID sub)
Get a DurableSubscription. |
Uses of DurableSubscriptionID in org.jboss.mq.sm.file |
Methods in org.jboss.mq.sm.file with parameters of type DurableSubscriptionID | |
void |
OldStateManager.setDurableSubscription(JMSDestinationManager server,
DurableSubscriptionID sub,
SpyTopic topic)
Sets the DurableSubscription attribute of the StateManager object |
SpyTopic |
OldStateManager.getDurableTopic(DurableSubscriptionID sub)
Get the destination a subscription is for. |
protected AbstractStateManager.DurableSubscription |
DynamicStateManager.getDurableSubscription(DurableSubscriptionID sub)
Search for a configurated durable subscription. |
Uses of DurableSubscriptionID in org.jboss.mq.sm.jdbc |
Methods in org.jboss.mq.sm.jdbc with parameters of type DurableSubscriptionID | |
protected AbstractStateManager.DurableSubscription |
JDBCStateManager.getDurableSubscription(DurableSubscriptionID sub)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |