T - the generic type of the store's itemspublic 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, storeprotected void validateKey(String key) throws ObjectStoreException
ObjectStoreExceptionprotected void validatePresentKey(String key) throws ObjectStoreException
ObjectStoreExceptionCopyright © 2017 MuleSoft, Inc.. All rights reserved.