Known Direct Subclasses
|
Known Indirect Subclasses
|
Class Overview
A ObjectStoreModuleCapabilitiesAdapter is a wrapper around ObjectStoreModule that implements org.mule.api.Capabilities interface.
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 Methods |
|
boolean
|
isCapableOf(Capability capability)
Returns true if this module implements such capability
|
|
[Expand]
Inherited Methods |
From class
org.mule.modules.ObjectStoreModule
|
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)
|
|
Public Constructors
public
ObjectStoreModuleCapabilitiesAdapter
()
Public Methods
public
boolean
isCapableOf
(Capability capability)
Returns true if this module implements such capability