Skip navigation links
A B C D E G H I J L M N O P Q R S T U V W X 

A

AbstractJmsAttributes - Class in org.mule.jms.commons.api.message
 
AbstractJmsAttributes(JmsMessageProperties, JmsHeaders, String) - Constructor for class org.mule.jms.commons.api.message.AbstractJmsAttributes
 
AbstractJmsAttributes.Builder - Class in org.mule.jms.commons.api.message
Builder implementation for creating a DefaultJmsAttributes instance
ack(String, AckCallback) - Method in class org.mule.jms.commons.internal.connection.session.JmsSessionManager
Executes the Message.acknowledge() on the latest Message associated to the Session identified by the ackId
ack(String, CompletionCallback<Void, Void>) - Method in class org.mule.jms.commons.internal.operation.JmsAcknowledge
Allows the user to perform an ACK when the AckMode.MANUAL mode is elected while consuming the Message.
AckCallback - Interface in org.mule.jms.commons.internal.connection.session
Callback for Acknowledge related tasks
AckMode - Enum in org.mule.jms.commons.api.config
Declares the kind of Acknowledgement mode supported.
add(String, Object) - Method in class org.mule.jms.commons.internal.message.JmsxPropertiesBuilder
 
addMapField(ObjectTypeBuilder, String) - Method in class org.mule.jms.commons.api.AttributesOutputResolver
 
afterEnds(Runnable) - Method in class org.mule.jms.commons.internal.connection.JmsXaContext
 
appliesTo(ConnectionFactory) - Method in interface org.mule.jms.commons.api.connection.caching.CachingStrategy
We only wrap connection factories that: - aren't instances of XAConnectionFactory - haven't already been wrapped - aren't already a caching factory
appliesTo(ConnectionFactory) - Method in class org.mule.jms.commons.api.connection.caching.DefaultCachingStrategy
We only wrap connection factories that: - aren't instances of XAConnectionFactory - haven't already been wrapped - aren't already a caching factory
appliesTo(ConnectionFactory) - Method in class org.mule.jms.commons.api.connection.caching.NoCachingConfiguration
We only wrap connection factories that: - aren't instances of XAConnectionFactory - haven't already been wrapped - aren't already a caching factory
asMap() - Method in class org.mule.jms.commons.api.message.JmsMessageProperties
 
asMap() - Method in class org.mule.jms.commons.api.message.JmsxProperties
 
attributesName() - Method in class org.mule.jms.commons.api.AttributesOutputResolver
 
AttributesOutputResolver - Class in org.mule.jms.commons.api
Is used to override the metadata generated by
AttributesOutputResolver() - Constructor for class org.mule.jms.commons.api.AttributesOutputResolver
 

B

begin() - Method in class org.mule.jms.commons.internal.connection.JmsTransactionalConnection
Begins a new Transaction for a JMS Session indicating in the JmsSessionManager that the current Thread is being part of a transaction.
bindToTransaction(JmsSession) - Method in class org.mule.jms.commons.internal.connection.session.JmsSessionManager
Binds the given JmsSession to the current Thread
bindToTransaction(XATransactionalConnection, JmsSession, JmsXaContext) - Method in class org.mule.jms.commons.internal.connection.session.JmsSessionManager
Binds the given JmsSession and the correspondent XAResource to the current Thread
BODY_CONTENT_TYPE_JMS_PROPERTY - Static variable in class org.mule.jms.commons.api.message.DefaultJmsMessageBuilder
 
BODY_CONTENT_TYPE_JMS_PROPERTY - Static variable in class org.mule.jms.commons.api.message.JmsMessageFactory
 
BODY_ENCODING_JMS_PROPERTY - Static variable in class org.mule.jms.commons.api.message.DefaultJmsMessageBuilder
 
BODY_ENCODING_JMS_PROPERTY - Static variable in class org.mule.jms.commons.api.message.JmsMessageFactory
 
build() - Method in class org.mule.jms.commons.api.message.AbstractJmsAttributes.Builder
 
build(JmsSupport, OutboundCorrelationStrategy, CorrelationInfo, Session, JmsConfig) - Method in class org.mule.jms.commons.api.message.DefaultJmsMessageBuilder
Creates a Message based on the provided configurations
build() - Method in class org.mule.jms.commons.api.message.JmsHeaders.Builder
 
build() - Method in interface org.mule.jms.commons.api.message.JmsHeadersBuilder
 
build(JmsSupport, OutboundCorrelationStrategy, CorrelationInfo, Session, JmsConfig) - Method in interface org.mule.jms.commons.api.message.JmsMessageBuilder
Creates a Message based on the provided configurations
build(JmsSupport, OutboundCorrelationStrategy, CorrelationInfo, Session, JmsConfig, JmsMessageBuilder) - Static method in class org.mule.jms.commons.api.message.JmsMessageFactory
Creates a Message based on the provided configurations
build() - Method in class org.mule.jms.commons.internal.message.DefaultJmsAttributesBuilder
 
build() - Method in interface org.mule.jms.commons.internal.message.JmsAttributesBuilder
 
build() - Method in class org.mule.jms.commons.internal.message.JmsxPropertiesBuilder
 
builder() - Method in interface org.mule.jms.commons.api.message.JmsAttributesBuilderFactory
 
Builder() - Constructor for class org.mule.jms.commons.api.message.JmsHeaders.Builder
 
builder() - Method in class org.mule.jms.commons.internal.message.DefaultJmsAttributesBuilderFactory
 

C

cache - Variable in class org.mule.jms.commons.api.connection.factory.jndi.CachedJndiNameResolver
 
CachedJndiNameResolver - Class in org.mule.jms.commons.api.connection.factory.jndi
Defines a JndiNameResolver that uses a cache in order to store the already resolved names.
CachedJndiNameResolver() - Constructor for class org.mule.jms.commons.api.connection.factory.jndi.CachedJndiNameResolver
 
CacheParameters - Class in org.mule.jms.commons.internal.connection.provider
Container group for connection factory cache parameters
CacheParameters() - Constructor for class org.mule.jms.commons.internal.connection.provider.CacheParameters
 
CachingConfiguration - Interface in org.mule.jms.commons.api.connection.caching
Provides the configuration elements required to configure a JmsCachingConnectionFactory
CachingStrategy - Interface in org.mule.jms.commons.api.connection.caching
Defines the strategy to be used for caching of Sessions and Connections
changeTransactionStatus(TransactionStatus) - Method in class org.mule.jms.commons.internal.connection.session.JmsSessionManager
 
close() - Method in class org.mule.jms.commons.internal.connection.session.DefaultJmsSession
 
close() - Method in class org.mule.jms.commons.internal.connection.XaJmsTransactionalConnection
Cleanups all the resources associated with the session.
close() - Method in class org.mule.jms.commons.internal.consume.JmsMessageConsumer
 
close() - Method in class org.mule.jms.commons.internal.publish.JmsMessageProducer
 
closeConsumerQuietly(MessageListenerContext) - Method in class org.mule.jms.commons.internal.source.push.JmsMessageListenerDelegate
 
closeQuietly(AutoCloseable) - Static method in class org.mule.jms.commons.internal.common.JmsCommons
Closes this Connection resource without throwing an exception (an error message is logged instead)
commit() - Method in class org.mule.jms.commons.internal.connection.JmsTransactionalConnection
Executes a commit action over the bound JmsSession to the current Thread
CompositeJmsExceptionListener - Class in org.mule.jms.commons.internal.connection.exception
Composite pattern implementation for ExceptionListener.
CompositeJmsExceptionListener() - Constructor for class org.mule.jms.commons.internal.connection.exception.CompositeJmsExceptionListener
 
connect() - Method in class org.mule.jms.commons.internal.connection.provider.JmsConnectionProvider
 
ConnectionFactoryDecorator - Interface in org.mule.jms.commons.internal.connection.provider
JMS ConnectionFactory contract
ConnectionFactoryDecoratorFactory - Class in org.mule.jms.commons.internal.connection.provider
Factory for a decorator of the ConnectionFactory.
ConnectionFactoryDecoratorFactory(MuleContext, Registry) - Constructor for class org.mule.jms.commons.internal.connection.provider.ConnectionFactoryDecoratorFactory
 
consume(Long) - Method in class org.mule.jms.commons.internal.consume.JmsMessageConsumer
 
consume(Long, Scheduler, CompletionListener, boolean) - Method in class org.mule.jms.commons.internal.consume.JmsMessageConsumer
Consumes a message in a async wait.
consume(JmsConfig, JmsTransactionalConnection, String, ConsumerType, JmsAckMode, String, String, String, Long, TimeUnit, OperationTransactionalAction, CompletionCallback<Object, JmsAttributes>) - Method in class org.mule.jms.commons.internal.operation.JmsConsume
 
ConsumerAckMode - Enum in org.mule.jms.commons.api.config
Declares the kind of Acknowledgement mode supported for consumer operations.
ConsumerType - Interface in org.mule.jms.commons.api.destination
Implementations of this interface provide a way to configure custom properties for a consumer based on the destination kind from which consumption will occurr
create() - Method in class org.mule.jms.commons.internal.connection.provider.ConnectionFactoryDecoratorFactory
 
create() - Static method in class org.mule.jms.commons.internal.message.JmsxPropertiesBuilder
 
create102bSupport() - Method in interface org.mule.jms.commons.internal.support.JmsSupportFactory
 
create11Support() - Method in interface org.mule.jms.commons.internal.support.JmsSupportFactory
 
create20Support() - Method in interface org.mule.jms.commons.internal.support.JmsSupportFactory
 
createConnection(String, String) - Method in class org.mule.jms.commons.internal.connection.IBMJmsCachingConnectionFactory
 
createConnection(String, String) - Method in class org.mule.jms.commons.internal.connection.JmsCachingConnectionFactory
 
createConnection(ConnectionFactory, String, String) - Method in class org.mule.jms.commons.internal.support.Jms102bSupport
Creates a new Connection with custom user/password authentication
createConnection(ConnectionFactory) - Method in class org.mule.jms.commons.internal.support.Jms102bSupport
Creates a new Connection
createConnection(ConnectionFactory, String, String) - Method in class org.mule.jms.commons.internal.support.Jms20Support
Creates a new Connection with custom user/password authentication
createConnection(ConnectionFactory) - Method in class org.mule.jms.commons.internal.support.Jms20Support
Creates a new Connection
createConnection(ConnectionFactory) - Method in interface org.mule.jms.commons.internal.support.JmsSupport
Creates a new Connection
createConnection(ConnectionFactory, String, String) - Method in interface org.mule.jms.commons.internal.support.JmsSupport
Creates a new Connection with custom user/password authentication
createConsumer(JmsSession, Destination, String, ConsumerType, boolean) - Method in class org.mule.jms.commons.internal.connection.JmsConnection
Creates a new JMS MessageConsumer using the given Session
createConsumer(JmsSession, Destination, String, ConsumerType) - Method in class org.mule.jms.commons.internal.connection.JmsConnection
Creates a new JMS MessageConsumer using the given Session
createConsumer(JmsSession) - Method in class org.mule.jms.commons.internal.source.polling.MessageConsumerFactory
 
createConsumer(Session, Destination, String, ConsumerType) - Method in class org.mule.jms.commons.internal.support.Jms102bSupport
Creates a new JMS MessageConsumer using the given Session
createConsumer(Session, Destination, String, ConsumerType) - Method in class org.mule.jms.commons.internal.support.Jms11Support
Creates a new JMS MessageConsumer using the given Session
createConsumer(Session, Destination, String, ConsumerType) - Method in class org.mule.jms.commons.internal.support.Jms20Support
Creates a new JMS MessageConsumer using the given Session
createConsumer(Session, Destination, String, ConsumerType) - Method in interface org.mule.jms.commons.internal.support.JmsSupport
Creates a new JMS MessageConsumer using the given Session
createConsumers(int) - Method in interface org.mule.jms.commons.internal.source.MessageConsumerDelegate
Creates and start N consumers, where N is defined by the param numberOfConsumers.
createConsumers(int) - Method in class org.mule.jms.commons.internal.source.polling.JmsXaPollingMessageConsumerDelegate
Creates and start N consumers, where N is defined by the param numberOfConsumers.
createConsumers(int) - Method in class org.mule.jms.commons.internal.source.push.JmsMessageListenerDelegate
Creates and start N consumers, where N is defined by the param numberOfConsumers.
createContext() - Method in class org.mule.jms.commons.api.connection.factory.jndi.JndiConnectionFactory
 
createContext(String, String) - Method in class org.mule.jms.commons.api.connection.factory.jndi.JndiConnectionFactory
 
createContext(String, String, int) - Method in class org.mule.jms.commons.api.connection.factory.jndi.JndiConnectionFactory
 
createContext(int) - Method in class org.mule.jms.commons.api.connection.factory.jndi.JndiConnectionFactory
 
createContext() - Method in class org.mule.jms.commons.internal.connection.IBMJmsCachingConnectionFactory
 
createContext(String, String) - Method in class org.mule.jms.commons.internal.connection.IBMJmsCachingConnectionFactory
 
createContext(String, String, int) - Method in class org.mule.jms.commons.internal.connection.IBMJmsCachingConnectionFactory
 
createContext(int) - Method in class org.mule.jms.commons.internal.connection.IBMJmsCachingConnectionFactory
 
createContext() - Method in class org.mule.jms.commons.internal.connection.JmsCachingConnectionFactory
 
createContext(String, String) - Method in class org.mule.jms.commons.internal.connection.JmsCachingConnectionFactory
 
createContext(String, String, int) - Method in class org.mule.jms.commons.internal.connection.JmsCachingConnectionFactory
 
createContext(int) - Method in class org.mule.jms.commons.internal.connection.JmsCachingConnectionFactory
 
createDestination(Session, String, boolean, JmsConfig) - Method in class org.mule.jms.commons.internal.support.Jms102bSupport
Creates a new JMS Destination with the given name.
createDestination(Session, String, boolean, JmsConfig) - Method in class org.mule.jms.commons.internal.support.Jms20Support
Creates a new JMS Destination with the given name.
createDestination(Session, String, boolean, JmsConfig) - Method in interface org.mule.jms.commons.internal.support.JmsSupport
Creates a new JMS Destination with the given name.
createDestinationFromJndi(String) - Method in class org.mule.jms.commons.internal.support.Jms20Support
 
createEmptyResult() - Method in class org.mule.jms.commons.internal.message.JmsResultFactory
Creates an empty Result
createJmsProperties(ObjectTypeBuilder) - Method in class org.mule.jms.commons.api.AttributesOutputResolver
 
createJmsSession(JmsConnection, InternalAckMode, boolean, JmsSessionManager, OperationTransactionalAction) - Static method in class org.mule.jms.commons.internal.common.JmsCommons
Utility method to create new JmsSession from a given JmsConnection
createJmsSupport() - Method in class org.mule.jms.commons.internal.connection.provider.JmsConnectionProvider
A jmsConnectionFactory method to create various JmsSupport class versions.
createLock(InternalAckMode) - Method in interface org.mule.jms.commons.api.lock.JmsListenerLockFactory
Creates a new instance for the given resolvedAckMode
createLock(InternalAckMode) - Method in class org.mule.jms.commons.internal.lock.DefaultJmsListenerLockFactory
 
createMessageListener(JmsSession, JmsListenerLock) - Method in class org.mule.jms.commons.internal.source.push.JmsMessageListenerFactory
Creates a new JmsMessageListener with a given JmsSession and JmsListenerLock to be able to synchronize the message dispatch.
createProducer(JmsSession, Destination, boolean) - Method in class org.mule.jms.commons.internal.connection.JmsConnection
Creates a new JMS MessageProducer using the given Session
createProducer(Session, Destination, boolean) - Method in class org.mule.jms.commons.internal.support.Jms102bSupport
Creates a new JMS MessageProducer using the given Session
createProducer(Session, Destination, boolean) - Method in class org.mule.jms.commons.internal.support.Jms20Support
Creates a new JMS MessageProducer using the given Session
createProducer(Session, Destination, boolean) - Method in interface org.mule.jms.commons.internal.support.JmsSupport
Creates a new JMS MessageProducer using the given Session
createQueueConnection(String, String) - Method in class org.mule.jms.commons.internal.connection.IBMJmsCachingConnectionFactory
 
createQueueConnection(String, String) - Method in class org.mule.jms.commons.internal.connection.JmsCachingConnectionFactory
 
createResult(Message, JmsSpecification, String, String, Optional<String>) - Method in class org.mule.jms.commons.internal.message.JmsResultFactory
Creates a Result from a JMS Message based on the current configurations
createSelector(Message) - Method in enum org.mule.jms.commons.api.RequestReplyPattern
 
createSession(InternalAckMode, boolean) - Method in class org.mule.jms.commons.internal.connection.JmsConnection
Creates a new JMS Session using the current Connection
createSession(Connection, boolean, boolean, int) - Method in class org.mule.jms.commons.internal.support.Jms102bSupport
Creates a new Session for the given Connection
createSession(Connection, boolean, boolean, int) - Method in class org.mule.jms.commons.internal.support.Jms20Support
Creates a new Session for the given Connection
createSession(Connection, boolean, boolean, int) - Method in interface org.mule.jms.commons.internal.support.JmsSupport
Creates a new Session for the given Connection
createTemporaryDestination(Session) - Method in class org.mule.jms.commons.internal.support.Jms102bSupport
Creates an anonymous temporary Queue Destination
createTemporaryDestination(Session) - Method in class org.mule.jms.commons.internal.support.Jms20Support
Creates an anonymous temporary Queue Destination
createTemporaryDestination(Session) - Method in interface org.mule.jms.commons.internal.support.JmsSupport
Creates an anonymous temporary Queue Destination
createTopicConnection(String, String) - Method in class org.mule.jms.commons.internal.connection.IBMJmsCachingConnectionFactory
 
createTopicConnection(String, String) - Method in class org.mule.jms.commons.internal.connection.JmsCachingConnectionFactory
 
createXaConnection(XAConnectionFactory) - Method in class org.mule.jms.commons.internal.support.Jms102bSupport
 
createXaConnection(XAConnectionFactory, String, String) - Method in class org.mule.jms.commons.internal.support.Jms102bSupport
 
createXaConnection(XAConnectionFactory) - Method in class org.mule.jms.commons.internal.support.Jms20Support
Creates a new XAConnection
createXaConnection(XAConnectionFactory, String, String) - Method in class org.mule.jms.commons.internal.support.Jms20Support
Creates a new XAConnection
createXaConnection(XAConnectionFactory) - Method in interface org.mule.jms.commons.internal.support.JmsSupport
Creates a new XAConnection
createXaConnection(XAConnectionFactory, String, String) - Method in interface org.mule.jms.commons.internal.support.JmsSupport
Creates a new XAConnection
createXaSession(XAConnection) - Method in class org.mule.jms.commons.internal.support.Jms102bSupport
 
createXaSession(XAConnection) - Method in class org.mule.jms.commons.internal.support.Jms20Support
 
createXaSession(XAConnection) - Method in interface org.mule.jms.commons.internal.support.JmsSupport
Creates a new Session for the given Connection

D

decorate(ConnectionFactory, String, boolean, GenericConnectionParameters, XaPoolParameters, ExceptionListener) - Method in interface org.mule.jms.commons.internal.connection.provider.ConnectionFactoryDecorator
Decorates a Connection Factory with the available Connection Factory Decorators on the Mule Runtime.
decorate(ConnectionFactory, String, boolean, GenericConnectionParameters, XaPoolParameters, ExceptionListener) - Method in class org.mule.jms.commons.internal.connection.provider.InternalConnectionFactoryDecorator
Decorates a Connection Factory with the available Connection Factory Decorators on the Mule Runtime.
DEFAULT - Static variable in interface org.mule.jms.commons.internal.support.JmsSupportFactory
 
DefaultCachingStrategy - Class in org.mule.jms.commons.api.connection.caching
Default implementation of CachingConfiguration that not only enables caching but also provides default values for all the configurable parameters
DefaultCachingStrategy() - Constructor for class org.mule.jms.commons.api.connection.caching.DefaultCachingStrategy
 
DefaultGenericConnectionParameters - Class in org.mule.jms.commons.internal.connection.param
Common connection parameters for the JmsConnectionProvider
DefaultGenericConnectionParameters() - Constructor for class org.mule.jms.commons.internal.connection.param.DefaultGenericConnectionParameters
 
DefaultJmsAttributes - Class in org.mule.jms.commons.api.message
Contains all the metadata of a JMS Message, it carries information such as the Headers, the Properties and the required ID for performing an ACK on the Message.
DefaultJmsAttributes(JmsMessageProperties, JmsHeaders, String) - Constructor for class org.mule.jms.commons.api.message.DefaultJmsAttributes
 
DefaultJmsAttributesBuilder - Class in org.mule.jms.commons.internal.message
Default JmsAttributesBuilder implementation
DefaultJmsAttributesBuilder() - Constructor for class org.mule.jms.commons.internal.message.DefaultJmsAttributesBuilder
 
DefaultJmsAttributesBuilderFactory - Class in org.mule.jms.commons.internal.message
JmsAttributesBuilderFactory default internal implementation.
DefaultJmsAttributesBuilderFactory() - Constructor for class org.mule.jms.commons.internal.message.DefaultJmsAttributesBuilderFactory
 
DefaultJmsConfig - Class in org.mule.jms.commons.internal.config
Base configuration for JmsConnector
DefaultJmsConfig() - Constructor for class org.mule.jms.commons.internal.config.DefaultJmsConfig
 
DefaultJmsConnectionExceptionResolver - Class in org.mule.jms.commons.internal.source
Delegates to the default implementation.
DefaultJmsConnectionExceptionResolver() - Constructor for class org.mule.jms.commons.internal.source.DefaultJmsConnectionExceptionResolver
 
DefaultJmsConsumeParameters - Class in org.mule.jms.commons.internal.consume
Contains the parameters that can override the default values for publishing a Message
DefaultJmsConsumeParameters() - Constructor for class org.mule.jms.commons.internal.consume.DefaultJmsConsumeParameters
 
DefaultJmsConsumerConfig - Class in org.mule.jms.commons.api.config
Configuration parameters for consuming messages from a JMS Queue or Topics
DefaultJmsConsumerConfig() - Constructor for class org.mule.jms.commons.api.config.DefaultJmsConsumerConfig
 
DefaultJmsDestination - Class in org.mule.jms.commons.api.destination
Representation of a Destination that contains it's identifier name and kind of Destination
DefaultJmsDestination() - Constructor for class org.mule.jms.commons.api.destination.DefaultJmsDestination
 
DefaultJmsDestination(String, DestinationType) - Constructor for class org.mule.jms.commons.api.destination.DefaultJmsDestination
 
DefaultJmsListenerLock - Class in org.mule.jms.commons.internal.source
Default implementation of JmsListenerLock based in the usage of Semaphore to support the capability of locking and unlocking the listener from different threads
DefaultJmsListenerLock() - Constructor for class org.mule.jms.commons.internal.source.DefaultJmsListenerLock
 
DefaultJmsListenerLockFactory - Class in org.mule.jms.commons.internal.lock
Default implementation of JmsListenerLockFactory
DefaultJmsListenerLockFactory() - Constructor for class org.mule.jms.commons.internal.lock.DefaultJmsListenerLockFactory
 
DefaultJmsMessageBuilder<D extends DefaultJmsDestination> - Class in org.mule.jms.commons.api.message
Enables the creation of an outgoing Message.
DefaultJmsMessageBuilder() - Constructor for class org.mule.jms.commons.api.message.DefaultJmsMessageBuilder
 
DefaultJmsProducerConfig - Class in org.mule.jms.commons.api.config
Configuration parameters for sending messages to a JMS Queue or Topic
DefaultJmsProducerConfig() - Constructor for class org.mule.jms.commons.api.config.DefaultJmsProducerConfig
 
DefaultJmsResourceReleaser - Class in org.mule.jms.commons.internal.source
A default JmsResourceReleaser implementation in which the cleanup is performed in a silent way.
DefaultJmsResourceReleaser() - Constructor for class org.mule.jms.commons.internal.source.DefaultJmsResourceReleaser
 
DefaultJmsResponseMessageBuilder - Class in org.mule.jms.commons.internal.source
Enables the creation of an outgoing Message along with the response configuration.
DefaultJmsResponseMessageBuilder() - Constructor for class org.mule.jms.commons.internal.source.DefaultJmsResponseMessageBuilder
 
DefaultJmsSession - Class in org.mule.jms.commons.internal.connection.session
Wrapper element for a JMS Session that relates the session with its AckID
DefaultJmsSession(Session) - Constructor for class org.mule.jms.commons.internal.connection.session.DefaultJmsSession
 
DefaultJmsSession(Session, String) - Constructor for class org.mule.jms.commons.internal.connection.session.DefaultJmsSession
 
DestinationNotFoundException - Exception in org.mule.jms.commons.api.exception
Custom Exception thrown when the extension was not able to create a given Destination
DestinationNotFoundException(String) - Constructor for exception org.mule.jms.commons.api.exception.DestinationNotFoundException
 
DestinationType - Enum in org.mule.jms.commons.api.destination
Type identifier for a Destination.
DestinationTypeDescriptor - Interface in org.mule.jms.commons.api.destination
 
disableConsumerListener(MessageListenerContext) - Method in class org.mule.jms.commons.internal.source.push.JmsMessageListenerDelegate
 
disableConsumers() - Method in class org.mule.jms.commons.internal.source.JmsListener
 
disableConsumers() - Method in interface org.mule.jms.commons.internal.source.MessageConsumerDelegate
 
disableConsumers() - Method in class org.mule.jms.commons.internal.source.polling.JmsXaPollingMessageConsumerDelegate
 
disableConsumers() - Method in class org.mule.jms.commons.internal.source.push.JmsMessageListenerDelegate
 
disconnect(JmsTransactionalConnection) - Method in class org.mule.jms.commons.internal.connection.provider.JmsConnectionProvider
 
dispatchMessage(Message, SourceCallbackContext) - Method in class org.mule.jms.commons.internal.source.JmsMessageDispatcher
Dispatches the given message to the current source callback.
dispose() - Method in class org.mule.jms.commons.api.connection.factory.jndi.JndiConnectionFactory
 
dispose() - Method in class org.mule.jms.commons.api.connection.factory.jndi.SimpleJndiNameResolver
 
dispose() - Method in class org.mule.jms.commons.internal.connection.IBMJmsCachingConnectionFactory
 
dispose() - Method in class org.mule.jms.commons.internal.connection.JmsCachingConnectionFactory
 
dispose() - Method in class org.mule.jms.commons.internal.connection.JmsConnection
 
dispose() - Method in class org.mule.jms.commons.internal.connection.provider.JmsConnectionProvider
 
dispose() - Method in class org.mule.jms.commons.internal.operation.JmsConsume
 
dispose() - Method in class org.mule.jms.commons.internal.operation.JmsPublish
 
dispose() - Method in class org.mule.jms.commons.internal.operation.JmsPublishConsume
 
doCleanConnection(Connection) - Method in class org.mule.jms.commons.internal.source.DefaultJmsResourceReleaser
 
doClose(JmsConnection) - Method in class org.mule.jms.commons.internal.connection.provider.JmsConnectionProvider
 
doCreateConnection() - Method in class org.mule.jms.commons.internal.connection.IBMJmsCachingConnectionFactory
 
doCreateConnection() - Method in class org.mule.jms.commons.internal.connection.JmsCachingConnectionFactory
 
doOnMessage(Message) - Method in class org.mule.jms.commons.internal.source.push.JmsMessageListener
 
doStop(JmsConnection) - Method in class org.mule.jms.commons.internal.connection.provider.JmsConnectionProvider
 

E

encodeKey(String) - Static method in class org.mule.jms.commons.internal.message.JmsMessageUtils
Encode a String so that is is a valid JMS header name
end() - Method in class org.mule.jms.commons.internal.connection.JmsXaContext
 
enrichException(Exception) - Method in class org.mule.jms.commons.api.exception.JmsExceptionHandler
 
equals(Object) - Method in class org.mule.jms.commons.api.message.JmsMessageProperties
 
evaluateMessageAck(InternalAckMode, JmsSession, Message, JmsSessionManager, JmsListenerLock) - Static method in class org.mule.jms.commons.internal.common.JmsCommons
 
EXAMPLE_CONTENT_TYPE - Static variable in class org.mule.jms.commons.internal.common.JmsCommons
 
EXAMPLE_ENCODING - Static variable in class org.mule.jms.commons.internal.common.JmsCommons
 
executeOnListenerThread(Runnable) - Method in class org.mule.jms.commons.internal.source.DefaultJmsListenerLock
Executes a runnable on the blocked Listener thread.
executeOnListenerThread(Runnable) - Method in interface org.mule.jms.commons.internal.source.JmsListenerLock
Executes a runnable on the blocked Listener thread.
executeOnListenerThread(Runnable) - Method in class org.mule.jms.commons.internal.source.NullJmsListenerLock
 

G

GenericConnectionParameters - Interface in org.mule.jms.commons.internal.connection.param
 
get() - Method in class org.mule.jms.commons.internal.connection.JmsConnection
 
get() - Method in class org.mule.jms.commons.internal.connection.session.DefaultJmsSession
 
get() - Method in interface org.mule.jms.commons.internal.connection.session.JmsSession
 
get() - Method in class org.mule.jms.commons.internal.consume.JmsMessageConsumer
 
getAckId() - Method in class org.mule.jms.commons.api.message.AbstractJmsAttributes
getAckId() - Method in class org.mule.jms.commons.api.message.DefaultJmsAttributes
getAckId() - Method in interface org.mule.jms.commons.api.message.JmsAttributes
getAckId() - Method in class org.mule.jms.commons.internal.connection.session.DefaultJmsSession
 
getAckId() - Method in interface org.mule.jms.commons.internal.connection.session.JmsSession
 
getAckMode() - Method in class org.mule.jms.commons.api.config.DefaultJmsConsumerConfig
 
getAckMode() - Method in interface org.mule.jms.commons.api.config.JmsConsumerConfig
 
getAckMode() - Method in class org.mule.jms.commons.internal.consume.DefaultJmsConsumeParameters
 
getAckMode() - Method in interface org.mule.jms.commons.internal.consume.JmsConsumeParameters
 
getAckModeValue() - Method in enum org.mule.jms.commons.internal.config.InternalAckMode
 
getBody() - Method in class org.mule.jms.commons.api.message.DefaultJmsMessageBuilder
 
getBody() - Method in interface org.mule.jms.commons.api.message.JmsMessageBuilder
 
getCachingStrategy() - Method in class org.mule.jms.commons.internal.connection.provider.CacheParameters
 
getCategoryName() - Method in class org.mule.jms.commons.internal.metadata.JmsOutputResolver
 
getClientId() - Method in class org.mule.jms.commons.internal.connection.param.DefaultGenericConnectionParameters
 
getClientId() - Method in interface org.mule.jms.commons.internal.connection.param.GenericConnectionParameters
 
getConfigName() - Method in class org.mule.jms.commons.internal.source.SourceConfiguration
 
getConnectionFactory() - Method in class org.mule.jms.commons.internal.connection.provider.JmsConnectionProvider
Template method for obtaining the ConnectionFactory to be used for creating the JmsConnections
getConnectionFactoryJndiName() - Method in class org.mule.jms.commons.api.connection.factory.jndi.JndiConnectionFactory
 
getConnectionParameters() - Method in class org.mule.jms.commons.internal.connection.provider.JmsConnectionProvider
 
getConsumer() - Method in class org.mule.jms.commons.internal.source.push.MessageListenerContext
 
getConsumerConfig() - Method in class org.mule.jms.commons.internal.config.DefaultJmsConfig
 
getConsumerConfig() - Method in interface org.mule.jms.commons.internal.config.JmsConfig
 
getConsumerType() - Method in class org.mule.jms.commons.api.config.DefaultJmsConsumerConfig
 
getConsumerType() - Method in interface org.mule.jms.commons.api.config.JmsConsumerConfig
 
getContentType() - Method in class org.mule.jms.commons.internal.config.DefaultJmsConfig
 
getContentType() - Method in interface org.mule.jms.commons.internal.config.JmsConfig
 
getCorrelationId() - Method in class org.mule.jms.commons.api.message.DefaultJmsMessageBuilder
 
getCorrelationId() - Method in interface org.mule.jms.commons.api.message.JmsMessageBuilder
 
getCustomJndiNameResolver() - Method in class org.mule.jms.commons.api.connection.factory.jndi.JndiNameResolverProvider
 
getDeliveryDelay() - Method in class org.mule.jms.commons.api.config.DefaultJmsProducerConfig
 
getDeliveryDelay() - Method in interface org.mule.jms.commons.api.config.JmsProducerConfig
 
getDeliveryDelay() - Method in class org.mule.jms.commons.internal.publish.JmsPublishParameters
 
getDeliveryDelay() - Method in interface org.mule.jms.commons.internal.publish.PublisherParameters
 
getDeliveryDelay() - Method in class org.mule.jms.commons.internal.source.DefaultJmsResponseMessageBuilder
 
getDeliveryDelay() - Method in interface org.mule.jms.commons.internal.source.JmsResponseMessageBuilder
Only used by JMS 2.0.
getDeliveryDelayUnit() - Method in class org.mule.jms.commons.api.config.DefaultJmsProducerConfig
 
getDeliveryDelayUnit() - Method in interface org.mule.jms.commons.api.config.JmsProducerConfig
 
getDeliveryDelayUnit() - Method in class org.mule.jms.commons.internal.publish.JmsPublishParameters
 
getDeliveryDelayUnit() - Method in interface org.mule.jms.commons.internal.publish.PublisherParameters
 
getDeliveryDelayUnit() - Method in class org.mule.jms.commons.internal.source.DefaultJmsResponseMessageBuilder
 
getDeliveryDelayUnit() - Method in interface org.mule.jms.commons.internal.source.JmsResponseMessageBuilder
Time unit to be used in the deliveryDelay configurations
getDestination() - Method in class org.mule.jms.commons.api.destination.DefaultJmsDestination
 
getDestination() - Method in interface org.mule.jms.commons.api.destination.JmsDestination
 
getDestinationType() - Method in class org.mule.jms.commons.api.destination.DefaultJmsDestination
 
getDestinationType() - Method in interface org.mule.jms.commons.api.destination.JmsDestination
 
getDestinationType(ConsumerType) - Static method in class org.mule.jms.commons.internal.common.JmsCommons
 
getDestinationType(DestinationTypeDescriptor) - Static method in class org.mule.jms.commons.internal.common.JmsCommons
 
getDestinationType(Destination) - Static method in class org.mule.jms.commons.internal.common.JmsCommons
 
getEncoding() - Method in class org.mule.jms.commons.internal.config.DefaultJmsConfig
 
getEncoding() - Method in interface org.mule.jms.commons.internal.config.JmsConfig
 
getErrorTypes() - Method in class org.mule.jms.commons.api.exception.JmsAckErrorTypeProvider
 
getErrorTypes() - Method in class org.mule.jms.commons.api.exception.JmsConsumeErrorTypeProvider
 
getErrorTypes() - Method in class org.mule.jms.commons.api.exception.JmsPublishConsumeErrorTypeProvider
 
getErrorTypes() - Method in class org.mule.jms.commons.api.exception.JmsPublisherErrorTypeProvider
 
getErrorTypes() - Method in class org.mule.jms.commons.api.exception.JmsSessionRecoverErrorTypeProvider
 
getFlowName() - Method in class org.mule.jms.commons.internal.source.SourceConfiguration
 
getHeaders() - Method in class org.mule.jms.commons.api.message.AbstractJmsAttributes
getHeaders() - Method in class org.mule.jms.commons.api.message.DefaultJmsAttributes
getHeaders() - Method in interface org.mule.jms.commons.api.message.JmsAttributes
getInboundContentType() - Method in class org.mule.jms.commons.internal.consume.DefaultJmsConsumeParameters
 
getInboundContentType() - Method in interface org.mule.jms.commons.internal.consume.JmsConsumeParameters
 
getInboundEncoding() - Method in class org.mule.jms.commons.internal.consume.DefaultJmsConsumeParameters
 
getInboundEncoding() - Method in interface org.mule.jms.commons.internal.consume.JmsConsumeParameters
 
getInstance() - Static method in class org.mule.jms.commons.internal.message.JmsResultFactory
 
getInternalAckMode() - Method in enum org.mule.jms.commons.api.config.AckMode
 
getInternalAckMode() - Method in enum org.mule.jms.commons.api.config.ConsumerAckMode
 
getInternalAckMode() - Method in interface org.mule.jms.commons.internal.config.JmsAckMode
 
getJMSCorrelationID() - Method in class org.mule.jms.commons.api.message.JmsHeaders
 
getJMSDeliveryMode() - Method in class org.mule.jms.commons.api.message.JmsHeaders
 
getJMSDeliveryTime() - Method in class org.mule.jms.commons.api.message.JmsHeaders
 
getJMSDestination() - Method in class org.mule.jms.commons.api.message.JmsHeaders
 
getJMSExpiration() - Method in class org.mule.jms.commons.api.message.JmsHeaders
 
getJMSMessageID() - Method in class org.mule.jms.commons.api.message.JmsHeaders
 
getJMSPriority() - Method in class org.mule.jms.commons.api.message.JmsHeaders
 
getJmsProperties() - Method in class org.mule.jms.commons.api.message.JmsMessageProperties
 
getJMSRedelivered() - Method in class org.mule.jms.commons.api.message.JmsHeaders
 
getJMSReplyTo() - Method in class org.mule.jms.commons.api.message.JmsHeaders
 
getJmsSessionManager() - Method in class org.mule.jms.commons.internal.connection.JmsConnection
 
getJmsSupport() - Method in class org.mule.jms.commons.internal.connection.JmsConnection
 
getJmsSupport() - Method in class org.mule.jms.commons.internal.connection.provider.JmsConnectionProvider
 
getJMSTimestamp() - Method in class org.mule.jms.commons.api.message.JmsHeaders
 
getJmsType() - Method in class org.mule.jms.commons.api.config.DefaultJmsProducerConfig
 
getJmsType() - Method in interface org.mule.jms.commons.api.config.JmsProducerConfig
 
getJmsType() - Method in class org.mule.jms.commons.api.message.DefaultJmsMessageBuilder
 
getJMSType() - Method in class org.mule.jms.commons.api.message.JmsHeaders
 
getJmsType() - Method in interface org.mule.jms.commons.api.message.JmsMessageBuilder
 
getJmsXaContext(JmsTransactionalConnection) - Method in class org.mule.jms.commons.internal.connection.session.JmsSessionManager
 
getJmsxAppID() - Method in class org.mule.jms.commons.api.message.JmsxProperties
 
getJmsxConsumerTXID() - Method in class org.mule.jms.commons.api.message.JmsxProperties
 
getJmsxDeliveryCount() - Method in class org.mule.jms.commons.api.message.JmsxProperties
 
getJmsxGroupID() - Method in class org.mule.jms.commons.api.message.JmsxProperties
 
getJmsxGroupSeq() - Method in class org.mule.jms.commons.api.message.JmsxProperties
 
getJmsxProducerTXID() - Method in class org.mule.jms.commons.api.message.JmsxProperties
 
getJmsxProperties() - Method in class org.mule.jms.commons.api.message.DefaultJmsMessageBuilder
 
getJmsxProperties() - Method in interface org.mule.jms.commons.api.message.JmsMessageBuilder
 
getJmsxProperties() - Method in class org.mule.jms.commons.api.message.JmsMessageProperties
 
getJmsxRcvTimestamp() - Method in class org.mule.jms.commons.api.message.JmsxProperties
 
getJmsxUserID() - Method in class org.mule.jms.commons.api.message.JmsxProperties
 
getJndiDestination(String) - Method in class org.mule.jms.commons.api.connection.factory.jndi.JndiConnectionFactory
 
getJndiDestination(String) - Method in class org.mule.jms.commons.internal.support.Jms20Support
 
getJndiInitialContextFactory() - Method in class org.mule.jms.commons.api.connection.factory.jndi.JndiNameResolverProperties
 
getJndiProviderUrl() - Method in class org.mule.jms.commons.api.connection.factory.jndi.JndiNameResolverProperties
 
getListener() - Method in class org.mule.jms.commons.internal.source.push.MessageListenerContext
 
getLock() - Method in class org.mule.jms.commons.internal.source.push.MessageListenerContext
 
getLookupDestination() - Method in class org.mule.jms.commons.api.connection.factory.jndi.JndiConnectionFactory
 
getLookupJndiDestination() - Method in class org.mule.jms.commons.internal.support.Jms20Support
 
getMaxIdleTime() - Method in interface org.mule.jms.commons.internal.connection.param.XaPoolParameters
 
getMaximumWait() - Method in class org.mule.jms.commons.internal.consume.DefaultJmsConsumeParameters
 
getMaximumWait() - Method in interface org.mule.jms.commons.internal.consume.JmsConsumeParameters
 
getMaximumWaitUnit() - Method in class org.mule.jms.commons.internal.consume.DefaultJmsConsumeParameters
 
getMaximumWaitUnit() - Method in interface org.mule.jms.commons.internal.consume.JmsConsumeParameters
 
getMaxPoolSize() - Method in interface org.mule.jms.commons.internal.connection.param.XaPoolParameters
 
getMaxRedelivery() - Method in class org.mule.jms.commons.api.config.DefaultJmsConsumerConfig
 
getMaxRedelivery() - Method in interface org.mule.jms.commons.api.config.JmsConsumerConfig
 
getMinPoolSize() - Method in interface org.mule.jms.commons.internal.connection.param.XaPoolParameters
 
getName() - Method in enum org.mule.jms.commons.api.connection.JmsSpecification
 
getNameResolverBuilder() - Method in class org.mule.jms.commons.api.connection.factory.jndi.JndiNameResolverProvider
 
getNameResolverProvider() - Method in class org.mule.jms.commons.api.connection.factory.jndi.JndiConnectionFactory
 
getOutboundContentType() - Method in class org.mule.jms.commons.api.message.DefaultJmsMessageBuilder
 
getOutboundContentType() - Method in interface org.mule.jms.commons.api.message.JmsMessageBuilder
 
getOutboundEncoding() - Method in class org.mule.jms.commons.api.message.DefaultJmsMessageBuilder
 
getOutboundEncoding() - Method in interface org.mule.jms.commons.api.message.JmsMessageBuilder
 
getParent() - Method in enum org.mule.jms.commons.api.exception.JmsError
 
getPassword() - Method in class org.mule.jms.commons.internal.connection.param.DefaultGenericConnectionParameters
 
getPassword() - Method in interface org.mule.jms.commons.internal.connection.param.GenericConnectionParameters
 
getPriority() - Method in class org.mule.jms.commons.api.config.DefaultJmsProducerConfig
 
getPriority() - Method in interface org.mule.jms.commons.api.config.JmsProducerConfig
Defines the default Message.getJMSPriority() to use when sending messages
getPriority() - Method in class org.mule.jms.commons.internal.publish.JmsPublishParameters
 
getPriority() - Method in interface org.mule.jms.commons.internal.publish.PublisherParameters
 
getPriority() - Method in class org.mule.jms.commons.internal.source.DefaultJmsResponseMessageBuilder
 
getPriority() - Method in interface org.mule.jms.commons.internal.source.JmsResponseMessageBuilder
The default JMSPriority value to be used when sending the message
getProducerConfig() - Method in class org.mule.jms.commons.internal.config.DefaultJmsConfig
 
getProducerConfig() - Method in interface org.mule.jms.commons.internal.config.JmsConfig
 
getProperties() - Method in class org.mule.jms.commons.api.message.AbstractJmsAttributes
getProperties() - Method in class org.mule.jms.commons.api.message.DefaultJmsAttributes
getProperties() - Method in class org.mule.jms.commons.api.message.DefaultJmsMessageBuilder
 
getProperties() - Method in interface org.mule.jms.commons.api.message.JmsAttributes
getProperties() - Method in interface org.mule.jms.commons.api.message.JmsMessageBuilder
 
getProviderProperties() - Method in class org.mule.jms.commons.api.connection.factory.jndi.JndiNameResolverProperties
 
getReplyTo() - Method in class org.mule.jms.commons.api.message.DefaultJmsMessageBuilder
 
getReplyTo() - Method in interface org.mule.jms.commons.api.message.JmsMessageBuilder
 
getRequestReplyPattern() - Method in class org.mule.jms.commons.internal.source.DefaultJmsResponseMessageBuilder
 
getRequestReplyPattern() - Method in interface org.mule.jms.commons.internal.source.JmsResponseMessageBuilder
Returns the Request Reply Pattern to use
getResourceReleaserScheduler() - Method in interface org.mule.jms.commons.internal.config.JmsConfig
 
getSelector() - Method in class org.mule.jms.commons.api.config.DefaultJmsConsumerConfig
 
getSelector() - Method in interface org.mule.jms.commons.api.config.JmsConsumerConfig
 
getSendCorrelationId() - Method in class org.mule.jms.commons.internal.source.DefaultJmsResponseMessageBuilder
 
getSendCorrelationId() - Method in interface org.mule.jms.commons.internal.source.JmsResponseMessageBuilder
Options on whether to include an outbound correlation id or not
getSession(InternalAckMode, boolean) - Method in class org.mule.jms.commons.internal.connection.XaJmsTransactionalConnection
Provides access to the JmsSession to be used.
getSession() - Method in class org.mule.jms.commons.internal.source.push.MessageListenerContext
 
getSessionCacheSize() - Method in interface org.mule.jms.commons.api.connection.caching.CachingConfiguration
 
getSessionCacheSize() - Method in class org.mule.jms.commons.api.connection.caching.DefaultCachingStrategy
 
getSpecification() - Method in class org.mule.jms.commons.internal.connection.provider.JmsConnectionProvider
 
getSpecification() - Method in class org.mule.jms.commons.internal.support.Jms102bSupport
getSpecification() - Method in class org.mule.jms.commons.internal.support.Jms11Support
getSpecification() - Method in class org.mule.jms.commons.internal.support.Jms20Support
getSpecification() - Method in interface org.mule.jms.commons.internal.support.JmsSupport
 
getStaticMetadata() - Method in class org.mule.jms.commons.api.AttributesOutputResolver
 
getStaticMetadata() - Method in class org.mule.jms.commons.internal.metadata.JmsOutputResolver
 
getSubscriptionName() - Method in class org.mule.jms.commons.api.destination.TopicConsumer
 
getTimeToLive() - Method in class org.mule.jms.commons.api.config.DefaultJmsProducerConfig
 
getTimeToLive() - Method in interface org.mule.jms.commons.api.config.JmsProducerConfig
 
getTimeToLive() - Method in class org.mule.jms.commons.internal.publish.JmsPublishParameters
 
getTimeToLive() - Method in interface org.mule.jms.commons.internal.publish.PublisherParameters
 
getTimeToLive() - Method in class org.mule.jms.commons.internal.source.DefaultJmsResponseMessageBuilder
 
getTimeToLive() - Method in interface org.mule.jms.commons.internal.source.JmsResponseMessageBuilder
Defines the default time the message will be in the broker before it expires and is discarded
getTimeToLiveUnit() - Method in class org.mule.jms.commons.api.config.DefaultJmsProducerConfig
 
getTimeToLiveUnit() - Method in interface org.mule.jms.commons.api.config.JmsProducerConfig
 
getTimeToLiveUnit() - Method in class org.mule.jms.commons.internal.publish.JmsPublishParameters
 
getTimeToLiveUnit() - Method in interface org.mule.jms.commons.internal.publish.PublisherParameters
 
getTimeToLiveUnit() - Method in class org.mule.jms.commons.internal.source.DefaultJmsResponseMessageBuilder
 
getTimeToLiveUnit() - Method in interface org.mule.jms.commons.internal.source.JmsResponseMessageBuilder
Time unit to be used in the timeToLive configurations
getTransactedSession(JmsConnection) - Method in class org.mule.jms.commons.internal.connection.session.JmsSessionManager
 
getTransactionalAction() - Method in class org.mule.jms.commons.internal.source.SourceConfiguration
 
getTransactionStatus() - Method in class org.mule.jms.commons.internal.connection.session.JmsSessionManager
 
getTransactionType() - Method in class org.mule.jms.commons.internal.source.SourceConfiguration
 
getUsername() - Method in class org.mule.jms.commons.internal.connection.param.DefaultGenericConnectionParameters
 
getUsername() - Method in interface org.mule.jms.commons.internal.connection.param.GenericConnectionParameters
 
getUserProperties() - Method in class org.mule.jms.commons.api.message.JmsMessageProperties
 
getXaResource() - Method in class org.mule.jms.commons.internal.connection.JmsXaContext
 
getXAResource() - Method in class org.mule.jms.commons.internal.connection.XaJmsTransactionalConnection
This method gets called when there's an XA transaction in context.
getXaTransactedSession(XATransactionalConnection) - Method in class org.mule.jms.commons.internal.connection.session.JmsSessionManager
 

H

hashCode() - Method in class org.mule.jms.commons.api.message.JmsMessageProperties
 
headersBuilder() - Method in interface org.mule.jms.commons.api.message.JmsAttributesBuilderFactory
 
headersBuilder() - Method in class org.mule.jms.commons.internal.message.DefaultJmsAttributesBuilderFactory
 

I

IBMJmsCachingConnectionFactory - Class in org.mule.jms.commons.internal.connection
Decorates the JMS ConnectionFactory in order to ensure JMS session instances are reused.
IBMJmsCachingConnectionFactory(ConnectionFactory, String, String, String, CachingConfiguration, JmsSupport, ExceptionListener) - Constructor for class org.mule.jms.commons.internal.connection.IBMJmsCachingConnectionFactory
 
init() - Method in class org.mule.jms.commons.internal.source.DefaultJmsListenerLock
Configures the Lock to their initial state.
init() - Method in interface org.mule.jms.commons.internal.source.JmsListenerLock
Configures the Lock to their initial state.
init() - Method in class org.mule.jms.commons.internal.source.NullJmsListenerLock
 
initialise() - Method in class org.mule.jms.commons.api.connection.factory.jndi.CachedJndiNameResolver
 
initialise() - Method in class org.mule.jms.commons.api.connection.factory.jndi.JndiConnectionFactory
 
initialise() - Method in class org.mule.jms.commons.api.connection.factory.jndi.SimpleJndiNameResolver
 
initialise() - Method in class org.mule.jms.commons.api.destination.TopicConsumer
 
initialise() - Method in class org.mule.jms.commons.internal.connection.provider.JmsConnectionProvider
 
integerField(ObjectTypeBuilder, String, boolean) - Method in class org.mule.jms.commons.api.AttributesOutputResolver
 
InternalAckMode - Enum in org.mule.jms.commons.internal.config
Declares the kind of Acknowledgement mode supported.
InternalConnectionFactoryDecorator - Class in org.mule.jms.commons.internal.connection.provider
Decorator for ConnectionFactory to intercept method calls and apply logic based on the ConnectionFactory type and the transactional context in which is being used.
isConsumersCache() - Method in interface org.mule.jms.commons.api.connection.caching.CachingConfiguration
 
isConsumersCache() - Method in class org.mule.jms.commons.api.connection.caching.DefaultCachingStrategy
 
isDisableMessageId() - Method in class org.mule.jms.commons.api.config.DefaultJmsProducerConfig
 
isDisableMessageId() - Method in interface org.mule.jms.commons.api.config.JmsProducerConfig
 
isDisableMessageId() - Method in class org.mule.jms.commons.internal.publish.JmsPublishParameters
 
isDisableMessageId() - Method in interface org.mule.jms.commons.internal.publish.PublisherParameters
 
isDisableMessageId() - Method in class org.mule.jms.commons.internal.source.DefaultJmsResponseMessageBuilder
 
isDisableMessageId() - Method in interface org.mule.jms.commons.internal.source.JmsResponseMessageBuilder
If true; the Message will be flagged to avoid generating its MessageID
isDisableMessageTimestamp() - Method in class org.mule.jms.commons.api.config.DefaultJmsProducerConfig
 
isDisableMessageTimestamp() - Method in interface org.mule.jms.commons.api.config.JmsProducerConfig
 
isDisableMessageTimestamp() - Method in class org.mule.jms.commons.internal.publish.JmsPublishParameters
 
isDisableMessageTimestamp() - Method in interface org.mule.jms.commons.internal.publish.PublisherParameters
 
isDisableMessageTimestamp() - Method in class org.mule.jms.commons.internal.source.DefaultJmsResponseMessageBuilder
 
isDisableMessageTimestamp() - Method in interface org.mule.jms.commons.internal.source.JmsResponseMessageBuilder
If true; the Message will be flagged to avoid generating its sent Timestamp
isDurable() - Method in class org.mule.jms.commons.api.destination.TopicConsumer
 
isNoLocal() - Method in class org.mule.jms.commons.api.destination.TopicConsumer
 
isPartOfCurrentTx(JmsSession, JmsConnection, JmsSessionManager) - Static method in class org.mule.jms.commons.internal.common.JmsCommons
Verifies if the given session is part of the current TX.
isPersistentDelivery() - Method in class org.mule.jms.commons.api.config.DefaultJmsProducerConfig
 
isPersistentDelivery() - Method in interface org.mule.jms.commons.api.config.JmsProducerConfig
Sets the default value for the Message.getJMSDeliveryMode().
isPersistentDelivery() - Method in class org.mule.jms.commons.internal.publish.JmsPublishParameters
 
isPersistentDelivery() - Method in interface org.mule.jms.commons.internal.publish.PublisherParameters
 
isPersistentDelivery() - Method in class org.mule.jms.commons.internal.source.DefaultJmsResponseMessageBuilder
 
isPersistentDelivery() - Method in interface org.mule.jms.commons.internal.source.JmsResponseMessageBuilder
Whether or not the delivery should be done with a persistent configuration
isProducersCache() - Method in interface org.mule.jms.commons.api.connection.caching.CachingConfiguration
 
isProducersCache() - Method in class org.mule.jms.commons.api.connection.caching.DefaultCachingStrategy
 
isSendContentType() - Method in class org.mule.jms.commons.api.message.DefaultJmsMessageBuilder
 
isSendContentType() - Method in interface org.mule.jms.commons.api.message.JmsMessageBuilder
 
isSendEncoding() - Method in class org.mule.jms.commons.api.message.DefaultJmsMessageBuilder
 
isSendEncoding() - Method in interface org.mule.jms.commons.api.message.JmsMessageBuilder
 
isShared() - Method in class org.mule.jms.commons.api.destination.TopicConsumer
 
isTopic() - Method in enum org.mule.jms.commons.api.destination.DestinationType
 
isTopic() - Method in interface org.mule.jms.commons.api.destination.DestinationTypeDescriptor
 

J

Jms102bSupport - Class in org.mule.jms.commons.internal.support
Jms102bSupport is a template class to provide an abstraction to to the Jms 1.0.2b api specification.
Jms102bSupport() - Constructor for class org.mule.jms.commons.internal.support.Jms102bSupport
 
Jms102bSupport(LookupJndiDestination, Function<String, Optional<Destination>>) - Constructor for class org.mule.jms.commons.internal.support.Jms102bSupport
 
Jms11Support - Class in org.mule.jms.commons.internal.support
Jms11Support is a template class to provide an abstraction to to the JMS 1.1 API specification.
Jms11Support() - Constructor for class org.mule.jms.commons.internal.support.Jms11Support
 
Jms11Support(LookupJndiDestination, Function<String, Optional<Destination>>) - Constructor for class org.mule.jms.commons.internal.support.Jms11Support
 
Jms20Support - Class in org.mule.jms.commons.internal.support
Jms20Support is a template class to provide an abstraction to to the JMS 2.0 API specification.
Jms20Support() - Constructor for class org.mule.jms.commons.internal.support.Jms20Support
 
Jms20Support(LookupJndiDestination, Function<String, Optional<Destination>>) - Constructor for class org.mule.jms.commons.internal.support.Jms20Support
 
JmsAckErrorTypeProvider - Class in org.mule.jms.commons.api.exception
Errors that can be thrown in the JmsAcknowledge#ack(String) operation.
JmsAckErrorTypeProvider() - Constructor for class org.mule.jms.commons.api.exception.JmsAckErrorTypeProvider
 
JmsAckException - Exception in org.mule.jms.commons.api.exception
ModuleException to be thrown in the cases in which acking a message fails
JmsAckException(String) - Constructor for exception org.mule.jms.commons.api.exception.JmsAckException
Creates a new instance with the specified detail message
JmsAckException(String, Exception) - Constructor for exception org.mule.jms.commons.api.exception.JmsAckException
Creates a new instance with the specified detail message
JmsAckMode - Interface in org.mule.jms.commons.internal.config
Interface to be implemented in enums representing Acknowledgement modes and give their representation in the InternalAckMode
JmsAcknowledge - Class in org.mule.jms.commons.internal.operation
Operation that allows the user to perform an ACK over a Message produced by the current JmsSession
JmsAcknowledge(JmsSessionManager) - Constructor for class org.mule.jms.commons.internal.operation.JmsAcknowledge
 
JmsAttributes - Interface in org.mule.jms.commons.api.message
 
JmsAttributesBuilder - Interface in org.mule.jms.commons.internal.message
JmsAttributesBuilderFactory - Interface in org.mule.jms.commons.api.message
JmsCachingConnectionFactory - Class in org.mule.jms.commons.internal.connection
Decorates the JMS ConnectionFactory in order to ensure JMS session instances are reused.
JmsCachingConnectionFactory(ConnectionFactory, String, String, String, CachingConfiguration, JmsSupport, ExceptionListener) - Constructor for class org.mule.jms.commons.internal.connection.JmsCachingConnectionFactory
 
JmsCallbackConnectionException - Exception in org.mule.jms.commons.api.exception
Custom MuleRuntimeException to be used in a JMS Connection ExceptionListener
JmsCallbackConnectionException(JMSException) - Constructor for exception org.mule.jms.commons.api.exception.JmsCallbackConnectionException
 
JmsCommons - Class in org.mule.jms.commons.internal.common
Utility class to reuse logic for JMS Extension
JmsCommons() - Constructor for class org.mule.jms.commons.internal.common.JmsCommons
 
JmsConfig<Consumer extends JmsConsumerConfig,Produce extends JmsProducerConfig> - Interface in org.mule.jms.commons.internal.config
 
JmsConnection - Class in org.mule.jms.commons.internal.connection
A Connection for the JmsConnector
JmsConnection(JmsSupport, Connection, JmsSessionManager, CompositeJmsExceptionListener) - Constructor for class org.mule.jms.commons.internal.connection.JmsConnection
 
JmsConnectionExceptionResolver - Interface in org.mule.jms.commons.internal.source
Let each JmsListener specific implementation resolve which exception raised by the custom client (from now on, the client) is considered as a connection exception, which might lead to reconnection logic execution.
JmsConnectionProvider - Class in org.mule.jms.commons.internal.connection.provider
Base implementation of a PoolingConnectionProvider for JmsConnections
JmsConnectionProvider(JmsSessionManager, Supplier<ConnectionFactory>, JmsSpecification, GenericConnectionParameters, XaPoolParameters, CachingStrategy, boolean, JmsSupportFactory, ConnectionFactoryDecoratorFactory, String, boolean) - Constructor for class org.mule.jms.commons.internal.connection.provider.JmsConnectionProvider
 
JmsConnectionProvider(JmsSessionManager, Supplier<ConnectionFactory>, JmsSpecification, GenericConnectionParameters, XaPoolParameters, CachingStrategy, boolean, JmsSupportFactory, ConnectionFactoryDecoratorFactory, String) - Constructor for class org.mule.jms.commons.internal.connection.provider.JmsConnectionProvider
 
JmsConsume - Class in org.mule.jms.commons.internal.operation
Operation that allows the user to consume a single Message from a given Destination
JmsConsume(JmsSessionManager, SchedulerService) - Constructor for class org.mule.jms.commons.internal.operation.JmsConsume
 
JmsConsumeErrorTypeProvider - Class in org.mule.jms.commons.api.exception
Errors that can be thrown in the JmsConsume#consume(DefaultJmsConfig, JmsTransactionalConnection, String, ConsumerType, ConsumerAckMode, String, String, String, Long, TimeUnit) operation operation.
JmsConsumeErrorTypeProvider() - Constructor for class org.mule.jms.commons.api.exception.JmsConsumeErrorTypeProvider
 
JmsConsumeException - Exception in org.mule.jms.commons.api.exception
ModuleException to be thrown in the cases in which the received content to be written is invalid.
JmsConsumeException(String) - Constructor for exception org.mule.jms.commons.api.exception.JmsConsumeException
Creates a new instance with the specified detail message
JmsConsumeException(String, Exception) - Constructor for exception org.mule.jms.commons.api.exception.JmsConsumeException
Creates a new instance with the specified detail message
JmsConsumeException(String, JmsError) - Constructor for exception org.mule.jms.commons.api.exception.JmsConsumeException
Creates a new instance with the specified detail message
JmsConsumeException(String, JmsError, Exception) - Constructor for exception org.mule.jms.commons.api.exception.JmsConsumeException
Creates a new instance with the specified detail message
JmsConsumeParameters - Interface in org.mule.jms.commons.internal.consume
 
JmsConsumerConfig<C extends ConsumerType> - Interface in org.mule.jms.commons.api.config
 
JmsDestination - Interface in org.mule.jms.commons.api.destination
 
JmsError - Enum in org.mule.jms.commons.api.exception
Errors for the JMS extension
JmsExceptionHandler - Class in org.mule.jms.commons.api.exception
ExceptionHandler for the JMS extension.
JmsExceptionHandler() - Constructor for class org.mule.jms.commons.api.exception.JmsExceptionHandler
 
JmsExtensionException - Exception in org.mule.jms.commons.api.exception
Custom generic exception for JmsConnector thrown errors
JmsExtensionException(String) - Constructor for exception org.mule.jms.commons.api.exception.JmsExtensionException
JmsExtensionException(String, Exception) - Constructor for exception org.mule.jms.commons.api.exception.JmsExtensionException
JmsExtensionException(String, JmsError) - Constructor for exception org.mule.jms.commons.api.exception.JmsExtensionException
Creates a new instance with the specified detail message
JmsExtensionException(String, JmsError, Throwable) - Constructor for exception org.mule.jms.commons.api.exception.JmsExtensionException
Creates a new instance with the specified detail message
JmsHeaders - Class in org.mule.jms.commons.api.message
JMS header fields contain values used by both clients and providers to identify and route messages.
JmsHeaders() - Constructor for class org.mule.jms.commons.api.message.JmsHeaders
 
JmsHeaders.Builder - Class in org.mule.jms.commons.api.message
 
JmsHeadersBuilder - Interface in org.mule.jms.commons.api.message
Builder Pattern Template for JmsHeaders
JmsIllegalBodyException - Exception in org.mule.jms.commons.api.exception
ModuleException to be thrown in the cases in which a message body invalid or cannot be converted to a supported type
JmsIllegalBodyException(String) - Constructor for exception org.mule.jms.commons.api.exception.JmsIllegalBodyException
Creates a new instance with the specified detail message
JmsIllegalBodyException(String, Exception) - Constructor for exception org.mule.jms.commons.api.exception.JmsIllegalBodyException
Creates a new instance with the specified detail message
JmsListener - Class in org.mule.jms.commons.internal.source
JMS Subscriber for Destinations, allows to listen for incoming Messages
JmsListener(JmsSessionManager, JmsConfig, ConnectionProvider<JmsTransactionalConnection>, String, ConsumerType, JmsAckMode, String, String, String, int, SourceConfiguration, SchedulerService, JmsConnectionExceptionResolver, JmsResourceReleaser) - Constructor for class org.mule.jms.commons.internal.source.JmsListener
 
JmsListener(JmsSessionManager, JmsConfig, ConnectionProvider<JmsTransactionalConnection>, String, ConsumerType, JmsAckMode, String, String, String, int, SourceConfiguration, SchedulerService, JmsConnectionExceptionResolver, JmsResourceReleaser, JmsListenerLockFactory) - Constructor for class org.mule.jms.commons.internal.source.JmsListener
 
JmsListener(JmsSessionManager, JmsConfig, ConnectionProvider<JmsTransactionalConnection>, String, ConsumerType, JmsAckMode, String, String, String, int, SourceConfiguration, SchedulerService) - Constructor for class org.mule.jms.commons.internal.source.JmsListener
 
JmsListenerLock - Interface in org.mule.jms.commons.internal.source
Custom lock implementation to be used in JmsListener to give the capability to the message listener work synchronously consuming and processing messages through the entire flow.
JmsListenerLockFactory - Interface in org.mule.jms.commons.api.lock
Factory for instances of JmsListenerLock
JmsMessageBuilder<D extends JmsDestination> - Interface in org.mule.jms.commons.api.message
 
JmsMessageConsumer - Class in org.mule.jms.commons.internal.consume
Wrapper implementation of a JMS MessageConsumer
JmsMessageConsumer(MessageConsumer) - Constructor for class org.mule.jms.commons.internal.consume.JmsMessageConsumer
 
JmsMessageDispatcher - Class in org.mule.jms.commons.internal.source
Common utility which encapsulates the logic of dispatching a received message to a flow.
JmsMessageDispatcher(JmsConfig, String, String, JmsSpecification, Supplier<JmsSession>, InternalAckMode, JmsSessionManager, SourceCallback, JmsListenerLock, JmsConnectionExceptionResolver) - Constructor for class org.mule.jms.commons.internal.source.JmsMessageDispatcher
 
JmsMessageFactory - Class in org.mule.jms.commons.api.message
 
JmsMessageFactory() - Constructor for class org.mule.jms.commons.api.message.JmsMessageFactory
 
JmsMessageListener<T extends DefaultJmsAttributes> - Class in org.mule.jms.commons.internal.source.push
MessageListener for the JmsListener to subscribe to a TOPIC or QUEUE receives Message and dispatch those messages through the flow.
JmsMessageListenerDelegate - Class in org.mule.jms.commons.internal.source.push
MessageConsumerDelegate implementation which uses MessageListener
JmsMessageListenerDelegate(JmsMessageListenerFactory, JmsConnection, JmsSupport, ConsumerType, String, JmsConfig, InternalAckMode, String, JmsListenerLockFactory, JmsResourceReleaser) - Constructor for class org.mule.jms.commons.internal.source.push.JmsMessageListenerDelegate
 
JmsMessageListenerFactory<T extends DefaultJmsAttributes> - Class in org.mule.jms.commons.internal.source.push
Factory pattern implementation in charge of creating instances of JmsMessageListener
JmsMessageListenerFactory(InternalAckMode, String, String, JmsConfig, JmsSessionManager, JmsSupport, SourceCallback<Object, T>, ConnectionProvider<JmsTransactionalConnection>, JmsConnectionExceptionResolver) - Constructor for class org.mule.jms.commons.internal.source.push.JmsMessageListenerFactory
Creates a new factory with the common information that is shared between JmsMessageListener of the same JmsListener
JmsMessageProducer - Class in org.mule.jms.commons.internal.publish
Wrapper implementation of a JMS MessageProducer
JmsMessageProducer(JmsSupport, MessageProducer, boolean) - Constructor for class org.mule.jms.commons.internal.publish.JmsMessageProducer
 
JmsMessageProperties - Class in org.mule.jms.commons.api.message
Container element for all the properties present in a JMS Message.
JmsMessageProperties(Map<String, Object>) - Constructor for class org.mule.jms.commons.api.message.JmsMessageProperties
 
JmsMessageUtils - Class in org.mule.jms.commons.internal.message
JmsMessageUtils contains helper method for dealing with JMS messages in Mule.
JmsMessageUtils() - Constructor for class org.mule.jms.commons.internal.message.JmsMessageUtils
 
JmsMissingLibraryException - Exception in org.mule.jms.commons.api.exception
Exception which is thrown when a required library was not found.
JmsMissingLibraryException(Exception, String) - Constructor for exception org.mule.jms.commons.api.exception.JmsMissingLibraryException
Creates a new exception
JmsOutputResolver - Class in org.mule.jms.commons.internal.metadata
An OutputTypeResolver for JMS operations
JmsOutputResolver() - Constructor for class org.mule.jms.commons.internal.metadata.JmsOutputResolver
 
JmsProducerConfig - Interface in org.mule.jms.commons.api.config
Configuration parameters for sending messages to a JMS Queue or Topic
JmsPublish - Class in org.mule.jms.commons.internal.operation
Operation that allows the user to send a message to a JMS Destination
JmsPublish(JmsSessionManager, SchedulerService) - Constructor for class org.mule.jms.commons.internal.operation.JmsPublish
 
JmsPublishConsume - Class in org.mule.jms.commons.internal.operation
Operation that allows the user to send a message to a JMS Destination and waits for a response either to the provided ReplyTo destination or to a temporary Destination created dynamically
JmsPublishConsume(JmsSessionManager, SchedulerService) - Constructor for class org.mule.jms.commons.internal.operation.JmsPublishConsume
 
JmsPublishConsumeErrorTypeProvider - Class in org.mule.jms.commons.api.exception
Errors that can be thrown in the JmsPublishConsume#publishConsume(DefaultJmsConfig, JmsConnection, String, JmsMessageBuilder, JmsPublishParameters, JmsConsumeParameters) operation operation.
JmsPublishConsumeErrorTypeProvider() - Constructor for class org.mule.jms.commons.api.exception.JmsPublishConsumeErrorTypeProvider
 
JmsPublisherCompletionListener - Class in org.mule.jms.commons.internal.common
CompletionListener for the publish operation
JmsPublisherCompletionListener(CompletionCallback<Void, Void>, JmsSession, JmsMessageProducer, String, String, boolean, Scheduler) - Constructor for class org.mule.jms.commons.internal.common.JmsPublisherCompletionListener
 
JmsPublisherCompletitionListener - Class in org.mule.jms.commons.internal.common
 
JmsPublisherCompletitionListener(CompletionCallback<Void, Void>) - Constructor for class org.mule.jms.commons.internal.common.JmsPublisherCompletitionListener
 
JmsPublisherErrorTypeProvider - Class in org.mule.jms.commons.api.exception
Errors that can be thrown in the JmsPublish#publish(DefaultJmsConfig, JmsTransactionalConnection, String, DestinationType, JmsMessageBuilder, JmsPublishParameters) operation operation.
JmsPublisherErrorTypeProvider() - Constructor for class org.mule.jms.commons.api.exception.JmsPublisherErrorTypeProvider
 
JmsPublishException - Exception in org.mule.jms.commons.api.exception
JmsExtensionException to be thrown in the cases where an error occurs when trying to publish a message
JmsPublishException(String) - Constructor for exception org.mule.jms.commons.api.exception.JmsPublishException
Creates a new instance with the specified detail message
JmsPublishException(String, Throwable) - Constructor for exception org.mule.jms.commons.api.exception.JmsPublishException
Creates a new instance with the specified detail message
JmsPublishException(String, JmsError) - Constructor for exception org.mule.jms.commons.api.exception.JmsPublishException
Creates a new instance with the specified detail message
JmsPublishException(String, JmsError, Exception) - Constructor for exception org.mule.jms.commons.api.exception.JmsPublishException
Creates a new instance with the specified detail message
JmsPublishParameters - Class in org.mule.jms.commons.internal.publish
Contains the parameters that can override the default values for publishing a Message
JmsPublishParameters() - Constructor for class org.mule.jms.commons.internal.publish.JmsPublishParameters
 
JmsResourceReleaser - Interface in org.mule.jms.commons.internal.source
Cleaner that releases and cleans broker-specific Connection connection object resources.
JmsResponseMessageBuilder<D extends JmsDestination> - Interface in org.mule.jms.commons.internal.source
Enables the creation of an outgoing Message along with the response configuration.
JmsResultFactory<T extends JmsAttributes> - Class in org.mule.jms.commons.internal.message
Factory class for creating an Operation Result based on a JMS Message
JmsSecurityException - Exception in org.mule.jms.commons.api.exception
JmsExtensionException to be thrown in the case that an Security related error occurs.
JmsSecurityException(String, Exception) - Constructor for exception org.mule.jms.commons.api.exception.JmsSecurityException
Creates a new JMS Security Exception
JmsSession - Interface in org.mule.jms.commons.internal.connection.session
Wrapper element for a JMS Session that relates the session with its AckID
JmsSessionManager - Class in org.mule.jms.commons.internal.connection.session
Manager that takes the responsibility of register the session information to be able to execute a manual acknowledgement or a recover over a Session.
JmsSessionManager() - Constructor for class org.mule.jms.commons.internal.connection.session.JmsSessionManager
 
JmsSessionRecoverErrorTypeProvider - Class in org.mule.jms.commons.api.exception
Errors that can be thrown in the JmsAcknowledge#recoverSession(String) operation.
JmsSessionRecoverErrorTypeProvider() - Constructor for class org.mule.jms.commons.api.exception.JmsSessionRecoverErrorTypeProvider
 
JmsSessionRecoverException - Exception in org.mule.jms.commons.api.exception
ModuleException to be thrown in the cases in which recovering a session fails
JmsSessionRecoverException(String) - Constructor for exception org.mule.jms.commons.api.exception.JmsSessionRecoverException
Creates a new instance with the specified detail message
JmsSessionRecoverException(String, Exception) - Constructor for exception org.mule.jms.commons.api.exception.JmsSessionRecoverException
Creates a new instance with the specified detail message
JmsSpecification - Enum in org.mule.jms.commons.api.connection
Versions of the JMS Spec supported by the JmsConnector
JmsSupport - Interface in org.mule.jms.commons.internal.support
JmsSupport is an interface that provides a polymorphic facade to the JMS 1.0.2b, 1.1 and 2.0 API specifications.
JmsSupportFactory - Interface in org.mule.jms.commons.internal.support
 
JmsTimeoutException - Exception in org.mule.jms.commons.api.exception
ModuleException that represents an error when consuming a Message but a timeout is reached before the Message arrives
JmsTimeoutException(String) - Constructor for exception org.mule.jms.commons.api.exception.JmsTimeoutException
Creates a new instance with the specified detail message
JmsTransactionalConnection - Class in org.mule.jms.commons.internal.connection
Implementation of the JmsConnection which implements TransactionalConnection for Transaction Support in the JmsConnector
JmsTransactionalConnection(JmsSupport, Connection, JmsSessionManager, CompositeJmsExceptionListener) - Constructor for class org.mule.jms.commons.internal.connection.JmsTransactionalConnection
 
JMSX_NAMES - Static variable in class org.mule.jms.commons.internal.message.JMSXDefinedPropertiesNames
 
JmsXaContext - Class in org.mule.jms.commons.internal.connection
Wrapper for an XAResource which makes it compatible with XA Transactions in Mule 4.
JmsXaContext(XAResource) - Constructor for class org.mule.jms.commons.internal.connection.JmsXaContext
 
JmsXaMessageConsumer - Class in org.mule.jms.commons.internal.source.polling
Jms Message consumer which polls a destination inside a XA Transaction.
JmsXaPollingMessageConsumerDelegate - Class in org.mule.jms.commons.internal.source.polling
MessageConsumerDelegate implementation which consumes messages inside XA Transactions doing polling.
JmsXaPollingMessageConsumerDelegate(JmsTransactionalConnection, JmsSupport, String, ConsumerType, JmsConfig, String, JmsSessionManager, ConnectionProvider, Scheduler, String, String, SourceCallback, JmsConnectionExceptionResolver) - Constructor for class org.mule.jms.commons.internal.source.polling.JmsXaPollingMessageConsumerDelegate
 
JMSXAppID - Static variable in class org.mule.jms.commons.internal.message.JMSXDefinedPropertiesNames
 
JMSXConsumerTXID - Static variable in class org.mule.jms.commons.internal.message.JMSXDefinedPropertiesNames
 
JMSXDefinedPropertiesNames - Class in org.mule.jms.commons.internal.message
Declaration of the predefined names for JMSX properties, according to JMS spec.
JMSXDefinedPropertiesNames() - Constructor for class org.mule.jms.commons.internal.message.JMSXDefinedPropertiesNames
 
JMSXDeliveryCount - Static variable in class org.mule.jms.commons.internal.message.JMSXDefinedPropertiesNames
 
JMSXGroupID - Static variable in class org.mule.jms.commons.internal.message.JMSXDefinedPropertiesNames
 
JMSXGroupSeq - Static variable in class org.mule.jms.commons.internal.message.JMSXDefinedPropertiesNames
 
JMSXProducerTXID - Static variable in class org.mule.jms.commons.internal.message.JMSXDefinedPropertiesNames
 
JmsxProperties - Class in org.mule.jms.commons.api.message
JMS reserves the 'JMSX' property name prefix for JMS defined properties.
JmsxProperties() - Constructor for class org.mule.jms.commons.api.message.JmsxProperties
 
JmsxProperties(String, String, Integer, String, Integer, String, String, Long) - Constructor for class org.mule.jms.commons.api.message.JmsxProperties
 
JmsxPropertiesBuilder - Class in org.mule.jms.commons.internal.message
Builder that provides a simple way of creating a JmsxProperties instance based on the predefined properties names.
JMSXRcvTimestamp - Static variable in class org.mule.jms.commons.internal.message.JMSXDefinedPropertiesNames
 
JMSXUserID - Static variable in class org.mule.jms.commons.internal.message.JMSXDefinedPropertiesNames
 
JndiConnectionFactory - Class in org.mule.jms.commons.api.connection.factory.jndi
A ConnectionFactory that wraps a delegate that is discovered using a JndiNameResolver
JndiConnectionFactory() - Constructor for class org.mule.jms.commons.api.connection.factory.jndi.JndiConnectionFactory
 
JndiNameResolver - Interface in org.mule.jms.commons.api.connection.factory.jndi
Defines a strategy for lookup objects by name using JNDI.
JndiNameResolverProperties - Class in org.mule.jms.commons.api.connection.factory.jndi
Declares the properties required to create a JndiNameResolver
JndiNameResolverProperties() - Constructor for class org.mule.jms.commons.api.connection.factory.jndi.JndiNameResolverProperties
 
JndiNameResolverProvider - Class in org.mule.jms.commons.api.connection.factory.jndi
Provides a JndiNameResolver or the set of properties required to create one, represented by JndiNameResolverProperties
JndiNameResolverProvider() - Constructor for class org.mule.jms.commons.api.connection.factory.jndi.JndiNameResolverProvider
 

L

listen(MessageListener) - Method in class org.mule.jms.commons.internal.consume.JmsMessageConsumer
 
lock() - Method in class org.mule.jms.commons.internal.source.DefaultJmsListenerLock
Locks the listener waiting to the message to be processed through the flow
lock() - Method in interface org.mule.jms.commons.internal.source.JmsListenerLock
Locks the listener waiting to the message to be processed through the flow
lock() - Method in class org.mule.jms.commons.internal.source.NullJmsListenerLock
 
logNewMessageIds(Message) - Method in class org.mule.jms.commons.internal.source.push.JmsMessageListener
 
lookup(String) - Method in class org.mule.jms.commons.api.connection.factory.jndi.CachedJndiNameResolver
 
lookup(String) - Method in interface org.mule.jms.commons.api.connection.factory.jndi.JndiNameResolver
Looks up an object by name.
lookup(String) - Method in class org.mule.jms.commons.api.connection.factory.jndi.SimpleJndiNameResolver
 
LookupJndiDestination - Enum in org.mule.jms.commons.api.connection
Defines the behaviours that are supported when looking for a destination based on its name while using a JNDI name resolver.

M

MessageConsumerDelegate - Interface in org.mule.jms.commons.internal.source
Strategy interface for different implementations of a JMS Message Consumer
MessageConsumerFactory - Class in org.mule.jms.commons.internal.source.polling
JmsMessageConsumer factory pattern implementation.
MessageListenerContext - Class in org.mule.jms.commons.internal.source.push
Container used to describe a MessageConsumer and its related resources.

N

newDefault() - Static method in interface org.mule.jms.commons.api.lock.JmsListenerLockFactory
 
newInstance() - Static method in class org.mule.jms.commons.api.message.AbstractJmsAttributes.Builder
 
NoCachingConfiguration - Class in org.mule.jms.commons.api.connection.caching
Implementation of CachingConfiguration that disables session caching This CachingConfiguration is the recommended only if an external CachingConnectionFactory is already being parameterized or if this extension is being used in the context of a Java EE web or EJB application.
NoCachingConfiguration() - Constructor for class org.mule.jms.commons.api.connection.caching.NoCachingConfiguration
 
notifyIfConnectionProblem(SourceCallback, Exception, JmsConnectionExceptionResolver) - Static method in class org.mule.jms.commons.internal.source.JmsListener
 
NullJmsListenerLock - Class in org.mule.jms.commons.internal.source
Null pattern implementation for JmsListenerLock which doesn't lock the listener waiting for the message processing.
NullJmsListenerLock() - Constructor for class org.mule.jms.commons.internal.source.NullJmsListenerLock
 

O

onCompletion(Message) - Method in class org.mule.jms.commons.internal.common.JmsPublisherCompletionListener
 
onCompletion(Message) - Method in class org.mule.jms.commons.internal.common.JmsPublisherCompletitionListener
 
onCompletion(Message) - Method in class org.mule.jms.commons.internal.operation.publishconsume.ResourceCloserCompletionListener
 
onError(JMSException) - Method in interface org.mule.jms.commons.internal.connection.session.AckCallback
Callback for erroneous processing
onError(Error, SourceCallbackContext) - Method in class org.mule.jms.commons.internal.source.JmsListener
 
onError(SourceCallbackContext, Error) - Method in interface org.mule.jms.commons.internal.source.MessageConsumerDelegate
Communicates when a message has not been successfully processed in a flow.
onError(SourceCallbackContext, Error) - Method in class org.mule.jms.commons.internal.source.polling.JmsXaPollingMessageConsumerDelegate
Communicates when a message has not been successfully processed in a flow.
onError(SourceCallbackContext, Error) - Method in class org.mule.jms.commons.internal.source.push.JmsMessageListenerDelegate
Communicates when a message has not been successfully processed in a flow.
onException(Message, Exception) - Method in class org.mule.jms.commons.internal.common.JmsPublisherCompletionListener
 
onException(Message, Exception) - Method in class org.mule.jms.commons.internal.common.JmsPublisherCompletitionListener
 
onException(JMSException) - Method in class org.mule.jms.commons.internal.connection.exception.CompositeJmsExceptionListener
onException(JMSException) - Method in class org.mule.jms.commons.internal.connection.IBMJmsCachingConnectionFactory
 
onException(Message, Exception) - Method in class org.mule.jms.commons.internal.operation.publishconsume.ResourceCloserCompletionListener
 
onMessage(Message) - Method in class org.mule.jms.commons.internal.source.push.JmsMessageListener
onStart(SourceCallback) - Method in class org.mule.jms.commons.internal.source.JmsListener
 
onStop() - Method in class org.mule.jms.commons.internal.source.JmsListener
 
onSuccess() - Method in interface org.mule.jms.commons.internal.connection.session.AckCallback
Callback for success processing
onSuccess(JmsResponseMessageBuilder, CorrelationInfo, SourceCallbackContext) - Method in class org.mule.jms.commons.internal.source.JmsListener
 
onSuccess(SourceCallbackContext) - Method in interface org.mule.jms.commons.internal.source.MessageConsumerDelegate
Communicates when a message has been successfully processed in a flow.
onSuccess(SourceCallbackContext) - Method in class org.mule.jms.commons.internal.source.polling.JmsXaPollingMessageConsumerDelegate
Communicates when a message has been successfully processed in a flow.
onSuccess(SourceCallbackContext) - Method in class org.mule.jms.commons.internal.source.push.JmsMessageListenerDelegate
Communicates when a message has been successfully processed in a flow.
org.mule.jms.commons.api - package org.mule.jms.commons.api
 
org.mule.jms.commons.api.config - package org.mule.jms.commons.api.config
 
org.mule.jms.commons.api.connection - package org.mule.jms.commons.api.connection
 
org.mule.jms.commons.api.connection.caching - package org.mule.jms.commons.api.connection.caching
 
org.mule.jms.commons.api.connection.factory.jndi - package org.mule.jms.commons.api.connection.factory.jndi
 
org.mule.jms.commons.api.destination - package org.mule.jms.commons.api.destination
 
org.mule.jms.commons.api.exception - package org.mule.jms.commons.api.exception
 
org.mule.jms.commons.api.lock - package org.mule.jms.commons.api.lock
 
org.mule.jms.commons.api.message - package org.mule.jms.commons.api.message
 
org.mule.jms.commons.internal.common - package org.mule.jms.commons.internal.common
 
org.mule.jms.commons.internal.config - package org.mule.jms.commons.internal.config
 
org.mule.jms.commons.internal.connection - package org.mule.jms.commons.internal.connection
 
org.mule.jms.commons.internal.connection.exception - package org.mule.jms.commons.internal.connection.exception
 
org.mule.jms.commons.internal.connection.param - package org.mule.jms.commons.internal.connection.param
 
org.mule.jms.commons.internal.connection.provider - package org.mule.jms.commons.internal.connection.provider
 
org.mule.jms.commons.internal.connection.session - package org.mule.jms.commons.internal.connection.session
 
org.mule.jms.commons.internal.consume - package org.mule.jms.commons.internal.consume
 
org.mule.jms.commons.internal.lock - package org.mule.jms.commons.internal.lock
 
org.mule.jms.commons.internal.message - package org.mule.jms.commons.internal.message
 
org.mule.jms.commons.internal.metadata - package org.mule.jms.commons.internal.metadata
 
org.mule.jms.commons.internal.operation - package org.mule.jms.commons.internal.operation
 
org.mule.jms.commons.internal.operation.publishconsume - package org.mule.jms.commons.internal.operation.publishconsume
 
org.mule.jms.commons.internal.publish - package org.mule.jms.commons.internal.publish
 
org.mule.jms.commons.internal.source - package org.mule.jms.commons.internal.source
 
org.mule.jms.commons.internal.source.polling - package org.mule.jms.commons.internal.source.polling
 
org.mule.jms.commons.internal.source.push - package org.mule.jms.commons.internal.source.push
 
org.mule.jms.commons.internal.support - package org.mule.jms.commons.internal.support
 

P

publish(JmsConfig, JmsTransactionalConnection, String, DestinationTypeDescriptor, JmsMessageBuilder, PublisherParameters, OperationTransactionalAction, OutboundCorrelationStrategy, CorrelationInfo, CompletionCallback<Void, Void>) - Method in class org.mule.jms.commons.internal.operation.JmsPublish
Operation that allows the user to send a Message to a JMS Destination
publish(Message, PublisherParameters) - Method in class org.mule.jms.commons.internal.publish.JmsMessageProducer
 
publish(Message, PublisherParameters, CompletionListener) - Method in class org.mule.jms.commons.internal.publish.JmsMessageProducer
 
publishConsume(JmsConfig, JmsConnection, String, JmsMessageBuilder, JmsPublishParameters, JmsConsumeParameters, OutboundCorrelationStrategy, CorrelationInfo, RequestReplyPattern, CompletionCallback<Object, JmsAttributes>) - Method in class org.mule.jms.commons.internal.operation.JmsPublishConsume
Operation that allows the user to send a message to a JMS Destination and waits for a response either to the provided ReplyTo destination or to a temporary Destination created dynamically
PublisherParameters - Interface in org.mule.jms.commons.internal.publish
Declares the parameters that can override the default values for publishing a Message

Q

QUEUE - Static variable in class org.mule.jms.commons.internal.common.JmsCommons
 
QueueConsumer - Class in org.mule.jms.commons.api.destination
Implementation of ConsumerType that marks the consumed Destination as a Queue.
QueueConsumer() - Constructor for class org.mule.jms.commons.api.destination.QueueConsumer
 

R

recoverSession(String, AckCallback) - Method in class org.mule.jms.commons.internal.connection.session.JmsSessionManager
Executes the Session.recover() over the Session identified by the ackId
recoverSession(String, CompletionCallback<Void, Void>) - Method in class org.mule.jms.commons.internal.operation.JmsAcknowledge
Allows the user to perform a session recover when the AckMode.MANUAL mode is elected while consuming the Message.
registerExceptionListener(ExceptionListener) - Method in class org.mule.jms.commons.internal.connection.exception.CompositeJmsExceptionListener
Registers a ExceptionListener to be notified if an connection error occurs
registerExceptionListener(ExceptionListener) - Method in class org.mule.jms.commons.internal.connection.JmsConnection
 
registerMessageForAck(String, Message, Session, JmsListenerLock) - Method in class org.mule.jms.commons.internal.connection.session.JmsSessionManager
Registers the Message to the Session using the ackId in order to being able later to perform a InternalAckMode.MANUAL ACK
releaseConnection(Connection) - Method in class org.mule.jms.commons.internal.source.DefaultJmsResourceReleaser
 
releaseConnection(Connection) - Method in interface org.mule.jms.commons.internal.source.JmsResourceReleaser
Method exposed and used to perform the connection cleanup.
releaseConsumerMessageListener(MessageListenerContext) - Method in class org.mule.jms.commons.internal.source.DefaultJmsResourceReleaser
 
releaseConsumerMessageListener(MessageListenerContext) - Method in interface org.mule.jms.commons.internal.source.JmsResourceReleaser
Clean message listener registered under the described consumer.
releaseResources(JmsSession, boolean, AutoCloseable...) - Static method in class org.mule.jms.commons.internal.common.JmsCommons
Releases all the resources that are required to close.
RequestReplyPattern - Enum in org.mule.jms.commons.api
Enum which list the available Request Reply Patterns supported by the JMS Client
reschedulePolling(Runnable) - Method in class org.mule.jms.commons.internal.source.polling.JmsXaPollingMessageConsumerDelegate
 
resolveException(Throwable) - Method in class org.mule.jms.commons.internal.source.DefaultJmsConnectionExceptionResolver
 
resolveException(Throwable) - Method in interface org.mule.jms.commons.internal.source.JmsConnectionExceptionResolver
Decide whether the exception thrown by the client should be considered as a connection exception
resolveMessageContentType(Message, String) - Static method in class org.mule.jms.commons.internal.common.JmsCommons
 
resolveMessageEncoding(Message, String) - Static method in class org.mule.jms.commons.internal.common.JmsCommons
 
resolveOverride(T, T) - Static method in class org.mule.jms.commons.internal.common.JmsCommons
 
ResourceCloserCompletionListener - Class in org.mule.jms.commons.internal.operation.publishconsume
CompletionListener implementation that closes the given resources once the message has been received.
ResourceCloserCompletionListener(CompletionListener, JmsSession, JmsMessageProducer, Scheduler) - Constructor for class org.mule.jms.commons.internal.operation.publishconsume.ResourceCloserCompletionListener
 
restart() - Method in class org.mule.jms.commons.internal.source.JmsListener
 
rollback() - Method in class org.mule.jms.commons.internal.connection.JmsTransactionalConnection
Executes a rollback action over the bound JmsSession to the current Thread
run() - Method in class org.mule.jms.commons.internal.source.polling.JmsXaMessageConsumer
 

S

send(MessageProducer, Message, boolean, int, long, boolean) - Method in class org.mule.jms.commons.internal.support.Jms102bSupport
Sends the given Message to the indicated Destination using the parametrized configurations
send(MessageProducer, Message, boolean, int, long, boolean, CompletionListener) - Method in class org.mule.jms.commons.internal.support.Jms102bSupport
Sends the given Message to the indicated Destination using the parametrized configurations.
send(MessageProducer, Message, boolean, int, long, boolean, CompletionListener) - Method in class org.mule.jms.commons.internal.support.Jms11Support
Sends the given Message to the indicated Destination using the parametrized configurations.
send(MessageProducer, Message, boolean, int, long, boolean) - Method in class org.mule.jms.commons.internal.support.Jms20Support
Sends the given Message to the indicated Destination using the parametrized configurations
send(MessageProducer, Message, boolean, int, long, boolean, CompletionListener) - Method in class org.mule.jms.commons.internal.support.Jms20Support
Sends the given Message to the indicated Destination using the parametrized configurations in a async way.
send(MessageProducer, Message, boolean, int, long, boolean) - Method in interface org.mule.jms.commons.internal.support.JmsSupport
Sends the given Message to the indicated Destination using the parametrized configurations
send(MessageProducer, Message, boolean, int, long, boolean, CompletionListener) - Method in interface org.mule.jms.commons.internal.support.JmsSupport
Sends the given Message to the indicated Destination using the parametrized configurations in a async way.
setConnection(Connection) - Method in class org.mule.jms.commons.internal.connection.JmsConnection
 
setCorrelationId(String) - Method in class org.mule.jms.commons.api.message.JmsHeaders.Builder
 
setCorrelationId(String) - Method in interface org.mule.jms.commons.api.message.JmsHeadersBuilder
 
setDeliveryMode(int) - Method in class org.mule.jms.commons.api.message.JmsHeaders.Builder
 
setDeliveryMode(int) - Method in interface org.mule.jms.commons.api.message.JmsHeadersBuilder
 
setDeliveryTime(long) - Method in class org.mule.jms.commons.api.message.JmsHeaders.Builder
 
setDeliveryTime(long) - Method in interface org.mule.jms.commons.api.message.JmsHeadersBuilder
 
setDestination(JmsDestination) - Method in class org.mule.jms.commons.api.message.JmsHeaders.Builder
 
setDestination(JmsDestination) - Method in interface org.mule.jms.commons.api.message.JmsHeadersBuilder
 
setEnabled(boolean) - Method in interface org.mule.jms.commons.api.lock.JmsListenerLockFactory
Toggles the enable state of this instance.
setEnabled(boolean) - Method in class org.mule.jms.commons.internal.lock.DefaultJmsListenerLockFactory
 
setEnabled(boolean) - Method in class org.mule.jms.commons.internal.source.push.JmsMessageListener
 
setExpiration(long) - Method in class org.mule.jms.commons.api.message.JmsHeaders.Builder
 
setExpiration(long) - Method in interface org.mule.jms.commons.api.message.JmsHeadersBuilder
 
setJmsSupport(JmsSupport) - Method in class org.mule.jms.commons.internal.connection.provider.JmsConnectionProvider
 
setMessageId(String) - Method in class org.mule.jms.commons.api.message.JmsHeaders.Builder
 
setMessageId(String) - Method in interface org.mule.jms.commons.api.message.JmsHeadersBuilder
 
setPriority(int) - Method in class org.mule.jms.commons.api.message.JmsHeaders.Builder
 
setPriority(int) - Method in interface org.mule.jms.commons.api.message.JmsHeadersBuilder
 
setRedelivered(boolean) - Method in class org.mule.jms.commons.api.message.JmsHeaders.Builder
 
setRedelivered(boolean) - Method in interface org.mule.jms.commons.api.message.JmsHeadersBuilder
 
setReplyTo(JmsDestination) - Method in class org.mule.jms.commons.api.message.JmsHeaders.Builder
 
setReplyTo(JmsDestination) - Method in interface org.mule.jms.commons.api.message.JmsHeadersBuilder
 
setTimestamp(long) - Method in class org.mule.jms.commons.api.message.JmsHeaders.Builder
 
setTimestamp(long) - Method in interface org.mule.jms.commons.api.message.JmsHeadersBuilder
 
setType(String) - Method in class org.mule.jms.commons.api.message.JmsHeaders.Builder
 
setType(String) - Method in interface org.mule.jms.commons.api.message.JmsHeadersBuilder
 
SimpleJndiNameResolver - Class in org.mule.jms.commons.api.connection.factory.jndi
Defines a simple JndiNameResolver that maintains a Context instance opened all the time and always relies on the context to do the look ups.
SimpleJndiNameResolver() - Constructor for class org.mule.jms.commons.api.connection.factory.jndi.SimpleJndiNameResolver
 
SourceConfiguration - Class in org.mule.jms.commons.internal.source
Group of parameters of the configuration of a Message Source
SourceConfiguration(SourceTransactionalAction, TransactionType, ComponentLocation, String) - Constructor for class org.mule.jms.commons.internal.source.SourceConfiguration
 
start() - Method in class org.mule.jms.commons.api.connection.factory.jndi.JndiConnectionFactory
 
stop() - Method in class org.mule.jms.commons.api.connection.factory.jndi.CachedJndiNameResolver

Cleans up the cache.

stop() - Method in class org.mule.jms.commons.api.connection.factory.jndi.JndiConnectionFactory
 
stop() - Method in class org.mule.jms.commons.internal.connection.IBMJmsCachingConnectionFactory
 
stop() - Method in class org.mule.jms.commons.internal.connection.JmsCachingConnectionFactory
 
stop() - Method in class org.mule.jms.commons.internal.connection.JmsConnection
Temporarily stops a connection's delivery of incoming messages.
stop() - Method in interface org.mule.jms.commons.internal.source.MessageConsumerDelegate
Request to stop all the message consumers.
stop() - Method in class org.mule.jms.commons.internal.source.polling.JmsXaMessageConsumer
 
stop() - Method in class org.mule.jms.commons.internal.source.polling.JmsXaPollingMessageConsumerDelegate
Request to stop all the message consumers.
stop() - Method in class org.mule.jms.commons.internal.source.push.JmsMessageListenerDelegate
Request to stop all the message consumers.
stopQuietly(Object) - Static method in class org.mule.jms.commons.internal.common.JmsCommons
Stops this Stoppable resource without throwing an exception (an error message is logged instead)
strategyConfiguration() - Method in interface org.mule.jms.commons.api.connection.caching.CachingStrategy
 
strategyConfiguration() - Method in class org.mule.jms.commons.api.connection.caching.DefaultCachingStrategy
strategyConfiguration() - Method in class org.mule.jms.commons.api.connection.caching.NoCachingConfiguration
stringField(ObjectTypeBuilder, String, boolean) - Method in class org.mule.jms.commons.api.AttributesOutputResolver
 

T

toInternalAckMode(JmsAckMode) - Static method in class org.mule.jms.commons.internal.common.JmsCommons
 
toMessage(TypedValue<Object>, Session, String) - Static method in class org.mule.jms.commons.internal.message.JmsMessageUtils
 
topic() - Method in interface org.mule.jms.commons.api.destination.ConsumerType
 
topic() - Method in class org.mule.jms.commons.api.destination.QueueConsumer
topic() - Method in class org.mule.jms.commons.api.destination.TopicConsumer
TOPIC - Static variable in class org.mule.jms.commons.internal.common.JmsCommons
 
TopicConsumer - Class in org.mule.jms.commons.api.destination
Implementation of ConsumerType that marks the consumed Destination as a Topic and provides a way to configure topic-specific consumer parameters
TopicConsumer() - Constructor for class org.mule.jms.commons.api.destination.TopicConsumer
 
toString() - Method in class org.mule.jms.commons.internal.connection.JmsXaContext
 
TransactionStatus - Enum in org.mule.jms.commons.internal.connection.session
Enum to indicate the current status of a transaction over a session.
tryRecoverSession() - Method in class org.mule.jms.commons.internal.source.push.JmsMessageListener
 

U

unbindSession() - Method in class org.mule.jms.commons.internal.connection.session.JmsSessionManager
Unbinds the current JmsSession, if there is one, of the current Thread
unbindSession(XATransactionalConnection) - Method in class org.mule.jms.commons.internal.connection.session.JmsSessionManager
Unbinds the current JmsSession, if there is one, of the current Thread
unlock() - Method in class org.mule.jms.commons.internal.source.DefaultJmsListenerLock
Unlocks the listener indicating that message has been processed correctly
unlock() - Method in interface org.mule.jms.commons.internal.source.JmsListenerLock
Unlocks the listener indicating that message has been processed correctly
unlock() - Method in class org.mule.jms.commons.internal.source.NullJmsListenerLock
 
unlockWithFailure(Error) - Method in class org.mule.jms.commons.internal.source.DefaultJmsListenerLock
Unlocks the listener indicating that message has been processed with failures and the error should be propagated
unlockWithFailure() - Method in class org.mule.jms.commons.internal.source.DefaultJmsListenerLock
Unlocks the listener indicating that message has been processed with failures and the error should be propagated
unlockWithFailure() - Method in interface org.mule.jms.commons.internal.source.JmsListenerLock
Unlocks the listener indicating that message has been processed with failures and the error should be propagated
unlockWithFailure(Error) - Method in interface org.mule.jms.commons.internal.source.JmsListenerLock
Unlocks the listener indicating that message has been processed with failures and the error should be propagated
unlockWithFailure() - Method in class org.mule.jms.commons.internal.source.NullJmsListenerLock
 
unlockWithFailure(Error) - Method in class org.mule.jms.commons.internal.source.NullJmsListenerLock
 

V

validate(JmsTransactionalConnection) - Method in class org.mule.jms.commons.internal.connection.provider.JmsConnectionProvider
 
valueOf(String) - Static method in enum org.mule.jms.commons.api.config.AckMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.jms.commons.api.config.ConsumerAckMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.jms.commons.api.connection.JmsSpecification
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.jms.commons.api.connection.LookupJndiDestination
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.jms.commons.api.destination.DestinationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.jms.commons.api.exception.JmsError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.jms.commons.api.RequestReplyPattern
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.jms.commons.internal.config.InternalAckMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.jms.commons.internal.connection.session.TransactionStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.mule.jms.commons.api.config.AckMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.jms.commons.api.config.ConsumerAckMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.jms.commons.api.connection.JmsSpecification
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.jms.commons.api.connection.LookupJndiDestination
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.jms.commons.api.destination.DestinationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.jms.commons.api.exception.JmsError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.jms.commons.api.RequestReplyPattern
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.jms.commons.internal.config.InternalAckMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.jms.commons.internal.connection.session.TransactionStatus
Returns an array containing the constants of this enum type, in the order they are declared.

W

withAckId(String) - Method in class org.mule.jms.commons.api.message.AbstractJmsAttributes.Builder
 
withAckId(String) - Method in class org.mule.jms.commons.internal.message.DefaultJmsAttributesBuilder
 
withAckId(String) - Method in interface org.mule.jms.commons.internal.message.JmsAttributesBuilder
 
withHeaders(JmsHeaders) - Method in class org.mule.jms.commons.api.message.AbstractJmsAttributes.Builder
 
withHeaders(JmsHeaders) - Method in class org.mule.jms.commons.internal.message.DefaultJmsAttributesBuilder
 
withHeaders(JmsHeaders) - Method in interface org.mule.jms.commons.internal.message.JmsAttributesBuilder
 
withProperties(JmsMessageProperties) - Method in class org.mule.jms.commons.api.message.AbstractJmsAttributes.Builder
 
withProperties(Map<String, Object>) - Method in class org.mule.jms.commons.internal.message.DefaultJmsAttributesBuilder
 
withProperties(Map<String, Object>) - Method in interface org.mule.jms.commons.internal.message.JmsAttributesBuilder
 

X

XaJmsTransactionalConnection - Class in org.mule.jms.commons.internal.connection
JMS connection created when using a ConnectionFactory with XA enabled.
XaJmsTransactionalConnection(JmsSupport, Connection, JmsSessionManager, CompositeJmsExceptionListener) - Constructor for class org.mule.jms.commons.internal.connection.XaJmsTransactionalConnection
 
XaPoolParameters - Interface in org.mule.jms.commons.internal.connection.param
Configuration for an XA pool
A B C D E G H I J L M N O P Q R S T U V W X 
Skip navigation links

Copyright © 2019. All rights reserved.