public abstract class AbstractSessionStorage extends Object implements SessionStorage
| Constructor and Description |
|---|
AbstractSessionStorage() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxStorageSize()
Returns the maximum size of the message storage.
|
void |
setMaxStorageSize(int maxStorageSize)
Sets the maximum size of the message storage.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclear, close, getId, getInSeqNum, getOutboundMessages, getOutSeqNum, isTerminated, setInSeqNum, setOutSeqNum, setTerminated, storeInboundMessage, storeOutboundMessagepublic int getMaxStorageSize()
SessionStoragegetMaxStorageSize in interface SessionStoragepublic void setMaxStorageSize(int maxStorageSize)
SessionStoragesetMaxStorageSize in interface SessionStoragemaxStorageSize - maximum size of the message storageCopyright © 2005–2025 Onix Solutions. All rights reserved.