|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CacheStore
A cache store.
| Method Summary | |
|---|---|
SpyMessage |
loadFromStorage(MessageReference mh)
Reads the message refered to by the MessagReference back as a SpyMessage |
void |
removeFromStorage(MessageReference mh)
Removes the message that was stored in secondary storage. |
void |
saveToStorage(MessageReference mh,
SpyMessage message)
Stores the given message to secondary storeage. |
| Method Detail |
|---|
SpyMessage loadFromStorage(MessageReference mh)
throws javax.jms.JMSException
mh - the message reference
javax.jms.JMSException - for any error
void saveToStorage(MessageReference mh,
SpyMessage message)
throws javax.jms.JMSException
mh - the message referencemessage - the message
javax.jms.JMSException - for any error
void removeFromStorage(MessageReference mh)
throws javax.jms.JMSException
mh - the message reference
javax.jms.JMSException - for any error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||