Known Direct Subclasses
|
Known Indirect Subclasses
|
Class Overview
A ObjectStoreModuleMetadataAdapater is a wrapper around ObjectStoreModule that adds support for querying metadata about the extension.
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.ObjectStoreModuleCapabilitiesAdapter
|
boolean
|
isCapableOf(Capability capability)
Returns true if this module implements such capability
|
|
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)
|
|
From interface
org.mule.api.MetadataAware
|
Constants
private
static
final
String
DEVKIT_BUILD
Constant Value:
"UNNAMED.1292.1980b66"
private
static
final
String
DEVKIT_VERSION
private
static
final
String
MODULE_NAME
Constant Value:
"ObjectStore"
private
static
final
String
MODULE_VERSION
Public Constructors
public
ObjectStoreModuleMetadataAdapater
()
Public Methods
public
String
getDevkitBuild
()
public
String
getDevkitVersion
()
public
String
getModuleName
()
public
String
getModuleVersion
()