|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DestinationCache | |
org.exolab.jms.messagemgr |
Uses of DestinationCache in org.exolab.jms.messagemgr |
Classes in org.exolab.jms.messagemgr that implement DestinationCache | |
class |
AbstractDestinationCache
Abstract implementation of the DestinationCache interface. |
class |
QueueDestinationCache
A DestinationCache for queues. |
Methods in org.exolab.jms.messagemgr that return DestinationCache | |
DestinationCache |
DestinationManager.getDestinationCache(JmsDestination destination)
Returns the cache for the supplied destination. |
DestinationCache |
DestinationCacheFactory.createDestinationCache(JmsDestination destination)
Create a new destination cache. |
DestinationCache |
DestinationManagerImpl.getDestinationCache(JmsDestination destination)
Returns the cache for the supplied destination. |
Methods in org.exolab.jms.messagemgr with parameters of type DestinationCache | |
void |
DestinationBinder.cacheAdded(JmsDestination destination,
DestinationCache cache)
Invoked when a message cache is created. |
void |
DestinationBinder.cacheRemoved(JmsDestination destination,
DestinationCache cache)
Invoked when a message cache is removed. |
protected void |
AbstractMessageHandle.setDestinationCache(DestinationCache cache)
Sets the destination cache. |
void |
DestinationEventListener.cacheAdded(JmsDestination destination,
DestinationCache cache)
Invoked when a message cache is created. |
void |
DestinationEventListener.cacheRemoved(JmsDestination destination,
DestinationCache cache)
Invoked when a message cache is removed. |
protected void |
DestinationManagerImpl.destroyDestinationCache(DestinationCache cache)
Delete the specfied destination. |
Constructors in org.exolab.jms.messagemgr with parameters of type DestinationCache | |
AbstractMessageHandle(DestinationCache cache,
MessageRef reference,
MessageImpl message)
Construct a new AbstractMessageHandle . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |