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, waitcreatepublic int getMaxStorageSize()
StorageRepositorygetMaxStorageSize in interface StorageRepositorypublic void setMaxStorageSize(int maxStorageSize)
StorageRepositorysetMaxStorageSize in interface StorageRepositorymaxStorageSize - maximum size of the message storageCopyright © 2005–2025 Onix Solutions. All rights reserved.