T - the generic type of the store's items@NoExtend public abstract class AbstractObjectStoreSupport<T extends Serializable> extends Object implements ObjectStore<T>
ObjectStore implementations might be interested on.
It is not mandatory for ObjectStore implementations to extend this class, but it does contain methods which are useful
for correctly implementing the ObjectStore contract.| Constructor and Description |
|---|
AbstractObjectStoreSupport() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
validateKey(String key) |
protected void |
validatePresentKey(String key) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallKeys, clear, close, contains, isPersistent, open, remove, retrieve, retrieveAll, storeprotected void validateKey(String key) throws ObjectStoreException
ObjectStoreExceptionprotected void validatePresentKey(String key) throws ObjectStoreException
ObjectStoreExceptionCopyright © 2024 MuleSoft, Inc.. All rights reserved.