|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DurableUnsubscribe | |
org.codehaus.activemq.broker | The API for the JMS Broker which is the server side of a JMS network though it may be deployed inside a client in peer style networks. |
org.codehaus.activemq.broker.impl | The default implementation of the JMS Broker |
Uses of DurableUnsubscribe in org.codehaus.activemq.broker |
Methods in org.codehaus.activemq.broker with parameters of type DurableUnsubscribe | |
void |
BrokerConnector.durableUnsubscribe(BrokerClient client,
DurableUnsubscribe ds)
Command to delete a durable topic subscription |
void |
BrokerContainer.durableUnsubscribe(BrokerClient client,
DurableUnsubscribe ds)
Command to delete a durable topic subscription |
Uses of DurableUnsubscribe in org.codehaus.activemq.broker.impl |
Methods in org.codehaus.activemq.broker.impl with parameters of type DurableUnsubscribe | |
void |
BrokerConnectorImpl.durableUnsubscribe(BrokerClient client,
DurableUnsubscribe ds)
Command to delete a durable topic subscription |
void |
BrokerContainerImpl.durableUnsubscribe(BrokerClient client,
DurableUnsubscribe ds)
Command to delete a durable topic subscription |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |