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, wait
clear, close, getId, getInSeqNum, getOutboundMessages, getOutSeqNum, isTerminated, setInSeqNum, setOutSeqNum, setTerminated, storeInboundMessage, storeOutboundMessage
public int getMaxStorageSize()
SessionStorage
getMaxStorageSize
in interface SessionStorage
public void setMaxStorageSize(int maxStorageSize)
SessionStorage
setMaxStorageSize
in interface SessionStorage
maxStorageSize
- maximum size of the message storageCopyright © 2005–2024 Onix Solutions. All rights reserved.