|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CachingDestinationResolver
Extension of the DestinationResolver interface, exposing methods for clearing the cache.
Method Summary | |
---|---|
void |
clearCache()
Clear the entire destination cache. |
void |
removeFromCache(String destinationName)
Remove the destination with the given name from the cache (if cached by this resolver in the first place). |
Methods inherited from interface org.springframework.jms.support.destination.DestinationResolver |
---|
resolveDestinationName |
Method Detail |
---|
void removeFromCache(String destinationName)
To be called if access to the specified destination failed, assuming that the JMS Destination object might have become invalid.
destinationName
- the name of the destinationvoid clearCache()
To be called in case of general JMS provider failure.
|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |