xsul.msg_box.storage
Interface MsgBoxStorage
- All Known Implementing Classes:
- InMemoryStorageImpl
- public interface MsgBoxStorage
Message Box storage backend.
createMsgBox
public java.lang.String createMsgBox()
throws XsulException
- Throws:
XsulException
destroyMsgBox
public void destroyMsgBox(java.lang.String key)
throws XsulException
- Throws:
XsulException
takeMessagesFromMsgBox
public java.util.List takeMessagesFromMsgBox(java.lang.String key)
throws XsulException
- Throws:
XsulException
putMessageIntoMsgBox
public void putMessageIntoMsgBox(java.lang.String key,
java.lang.String message)
throws XsulException
- Throws:
XsulException
IU Extreme! Lab (http://www.extreme.indiana.edu)