|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.providers.AbstractMessageReceiver
org.mule.providers.vm.VMMessageReceiver
VMMessageReceiver
is a listener of events from a mule component which then simply
Field Summary |
Fields inherited from class org.mule.providers.AbstractMessageReceiver |
component, connector, disposing, endpoint, logger, model, serverSide |
Constructor Summary | |
VMMessageReceiver(UMOConnector connector,
UMOComponent component,
UMOEndpoint endpoint,
BoundedPersistentQueue queue)
|
Method Summary | |
void |
doDispose()
Template method to dispose any resources associated with this receiver. |
java.lang.Object |
onCall(UMOEvent event)
|
void |
onEvent(UMOEvent event)
|
void |
run()
|
Methods inherited from class org.mule.providers.AbstractMessageReceiver |
allowFilter, create, dispose, getComponent, getConnector, getEndpoint, getEndpointURI, handleException, handleSecurtyException, handleUnacceptedFilter, isServerSide, routeMessage, routeMessage, routeMessage, routeMessage, routeMessage, routeMessage, setComponent, setConnector, setEndpoint, setServerSide |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public VMMessageReceiver(UMOConnector connector, UMOComponent component, UMOEndpoint endpoint, BoundedPersistentQueue queue) throws InitialisationException
Method Detail |
public void onEvent(UMOEvent event) throws UMOException
UMOException
public java.lang.Object onCall(UMOEvent event) throws UMOException
UMOException
public void run()
run
in interface java.lang.Runnable
public void doDispose() throws UMOException
AbstractMessageReceiver
doDispose
in class AbstractMessageReceiver
UMOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |