public abstract class AbstractStorageRepository extends Object implements StorageRepository
Constructor and Description |
---|
AbstractStorageRepository() |
Modifier and Type | Method and Description |
---|---|
int |
getMaxStorageSize()
Returns the maximum size of the storage in messages.
|
void |
setMaxStorageSize(int maxStorageSize)
Sets the maximum size of the storage in messages.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create
public int getMaxStorageSize()
StorageRepository
getMaxStorageSize
in interface StorageRepository
public void setMaxStorageSize(int maxStorageSize)
StorageRepository
setMaxStorageSize
in interface StorageRepository
maxStorageSize
- maximum size of the message storageCopyright © 2005–2024 Onix Solutions. All rights reserved.