Known Direct Subclasses
|
Known Indirect Subclasses
|
Class Overview
A ObjectStoreModuleLifecycleAdapter is a wrapper around ObjectStoreModule that adds lifecycle methods to the pojo.
Summary
|
[Expand]
Inherited Fields |
From class
org.mule.modules.ObjectStoreModule
|
private
ObjectStore |
objectStore |
Reference to an Object Store bean. |
|
private
ObjectStoreManager |
objectStoreManager |
|
|
private
String |
partition |
Name of the partition in the default in-memory or persistent object stores (this argument has no
meaning if the object store is passed by ref using objectStore-ref)
|
|
private
boolean |
persistent |
Specified whenever the required store needs to be persistent or not (this argument has no
meaning if the object store is passed by ref using objectStore-ref)
|
|
private
Registry |
registry |
|
|
Public Constructors
public
ObjectStoreModuleLifecycleAdapter
()
Public Methods
public
void
initialise
()