xsul.msg_box.storage.memory
Class InMemoryStorageImpl
java.lang.Object
xsul.msg_box.storage.memory.InMemoryStorageImpl
- All Implemented Interfaces:
- MsgBoxStorage
- public class InMemoryStorageImpl
- extends java.lang.Object
- implements MsgBoxStorage
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InMemoryStorageImpl
public InMemoryStorageImpl()
createMsgBox
public java.lang.String createMsgBox()
throws XsulException
- Specified by:
createMsgBox in interface MsgBoxStorage
- Throws:
XsulException
destroyMsgBox
public void destroyMsgBox(java.lang.String key)
throws XsulException
- Specified by:
destroyMsgBox in interface MsgBoxStorage
- Throws:
XsulException
putMessageIntoMsgBox
public void putMessageIntoMsgBox(java.lang.String key,
java.lang.String message)
throws XsulException
- Specified by:
putMessageIntoMsgBox in interface MsgBoxStorage
- Throws:
XsulException
takeMessagesFromMsgBox
public java.util.List takeMessagesFromMsgBox(java.lang.String key)
throws XsulException
- Specified by:
takeMessagesFromMsgBox in interface MsgBoxStorage
- Throws:
XsulException
IU Extreme! Lab (http://www.extreme.indiana.edu)