| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 | 
public SpyMessage loadFromStorage(MessageReference mh) throws javax.jms.JMSException
mh - the message reference
javax.jms.JMSException - for any errorpublic void saveToStorage(MessageReference mh, SpyMessage message) throws javax.jms.JMSException
mh - the message referencemessage - the message
javax.jms.JMSException - for any errorpublic 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 | ||||||||||