Class Overview
A ObjectStoreModuleInjectionAdapter is a wrapper around ObjectStoreModule that allows the injection of several Mule facilities when a MuleContext is set.
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 |
|
|
|
[Expand]
Inherited Methods |
From class
org.mule.modules.adapters.ObjectStoreModuleLifecycleAdapter
|
From class
org.mule.modules.adapters.ObjectStoreModuleCapabilitiesAdapter
|
boolean
|
isCapableOf(Capability capability)
Returns true if this module implements such capability
|
|
From class
org.mule.modules.ObjectStoreModule
|
List<Serializable>
|
allKeys()
Returns a list of all the keys in the store.
|
|
void
|
dualStore(String key, Serializable value, boolean overwrite)
Store value using key, and also store key using value.
|
|
ObjectStoreManager
|
getObjectStoreManager()
|
|
void
|
init()
|
|
Object
|
remove(String key)
Remove the object with key.
|
|
Object
|
retrieve(String key, Object defaultValue)
Retrieve the given Object.
|
|
void
|
setObjectStore(ObjectStore objectStore)
|
|
void
|
setObjectStoreManager(ObjectStoreManager objectStoreManager)
|
|
void
|
setPartition(String partition)
|
|
void
|
setPersistent(boolean persistent)
|
|
void
|
setRegistry(Registry registry)
|
|
void
|
store(String key, Serializable value, boolean overwrite)
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
org.mule.api.Capabilities
|
abstract
boolean
|
isCapableOf(Capability arg0)
|
|
From interface
org.mule.api.context.MuleContextAware
|
abstract
void
|
setMuleContext(MuleContext arg0)
|
|
From interface
org.mule.api.lifecycle.Disposable
|
From interface
org.mule.api.lifecycle.Initialisable
|
abstract
void
|
initialise()
|
|
From interface
org.mule.api.lifecycle.Startable
|
From interface
org.mule.api.lifecycle.Stoppable
|
Public Constructors
public
ObjectStoreModuleInjectionAdapter
()
Public Methods
public
void
setMuleContext
(MuleContext context)