public class RmiMessageDispatcher extends AbstractMessageDispatcher
RmiMessageDispatcher
will send transformed mule events over
RMI-JRMP.Modifier and Type | Field and Description |
---|---|
protected Method |
invokedMethod |
protected Remote |
remoteObject |
connected, connecting, connectionStrategy, disposed, endpoint, logger
PHASE_NAME
RECEIVE_NO_WAIT, RECEIVE_WAIT_INDEFINITELY
Constructor and Description |
---|
RmiMessageDispatcher(OutboundEndpoint endpoint) |
Modifier and Type | Method and Description |
---|---|
protected void |
doConnect() |
protected void |
doDisconnect() |
protected void |
doDispatch(MuleEvent event) |
protected void |
doDispose() |
MuleMessage |
doSend(MuleEvent event) |
dispatch, isTransactionRollback, send, useRemoteSync
activate, connect, disconnect, dispose, disposeAndLogException, exceptionThrown, getConnectEventId, getConnectionDescription, getConnector, getEndpoint, isConnected, isDoThreading, passivate, reconnect, toString, validate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
activate, getConnector, passivate, validate
dispose
connect, disconnect, getConnectionDescription, isConnected
protected volatile Remote remoteObject
protected volatile Method invokedMethod
public RmiMessageDispatcher(OutboundEndpoint endpoint)
protected void doConnect() throws Exception
doConnect
in class AbstractConnectable
Exception
protected void doDisconnect() throws Exception
doDisconnect
in class AbstractConnectable
Exception
protected void doDispatch(MuleEvent event) throws Exception
doDispatch
in class AbstractMessageDispatcher
Exception
public MuleMessage doSend(MuleEvent event) throws Exception
doSend
in class AbstractMessageDispatcher
Exception
protected void doDispose()
doDispose
in class AbstractConnectable
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.