public class JmsComponent extends DefaultComponent
| Modifier and Type | Field and Description |
|---|---|
protected JmsConfiguration |
configuration |
protected JmsEndpointType[] |
endpoints |
lifeCycle, logger, registry, serviceUnit, serviceUnitManagerchannel, component, consumerExecutor, container, context, correlationId, currentState, executorFactory, INITIALIZED, knownExchanges, mbeanName, poller, polling, providerExecutor, running, transactionManager, workManagerCreated| Constructor and Description |
|---|
JmsComponent() |
| Modifier and Type | Method and Description |
|---|---|
BaseServiceUnitManager |
createServiceUnitManager() |
protected void |
doInit() |
java.lang.Object |
getAuthenticationService() |
JmsConfiguration |
getConfiguration() |
protected java.util.List |
getConfiguredEndpoints() |
protected java.lang.Class[] |
getEndpointClasses() |
JmsEndpointType[] |
getEndpoints() |
protected java.lang.Object |
getExtensionMBean() |
java.lang.Object |
getKeystoreManager() |
protected Endpoint |
getResolvedEPR(javax.jbi.servicedesc.ServiceEndpoint ep) |
void |
setAuthenticationService(java.lang.Object authenticationService) |
void |
setConfiguration(JmsConfiguration configuration)
Specifies the configuration bean used to set up the JMS connections for the endpoints.
|
void |
setEndpoints(JmsEndpointType[] endpoints)
Specifies the list of endpoints hosted by the component.
|
void |
setKeystoreManager(java.lang.Object keystoreManager) |
addEndpoint, asList, createRegistry, doShutDown, doStart, doStop, getComponentContext, getComponentName, getEPRElementName, getEPRProtocols, getEPRServiceName, getLifeCycle, getLogger, getRegistry, getServiceDescription, getServiceUnit, getServiceUnitManager, isExchangeWithConsumerOkay, isExchangeWithProviderOkay, isKnownEndpoint, removeEndpoint, resolveEndpointReference, validateEndpointcreateExecutorFactory, createExtensionMBeanName, exceptionShouldRollbackTx, findExecutorFactory, getContainer, getContext, getCurrentState, getExecutor, getExecutorFactory, getExtensionMBeanName, getKnownExchanges, getSmx3Container, handleExchange, init, isInitialized, isShutDown, isStarted, isStopped, isUnknown, onMessageExchange, pollDeliveryChannel, prepareExchange, prepareShutdown, prepareShutdown, processExchange, processExchangeInTx, processExchangeWithoutTx, setComponent, setCurrentState, setExecutor, setExecutorFactory, shutDown, start, stopclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetContainer, getExecutor, getSmx3Container, handleExchange, prepareExchange, prepareShutdownprotected JmsConfiguration configuration
protected JmsEndpointType[] endpoints
protected java.util.List getConfiguredEndpoints()
getConfiguredEndpoints in class DefaultComponentprotected java.lang.Class[] getEndpointClasses()
getEndpointClasses in class DefaultComponentpublic JmsConfiguration getConfiguration()
public void setConfiguration(JmsConfiguration configuration)
configuration - the configuration objectpublic JmsEndpointType[] getEndpoints()
public void setEndpoints(JmsEndpointType[] endpoints)
endpoints - the list of endpointspublic java.lang.Object getKeystoreManager()
public void setKeystoreManager(java.lang.Object keystoreManager)
keystoreManager - the keystoreManager to setpublic java.lang.Object getAuthenticationService()
public void setAuthenticationService(java.lang.Object authenticationService)
authenticationService - the authenticationService to setprotected java.lang.Object getExtensionMBean()
throws java.lang.Exception
getExtensionMBean in class AsyncBaseLifeCyclejava.lang.Exceptionpublic BaseServiceUnitManager createServiceUnitManager()
createServiceUnitManager in class DefaultComponentprotected void doInit()
throws java.lang.Exception
doInit in class DefaultComponentjava.lang.Exceptionprotected Endpoint getResolvedEPR(javax.jbi.servicedesc.ServiceEndpoint ep) throws java.lang.Exception
getResolvedEPR in class AsyncBaseLifeCyclejava.lang.ExceptionCopyright © 2005-2014 FuseSource. All Rights Reserved.