public class RmiConnector extends AbstractJndiConnector
RmiConnector can bind or send to a given RMI port on a given host.| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_RMI_muleRegistry_PORT |
protected long |
pollingFrequency |
static String |
PROPERTY_RMI_SECURITY_POLICY |
static String |
PROPERTY_RMI_SERVER_CODEBASE |
static String |
PROPERTY_SERVER_CLASS_NAME |
static String |
PROPERTY_SERVICE_METHOD_PARAM_TYPES
The property name that explicitly defines which argument types should be
passed to a remote object method invocation.
|
static String |
PROPERTY_SERVICE_METHOD_PARAMS_LIST
The property name for a list of objects used to call a Remote object via an
RMI or EJB MessageReceiver
|
static String |
RMI |
jndiContext, jndiInitialFactory, jndiProviderProperties, jndiProviderUrl, jndiUrlPkgPrefixesconnected, connectedSemaphore, connecting, connectionStrategy, createMultipleTransactedReceivers, DEFAULT_NUM_CONCURRENT_TX_RECEIVERS, dispatcherFactory, dispatchers, disposed, disposing, exceptionListener, initialised, logger, muleContext, name, numberOfConcurrentTransactedReceivers, receivers, requesterFactory, requesters, serviceDescriptor, serviceOverrides, sessionHandler, started, startOnConnectINT_VALUE_NOT_SETPHASE_NAMEPHASE_NAMEPHASE_NAMEPHASE_NAME| Constructor and Description |
|---|
RmiConnector() |
| Modifier and Type | Method and Description |
|---|---|
MessageReceiver |
createReceiver(Service service,
InboundEndpoint endpoint)
Create a Message receiver for this connector
|
protected void |
doConnect()
Template method where any connections should be made for the connector
|
protected void |
doDisconnect()
Template method where any connected resources used by the connector should be
disconnected
|
protected void |
doDispose()
Template method to perform any work when destroying the connectoe
|
protected void |
doInitialise() |
protected void |
doStart()
Template method to perform any work when starting the connectoe
|
protected void |
doStop()
Template method to perform any work when stopping the connectoe
|
Method |
getMethodObject(Remote remoteObject,
MuleEvent event)
Helper method for Dispatchers and Receives to extract the correct method from
a Remote object
|
long |
getPollingFrequency() |
String |
getProtocol() |
Remote |
getRemoteObject(ImmutableEndpoint endpoint) |
protected Object |
getRemoteRef(ImmutableEndpoint endpoint) |
SecurityManager |
getSecurityManager() |
String |
getSecurityPolicy() |
String |
getServerClassName()
Method getServerClassName
|
String |
getServerCodebase()
Method getServerCodebase
|
void |
setPollingFrequency(long pollingFrequency) |
void |
setSecurityManager(SecurityManager securityManager) |
void |
setSecurityPolicy(String path) |
void |
setServerClassName(String serverClassName)
Method setServerClassName
|
void |
setServerCodebase(String serverCodebase)
Method setServerCodebase
|
protected Class[] |
stringsToClasses(Collection strings) |
getJndiContext, getJndiContext, getJndiInitialFactory, getJndiProviderProperties, getJndiProviderUrl, getJndiUrlPkgPrefixes, initJndiContext, setJndiContext, setJndiInitialFactory, setJndiProviderProperties, setJndiProviderUrl, setJndiUrlPkgPrefixescheckDisposed, connect, destroyReceiver, disconnect, dispatch, dispose, disposeDispatchers, disposeReceivers, disposeRequesters, disposeWorkManagers, exceptionThrown, fireNotification, getConnectedSemaphore, getConnectEventId, getConnectionDescription, getConnectionStrategy, getDefaultInboundTransformers, getDefaultOutboundTransformers, getDefaultResponseTransformers, getDispatcherFactory, getDispatcherThreadingProfile, getDispatcherWorkManager, getExceptionListener, getMaxDispatchersActive, getMaxRequestersActive, getMessageAdapter, getMuleContext, getName, getNumberOfConcurrentTransactedReceivers, getOutputStream, getReceiver, getReceiverKey, getReceivers, getReceivers, getReceiverThreadingProfile, getReceiverWorkManager, getReplyToHandler, getRequesterFactory, getRequesterThreadingProfile, getRequesterWorkManager, getScheduler, getServiceDescriptor, getServiceOverrides, getSessionHandler, getSupportedProtocols, handleException, handleWorkException, initFromServiceDescriptor, initialise, initialiseFromUrl, initWorkManagers, isConnected, isCreateMultipleTransactedReceivers, isDisposed, isDisposing, isEnableMessageEvents, isRemoteSyncEnabled, isStarted, isSyncEnabled, lookupReceiver, registerListener, registerSupportedProtocol, registerSupportedProtocolWithoutPrefix, request, request, send, setConnectionStrategy, setCreateMultipleTransactedReceivers, setDispatcherFactory, setDispatcherThreadingProfile, setDynamicNotification, setExceptionListener, setMaxDispatchersActive, setMaxRequestersActive, setMuleContext, setName, setNumberOfConcurrentTransactedReceivers, setReceiverThreadingProfile, setRequesterFactory, setRequesterThreadingProfile, setServiceOverrides, setSessionHandler, setSupportedProtocols, setupDispatchReturn, setupRequestReturn, start, stop, supportsProtocol, toString, unregisterListener, unregisterSupportedProtocol, updateCachedNotificationHandler, workAccepted, workCompleted, workRejected, workStartedpublic static final String RMI
public static final int DEFAULT_RMI_muleRegistry_PORT
public static final String PROPERTY_RMI_SECURITY_POLICY
public static final String PROPERTY_RMI_SERVER_CODEBASE
public static final String PROPERTY_SERVER_CLASS_NAME
public static final String PROPERTY_SERVICE_METHOD_PARAM_TYPES
public static final String PROPERTY_SERVICE_METHOD_PARAMS_LIST
protected long pollingFrequency
protected void doInitialise()
throws InitialisationException
doInitialise in class AbstractConnectorInitialisationExceptionprotected void doDispose()
AbstractConnectordoDispose in class AbstractConnectorprotected void doConnect()
throws Exception
AbstractConnectordoConnect in class AbstractConnectorExceptionprotected void doDisconnect()
throws Exception
AbstractConnectordoDisconnect in class AbstractConnectorExceptionprotected void doStart()
throws MuleException
AbstractConnectordoStart in class AbstractConnectorMuleException - if the method failsprotected void doStop()
throws MuleException
AbstractConnectordoStop in class AbstractConnectorMuleException - if the method failspublic String getProtocol()
public String getSecurityPolicy()
public void setSecurityPolicy(String path)
path - The securityPolicy to set.public String getServerCodebase()
public void setServerCodebase(String serverCodebase)
serverCodebase - public String getServerClassName()
public void setServerClassName(String serverClassName)
serverClassName - public SecurityManager getSecurityManager()
public void setSecurityManager(SecurityManager securityManager)
public MessageReceiver createReceiver(Service service, InboundEndpoint endpoint) throws Exception
AbstractConnectorcreateReceiver in class AbstractConnectorservice - the service that will receive events from this receiver,
the listenerendpoint - the endpoint that defies this inbound communicationTransportServiceDescriptor
initialised using the service and endpoint.Exception - if there is a problem creating the receiver. This exception
really depends on the underlying transport, thus any exception
could be thrownpublic Method getMethodObject(Remote remoteObject, MuleEvent event) throws MuleException, NoSuchMethodException, ClassNotFoundException
remoteObject - The remote object on which to invoke the methodevent - The current event being processedMuleExceptionNoSuchMethodExceptionClassNotFoundExceptionprotected Class[] stringsToClasses(Collection strings) throws ClassNotFoundException
ClassNotFoundExceptionprotected Object getRemoteRef(ImmutableEndpoint endpoint) throws IOException, NotBoundException, NamingException, InitialisationException
public Remote getRemoteObject(ImmutableEndpoint endpoint) throws IOException, NotBoundException, NamingException, InitialisationException
public long getPollingFrequency()
public void setPollingFrequency(long pollingFrequency)
Copyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.