Class Overview
DisableTableMessageProcessor invokes the disableTable(java.lang.String)
method in HbaseCloudConnector
. For each argument there is a field in this processor to match it. Before invoking the actual method the processor will evaluate and transform where possible to the expected argument type.
Summary
Public Methods |
void
|
dispose()
|
void
|
initialise()
Obtains the expression manager from the Mule context and initialises the connector.
|
MuleEvent
|
process(MuleEvent event)
Invokes the MessageProcessor.
|
void
|
setFlowConstruct(FlowConstruct flowConstruct)
Sets flow construct
|
void
|
setMuleContext(MuleContext context)
Set the Mule context
|
void
|
setTableName(Object value)
Sets tableName
|
void
|
start()
|
void
|
stop()
|
[Expand]
Inherited Methods |
From class
org.mule.module.hbase.processors.AbstractMessageProcessor
O
|
findOrCreate(Class moduleClass, boolean shouldAutoCreate, MuleEvent muleEvent)
Obtains the expression manager from the Mule context and initialises the connector.
|
FlowConstruct
|
getFlowConstruct()
Retrieves flowConstruct
|
MuleContext
|
getMuleContext()
Retrieves muleContext
|
void
|
overwritePayload(MuleEvent event, Object resultPayload)
Overwrites the event payload with the specified one
|
void
|
setFlowConstruct(FlowConstruct value)
Sets flowConstruct
|
void
|
setModuleObject(O value)
Sets moduleObject
|
void
|
setMuleContext(MuleContext value)
Sets muleContext
|
|
From class
org.mule.module.hbase.processors.AbstractExpressionEvaluator
void
|
computeClassHierarchy(Class clazz, List classes)
Get all superclasses and interfaces recursively.
|
Object
|
evaluate(TemplateParser.PatternInfo patternInfo, ExpressionManager expressionManager, MuleMessage muleMessage, Object source)
|
Object
|
evaluateAndTransform(MuleContext muleContext, MuleMessage muleMessage, Type expectedType, String expectedMimeType, Object source)
|
Object
|
evaluateAndTransform(MuleContext muleContext, MuleEvent event, Type expectedType, String expectedMimeType, Object source)
|
boolean
|
isAssignableFrom(Type expectedType, Class clazz)
|
boolean
|
isList(Type type)
|
boolean
|
isListClass(Class clazz)
Checks whether the specified class parameter is an instance of List
|
boolean
|
isMap(Type type)
|
boolean
|
isMapClass(Class clazz)
Checks whether the specified class parameter is an instance of Map
|
Object
|
transform(MuleContext muleContext, MuleMessage message, Type expectedType, String expectedMimeType, Object source)
|
Object
|
transform(MuleContext muleContext, MuleEvent event, Type expectedType, String expectedMimeType, Object source)
|
Object
|
transform(MuleMessage muleMessage, Type expectedType, Object source)
|
|
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.construct.FlowConstructAware
abstract
void
|
setFlowConstruct(FlowConstruct 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
|
From interface
org.mule.api.processor.MessageProcessor
abstract
MuleEvent
|
process(MuleEvent arg0)
|
|
Fields
protected
String
_tableNameType
protected
Object
tableName
Public Constructors
public
DisableTableMessageProcessor
()
Public Methods
public
void
initialise
()
Obtains the expression manager from the Mule context and initialises the connector. If a target object has not been set already it will search the Mule registry for a default one.
public
MuleEvent
process
(MuleEvent event)
Invokes the MessageProcessor.
Parameters
event
| MuleEvent to be processed |
public
void
setFlowConstruct
(FlowConstruct flowConstruct)
Parameters
flowConstruct
| Flow construct to set
|
public
void
setMuleContext
(MuleContext context)
Parameters
context
| Mule context to set
|
public
void
setTableName
(Object value)