public class MyOSConnection extends Object implements org.mule.runtime.api.store.ObjectStoreManager
| Constructor and Description |
|---|
MyOSConnection() |
| Modifier and Type | Method and Description |
|---|---|
<T extends org.mule.runtime.api.store.ObjectStore<? extends Serializable>> |
createObjectStore(String name,
org.mule.runtime.api.store.ObjectStoreSettings settings) |
void |
disposeStore(String name) |
<T extends org.mule.runtime.api.store.ObjectStore<? extends Serializable>> |
getObjectStore(String name) |
<T extends org.mule.runtime.api.store.ObjectStore<? extends Serializable>> |
getOrCreateObjectStore(String name,
org.mule.runtime.api.store.ObjectStoreSettings settings) |
public <T extends org.mule.runtime.api.store.ObjectStore<? extends Serializable>> T getObjectStore(String name)
getObjectStore in interface org.mule.runtime.api.store.ObjectStoreManagerpublic <T extends org.mule.runtime.api.store.ObjectStore<? extends Serializable>> T createObjectStore(String name, org.mule.runtime.api.store.ObjectStoreSettings settings)
createObjectStore in interface org.mule.runtime.api.store.ObjectStoreManagerpublic <T extends org.mule.runtime.api.store.ObjectStore<? extends Serializable>> T getOrCreateObjectStore(String name, org.mule.runtime.api.store.ObjectStoreSettings settings)
getOrCreateObjectStore in interface org.mule.runtime.api.store.ObjectStoreManagerpublic void disposeStore(String name) throws org.mule.runtime.api.store.ObjectStoreException
disposeStore in interface org.mule.runtime.api.store.ObjectStoreManagerorg.mule.runtime.api.store.ObjectStoreExceptionCopyright © 2003–2021 MuleSoft, Inc.. All rights reserved.