Class Overview
A DynamicModuleLifecycleAdapter is a wrapper around DynamicModule that adds lifecycle methods to the pojo.
Summary
|
[Expand]
Inherited Methods |
From class
org.mule.devkit.config.DynamicModuleCapabilitiesAdapter
|
boolean
|
isCapableOf(Capability capability)
Returns true if this module implements such capability
|
|
From class
org.mule.devkit.DynamicModule
|
void
|
create(String namespace, String name)
Create and configure a new module without attributes
|
|
void
|
create(String namespace, String instanceName, Map<String, Object> attributes)
Create and configure a new module
|
|
void
|
dispose()
Dispose the module
|
|
void
|
initialise()
Initialise the module
|
|
void
|
invoke(String moduleName, String operationName, Map<String, Object> arguments)
Invokes the operation specified with operationName in the module specified with moduleName and
with attributes as its arguments.
|
|
void
|
setMuleContext(MuleContext context)
Set the Mule context
|
|
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
DynamicModuleLifecycleAdapter
()
Public Methods
public
void
initialise
()