public abstract class AbstractJndiConnector extends AbstractConnector
| Modifier and Type | Field and Description |
|---|---|
protected Context |
jndiContext |
protected String |
jndiInitialFactory |
protected Map |
jndiProviderProperties |
protected String |
jndiProviderUrl |
protected String |
jndiUrlPkgPrefixes |
connected, 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 |
|---|
AbstractJndiConnector() |
| Modifier and Type | Method and Description |
|---|---|
Context |
getJndiContext() |
Context |
getJndiContext(String jndiProviderUrl) |
String |
getJndiInitialFactory() |
Map |
getJndiProviderProperties() |
String |
getJndiProviderUrl() |
String |
getJndiUrlPkgPrefixes() |
protected void |
initJndiContext() |
void |
setJndiContext(Context jndiContext) |
void |
setJndiInitialFactory(String jndiInitialFactory) |
void |
setJndiProviderProperties(Map jndiProviderProperties) |
void |
setJndiProviderUrl(String jndiProviderUrl) |
void |
setJndiUrlPkgPrefixes(String jndiUrlPkgPrefixes) |
checkDisposed, connect, createReceiver, destroyReceiver, disconnect, dispatch, dispose, disposeDispatchers, disposeReceivers, disposeRequesters, disposeWorkManagers, doConnect, doDisconnect, doDispose, doInitialise, doStart, doStop, 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, workStartedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetProtocolprotected String jndiInitialFactory
protected String jndiUrlPkgPrefixes
protected String jndiProviderUrl
protected Context jndiContext
protected Map jndiProviderProperties
protected void initJndiContext()
throws InitialisationException
InitialisationExceptionpublic Context getJndiContext(String jndiProviderUrl) throws InitialisationException
InitialisationExceptionpublic Context getJndiContext()
public void setJndiContext(Context jndiContext)
public void setJndiInitialFactory(String jndiInitialFactory)
public String getJndiInitialFactory()
public void setJndiUrlPkgPrefixes(String jndiUrlPkgPrefixes)
public String getJndiUrlPkgPrefixes()
public String getJndiProviderUrl()
public void setJndiProviderUrl(String jndiProviderUrl)
public Map getJndiProviderProperties()
public void setJndiProviderProperties(Map jndiProviderProperties)
Copyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.