|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractStateManager.DurableSubscription | |
org.jboss.mq.sm | |
org.jboss.mq.sm.file | |
org.jboss.mq.sm.jdbc |
Uses of AbstractStateManager.DurableSubscription in org.jboss.mq.sm |
Methods in org.jboss.mq.sm that return AbstractStateManager.DurableSubscription | |
protected abstract AbstractStateManager.DurableSubscription |
AbstractStateManager.getDurableSubscription(DurableSubscriptionID sub)
Get a DurableSubscription. |
Methods in org.jboss.mq.sm with parameters of type AbstractStateManager.DurableSubscription | |
protected abstract void |
AbstractStateManager.saveDurableSubscription(AbstractStateManager.DurableSubscription ds)
Add to durable subs and save the subsrcription to persistent storage. |
protected abstract void |
AbstractStateManager.removeDurableSubscription(AbstractStateManager.DurableSubscription ds)
Remove the subscription and save to persistent storage. |
Uses of AbstractStateManager.DurableSubscription in org.jboss.mq.sm.file |
Methods in org.jboss.mq.sm.file that return AbstractStateManager.DurableSubscription | |
protected AbstractStateManager.DurableSubscription |
DynamicStateManager.getDurableSubscription(DurableSubscriptionID sub)
Search for a configurated durable subscription. |
Methods in org.jboss.mq.sm.file with parameters of type AbstractStateManager.DurableSubscription | |
protected void |
DynamicStateManager.saveDurableSubscription(AbstractStateManager.DurableSubscription ds)
|
protected void |
DynamicStateManager.removeDurableSubscription(AbstractStateManager.DurableSubscription ds)
|
Uses of AbstractStateManager.DurableSubscription in org.jboss.mq.sm.jdbc |
Methods in org.jboss.mq.sm.jdbc that return AbstractStateManager.DurableSubscription | |
protected AbstractStateManager.DurableSubscription |
JDBCStateManager.getDurableSubscription(DurableSubscriptionID sub)
|
Methods in org.jboss.mq.sm.jdbc with parameters of type AbstractStateManager.DurableSubscription | |
protected void |
JDBCStateManager.saveDurableSubscription(AbstractStateManager.DurableSubscription ds)
|
protected void |
JDBCStateManager.removeDurableSubscription(AbstractStateManager.DurableSubscription ds)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |