Skip navigation links
A C D E G H I J M N O P R S T 

A

AbstractJmsSenderTemplate - Class in com.atomikos.jms.extra
Common functionality for the sender templates.
AbstractJmsSenderTemplate() - Constructor for class com.atomikos.jms.extra.AbstractJmsSenderTemplate
 
AbstractJmsSessionProxy - Class in com.atomikos.jms.internal
 
AbstractJmsSessionProxy(Session) - Constructor for class com.atomikos.jms.internal.AbstractJmsSessionProxy
 
afterUseWithoutErrors(Connection, Session) - Method in class com.atomikos.jms.extra.AbstractJmsSenderTemplate
 
afterUseWithoutErrors(Connection, Session) - Method in class com.atomikos.jms.extra.ConcurrentJmsSenderTemplate
 
afterUseWithoutErrors(Session) - Method in class com.atomikos.jms.extra.SingleThreadedJmsSenderTemplate
 
afterUseWithoutErrors(Connection, Session) - Method in class com.atomikos.jms.extra.SingleThreadedJmsSenderTemplate
 
AtomikosConnectionFactoryBean - Class in com.atomikos.jms
This class represents the Atomikos JMS 2.0 connection factory for JTA-enabled JMS.
AtomikosConnectionFactoryBean() - Constructor for class com.atomikos.jms.AtomikosConnectionFactoryBean
 
AtomikosJmsConnectionProxy - Class in com.atomikos.jms.internal
 
AtomikosJmsConnectionProxy(XAConnection, int, XATransactionalResource, SessionHandleStateChangeListener, ConnectionPoolProperties) - Constructor for class com.atomikos.jms.internal.AtomikosJmsConnectionProxy
 
AtomikosJMSException - Exception in com.atomikos.jms.internal
An extension of the standard JMSException with custom logic for error reporting.
AtomikosJMSException(String) - Constructor for exception com.atomikos.jms.internal.AtomikosJMSException
 
AtomikosJMSException(String, Throwable) - Constructor for exception com.atomikos.jms.internal.AtomikosJMSException
 
AtomikosJmsNonXaSessionProxy - Class in com.atomikos.jms.internal
 
AtomikosJmsNonXaSessionProxy(Session, SessionHandleStateChangeListener, SessionHandleStateChangeListener) - Constructor for class com.atomikos.jms.internal.AtomikosJmsNonXaSessionProxy
 
AtomikosJmsXaSessionProxy - Class in com.atomikos.jms.internal
 
AtomikosJmsXaSessionProxy(XASession, XATransactionalResource, SessionHandleStateChangeListener, SessionHandleStateChangeListener) - Constructor for class com.atomikos.jms.internal.AtomikosJmsXaSessionProxy
 
AtomikosPooledJmsConnection - Class in com.atomikos.jms.internal
 
AtomikosPooledJmsConnection(int, XAConnection, XATransactionalResource, ConnectionPoolProperties) - Constructor for class com.atomikos.jms.internal.AtomikosPooledJmsConnection
 
AtomikosTransactionRequiredJMSException - Exception in com.atomikos.jms.internal
 

C

canBeRecycledForCallingThread() - Method in class com.atomikos.jms.internal.AtomikosPooledJmsConnection
 
close() - Method in class com.atomikos.jms.AtomikosConnectionFactoryBean
Closes the instance.
close() - Method in class com.atomikos.jms.extra.AbstractJmsSenderTemplate
Closes all resources.
close() - Method in class com.atomikos.jms.extra.MessageDrivenContainer
 
close() - Method in class com.atomikos.jms.internal.AtomikosJmsConnectionProxy
 
close() - Method in class com.atomikos.jms.internal.AtomikosJmsNonXaSessionProxy
 
close() - Method in class com.atomikos.jms.internal.AtomikosJmsXaSessionProxy
 
com.atomikos.jms - package com.atomikos.jms
 
com.atomikos.jms.extra - package com.atomikos.jms.extra
 
com.atomikos.jms.internal - package com.atomikos.jms.internal
 
commit() - Method in class com.atomikos.jms.internal.AtomikosJmsXaSessionProxy
 
ConcurrentJmsSenderTemplate - Class in com.atomikos.jms.extra
This is a long-lived JMS sender session, representing a self-refreshing JMS session that can be used to send JMS messages in a transacted way (a JTA transaction context is required).
ConcurrentJmsSenderTemplate() - Constructor for class com.atomikos.jms.extra.ConcurrentJmsSenderTemplate
 
createConnection() - Method in class com.atomikos.jms.AtomikosConnectionFactoryBean
 
createConnection(String, String) - Method in class com.atomikos.jms.AtomikosConnectionFactoryBean
 
createConsumer(Destination) - Method in class com.atomikos.jms.internal.AtomikosJmsXaSessionProxy
 
createConsumer(Destination, String) - Method in class com.atomikos.jms.internal.AtomikosJmsXaSessionProxy
 
createConsumer(Destination, String, boolean) - Method in class com.atomikos.jms.internal.AtomikosJmsXaSessionProxy
 
createContext() - Method in class com.atomikos.jms.AtomikosConnectionFactoryBean
 
createContext(String, String) - Method in class com.atomikos.jms.AtomikosConnectionFactoryBean
 
createContext(String, String, int) - Method in class com.atomikos.jms.AtomikosConnectionFactoryBean
 
createContext(int) - Method in class com.atomikos.jms.AtomikosConnectionFactoryBean
 
createDurableConsumer(Topic, String) - Method in class com.atomikos.jms.internal.AtomikosJmsXaSessionProxy
 
createDurableConsumer(Topic, String, String, boolean) - Method in class com.atomikos.jms.internal.AtomikosJmsXaSessionProxy
 
createDurableSubscriber(Topic, String) - Method in class com.atomikos.jms.internal.AtomikosJmsXaSessionProxy
 
createDurableSubscriber(Topic, String, String, boolean) - Method in class com.atomikos.jms.internal.AtomikosJmsXaSessionProxy
 
createProducer(Destination) - Method in class com.atomikos.jms.internal.AtomikosJmsXaSessionProxy
 
createSession() - Method in class com.atomikos.jms.extra.MessageDrivenContainer
 
createSession() - Method in class com.atomikos.jms.internal.AtomikosJmsConnectionProxy
 
createSession(int) - Method in class com.atomikos.jms.internal.AtomikosJmsConnectionProxy
 
createSession(boolean, int) - Method in class com.atomikos.jms.internal.AtomikosJmsConnectionProxy
 
createSharedConsumer(Topic, String) - Method in class com.atomikos.jms.internal.AtomikosJmsXaSessionProxy
 
createSharedConsumer(Topic, String, String) - Method in class com.atomikos.jms.internal.AtomikosJmsXaSessionProxy
 
createSharedDurableConsumer(Topic, String) - Method in class com.atomikos.jms.internal.AtomikosJmsXaSessionProxy
 
createSharedDurableConsumer(Topic, String, String) - Method in class com.atomikos.jms.internal.AtomikosJmsXaSessionProxy
 

D

destroy(Connection, Session) - Method in class com.atomikos.jms.extra.AbstractJmsSenderTemplate
 
destroy(Connection, Session) - Method in class com.atomikos.jms.extra.SingleThreadedJmsSenderTemplate
 
destroy() - Method in class com.atomikos.jms.internal.AtomikosJmsNonXaSessionProxy
 
destroy(boolean) - Method in class com.atomikos.jms.internal.AtomikosJmsXaSessionProxy
 
doCreateConnectionProxy() - Method in class com.atomikos.jms.internal.AtomikosPooledJmsConnection
 
doDestroy() - Method in class com.atomikos.jms.internal.AtomikosPooledJmsConnection
 
doInJmsSession(Session) - Method in interface com.atomikos.jms.extra.JmsSenderTemplateCallback
Performs some application-specific processing on the underlying JMS session.

E

executeCallback(JmsSenderTemplateCallback) - Method in class com.atomikos.jms.extra.AbstractJmsSenderTemplate
 
executeCallback(JmsSenderTemplateCallback) - Method in interface com.atomikos.jms.extra.JmsSenderTemplate
Executes an application-level call-back within the managed session.
executeCallbackInternal(JmsSenderTemplateCallback) - Method in class com.atomikos.jms.extra.AbstractJmsSenderTemplate
 

G

getAtomikosConnectionFactoryBean() - Method in class com.atomikos.jms.extra.AbstractJmsSenderTemplate
 
getAtomikosConnectionFactoryBean() - Method in class com.atomikos.jms.extra.MessageDrivenContainer
 
getBorrowConnectionTimeout() - Method in class com.atomikos.jms.AtomikosConnectionFactoryBean
Gets the timeout for borrowing connections from the pool.
getConcurrentConnectionValidation() - Method in class com.atomikos.jms.AtomikosConnectionFactoryBean
 
getDaemonThreads() - Method in class com.atomikos.jms.extra.MessageDrivenContainer
Tests whether threads are daemon threads.
getDefaultIsolationLevel() - Method in class com.atomikos.jms.AtomikosConnectionFactoryBean
 
getDeliveryMode() - Method in class com.atomikos.jms.extra.AbstractJmsSenderTemplate
 
getDestination() - Method in class com.atomikos.jms.extra.AbstractJmsSenderTemplate
 
getDestination() - Method in class com.atomikos.jms.extra.MessageDrivenContainer
Gets the destination.
getDestinationName() - Method in class com.atomikos.jms.extra.AbstractJmsSenderTemplate
 
getDestinationName() - Method in class com.atomikos.jms.extra.MessageDrivenContainer
Gets the destination name.
getExceptionListener() - Method in class com.atomikos.jms.extra.MessageDrivenContainer
Gets the exception listener (if any).
getIgnoreSessionTransactedFlag() - Method in class com.atomikos.jms.AtomikosConnectionFactoryBean
 
getLocalTransactionMode() - Method in class com.atomikos.jms.AtomikosConnectionFactoryBean
Gets the local transaction mode.
getMaintenanceInterval() - Method in class com.atomikos.jms.AtomikosConnectionFactoryBean
Gets the pool maintenance interval.
getMaxIdleTime() - Method in class com.atomikos.jms.AtomikosConnectionFactoryBean
Gets the max idle time for connections in the pool.
getMaxLifetime() - Method in class com.atomikos.jms.AtomikosConnectionFactoryBean
Gets the maximum lifetime in seconds.
getMaxPoolSize() - Method in class com.atomikos.jms.AtomikosConnectionFactoryBean
Gets the max size of the pool.
getMessageListener() - Method in class com.atomikos.jms.extra.MessageDrivenContainer
Get the message listener if any.
getMessageSelector() - Method in class com.atomikos.jms.extra.MessageDrivenContainer
Get the message selector (if any)
getMinPoolSize() - Method in class com.atomikos.jms.AtomikosConnectionFactoryBean
Gets the min size of the pool.
getNoLocal() - Method in class com.atomikos.jms.extra.MessageDrivenContainer
 
getNotifyListenerOnClose() - Method in class com.atomikos.jms.extra.MessageDrivenContainer
Getter to check whether the listener is notified on close.
getOrRefreshSession(Connection) - Method in class com.atomikos.jms.extra.AbstractJmsSenderTemplate
 
getOrRefreshSession(Connection) - Method in class com.atomikos.jms.extra.ConcurrentJmsSenderTemplate
 
getOrRefreshSession(Connection) - Method in class com.atomikos.jms.extra.SingleThreadedJmsSenderTemplate
 
getOrReuseConnection() - Method in class com.atomikos.jms.extra.AbstractJmsSenderTemplate
 
getOrReuseConnection() - Method in class com.atomikos.jms.extra.ConcurrentJmsSenderTemplate
 
getOrReuseConnection() - Method in class com.atomikos.jms.extra.SingleThreadedJmsSenderTemplate
 
getPoolSize() - Method in class com.atomikos.jms.extra.MessageDrivenContainer
Get the size of the pool.
getPriority() - Method in class com.atomikos.jms.extra.AbstractJmsSenderTemplate
 
getReceiveTimeout() - Method in class com.atomikos.jms.extra.MessageDrivenContainer
Gets the receive timeout in seconds.
getReference() - Method in class com.atomikos.jms.AtomikosConnectionFactoryBean
 
getReplyToDestination() - Method in class com.atomikos.jms.extra.AbstractJmsSenderTemplate
Gets the replyToDestination.
getReplyToDestinationName() - Method in class com.atomikos.jms.extra.AbstractJmsSenderTemplate
 
getRequiredInterfaceType() - Method in class com.atomikos.jms.internal.AtomikosJmsConnectionProxy
 
getRequiredInterfaceType() - Method in class com.atomikos.jms.internal.AtomikosJmsNonXaSessionProxy
 
getRequiredInterfaceType() - Method in class com.atomikos.jms.internal.AtomikosJmsXaSessionProxy
 
getSessionCreationMode() - Method in class com.atomikos.jms.AtomikosConnectionFactoryBean
 
getSubscriberName() - Method in class com.atomikos.jms.extra.MessageDrivenContainer
Gets the subscriber name (for durable subscribers).
getTestQuery() - Method in class com.atomikos.jms.AtomikosConnectionFactoryBean
Gets a test query, currently defaults to null (not applicable to JMS).
getTimeToLive() - Method in class com.atomikos.jms.extra.AbstractJmsSenderTemplate
 
getTransactionTimeout() - Method in class com.atomikos.jms.extra.MessageDrivenContainer
Get the transaction timeout.
getUniqueResourceName() - Method in class com.atomikos.jms.AtomikosConnectionFactoryBean
Gets the unique name for this resource.
getUnsubscribeOnClose() - Method in class com.atomikos.jms.extra.MessageDrivenContainer
Getter to test if unsubscribe should be called on close.
getUser() - Method in class com.atomikos.jms.extra.AbstractJmsSenderTemplate
 
getXaConnectionFactory() - Method in class com.atomikos.jms.AtomikosConnectionFactoryBean
Gets the configured XAConnectionFactory.
getXaConnectionFactoryClassName() - Method in class com.atomikos.jms.AtomikosConnectionFactoryBean
Gets the name of the vendor-specific XAConnectionFactory class implementation.
getXaProperties() - Method in class com.atomikos.jms.AtomikosConnectionFactoryBean
Gets the vendor-specific XA properties to set.

H

handleInvocationException(Throwable) - Method in class com.atomikos.jms.internal.AtomikosJmsConnectionProxy
 
handleInvocationException(Throwable) - Method in class com.atomikos.jms.internal.AtomikosJmsNonXaSessionProxy
 
handleInvocationException(Throwable) - Method in class com.atomikos.jms.internal.AtomikosJmsXaSessionProxy
 

I

init() - Method in class com.atomikos.jms.AtomikosConnectionFactoryBean
Initializes the instance.
init() - Method in class com.atomikos.jms.extra.AbstractJmsSenderTemplate
Initializes the session for sending.
init() - Method in class com.atomikos.jms.extra.MessageDrivenContainer
 
invoke(Object, Method, Object[]) - Method in class com.atomikos.jms.internal.AtomikosJmsNonXaSessionProxy
 
invoke(Object, Method, Object[]) - Method in class com.atomikos.jms.internal.AtomikosJmsXaSessionProxy
 
isAvailable() - Method in class com.atomikos.jms.internal.AbstractJmsSessionProxy
 
isAvailable() - Method in class com.atomikos.jms.internal.AtomikosJmsConnectionProxy
 
isAvailable() - Method in class com.atomikos.jms.internal.AtomikosJmsNonXaSessionProxy
 
isAvailable() - Method in class com.atomikos.jms.internal.AtomikosJmsXaSessionProxy
 
isAvailable() - Method in class com.atomikos.jms.internal.AtomikosPooledJmsConnection
 
isErroneous() - Method in class com.atomikos.jms.internal.AbstractJmsSessionProxy
 
isErroneous() - Method in class com.atomikos.jms.internal.AtomikosJmsConnectionProxy
 
isErroneous() - Method in class com.atomikos.jms.internal.AtomikosJmsNonXaSessionProxy
 
isErroneous() - Method in class com.atomikos.jms.internal.AtomikosJmsXaSessionProxy
 
isErroneous() - Method in class com.atomikos.jms.internal.AtomikosPooledJmsConnection
 
isInactiveTransaction(CompositeTransaction) - Method in class com.atomikos.jms.internal.AbstractJmsSessionProxy
 
isInactiveTransaction(CompositeTransaction) - Method in class com.atomikos.jms.internal.AtomikosJmsXaSessionProxy
 
isInTransaction(CompositeTransaction) - Method in class com.atomikos.jms.internal.AbstractJmsSessionProxy
 
isInTransaction(CompositeTransaction) - Method in class com.atomikos.jms.internal.AtomikosJmsConnectionProxy
 
isInTransaction(CompositeTransaction) - Method in class com.atomikos.jms.internal.AtomikosJmsNonXaSessionProxy
 
isInTransaction(CompositeTransaction) - Method in class com.atomikos.jms.internal.AtomikosJmsXaSessionProxy
 
isInTransaction(CompositeTransaction) - Method in class com.atomikos.jms.internal.AtomikosPooledJmsConnection
 
isNoLocal() - Method in class com.atomikos.jms.extra.MessageDrivenContainer
Test if this instance will receive sends from the same connection.

J

JMS_2_0 - Static variable in class com.atomikos.jms.SessionCreationMode
As of Atomikos release 6.0, this is the default: JMS session creation along the clarified JMS 2.0 specification guidelines, see https://jakarta.ee/specifications/messaging/2.0/apidocs/ for details.
JmsSenderTemplate - Interface in com.atomikos.jms.extra
Common interface for JMS send functionality so client can benefit from dependency injection.
JmsSenderTemplateCallback - Interface in com.atomikos.jms.extra
This is a call-back interface for doing more advanced and non-standard processing with the JmsSenderTemplate classes.

M

MessageDrivenContainer - Class in com.atomikos.jms.extra
A message-driven container for asynchronously receiving JMS messages from a topic or queue, within a managed JTA transaction context.
MessageDrivenContainer() - Constructor for class com.atomikos.jms.extra.MessageDrivenContainer
 

N

newInstance(int, XAConnection, XATransactionalResource, SessionHandleStateChangeListener, ConnectionPoolProperties) - Static method in class com.atomikos.jms.internal.AtomikosJmsConnectionProxy
 
newInstance(Session, SessionHandleStateChangeListener, AtomikosJmsConnectionProxy) - Static method in class com.atomikos.jms.internal.AtomikosJmsNonXaSessionProxy
 
newInstance(XASession, XATransactionalResource, SessionHandleStateChangeListener, SessionHandleStateChangeListener) - Static method in class com.atomikos.jms.internal.AtomikosJmsXaSessionProxy
 

O

onTerminated() - Method in class com.atomikos.jms.internal.AtomikosJmsConnectionProxy
 
onTerminated() - Method in class com.atomikos.jms.internal.AtomikosJmsXaSessionProxy
 
onTerminated() - Method in class com.atomikos.jms.internal.AtomikosPooledJmsConnection
 

P

poolAvailableSize() - Method in class com.atomikos.jms.AtomikosConnectionFactoryBean
 
poolTotalSize() - Method in class com.atomikos.jms.AtomikosConnectionFactoryBean
 
PRE_3_9 - Static variable in class com.atomikos.jms.SessionCreationMode
JMS session creation like in Atomikos releases prior to 3.9.
PRE_6_0 - Static variable in class com.atomikos.jms.SessionCreationMode
JMS session creation like in Atomikos releases [3.9-6.0).

R

recycle() - Method in class com.atomikos.jms.internal.AbstractJmsSessionProxy
 
recycle() - Method in class com.atomikos.jms.internal.AtomikosJmsNonXaSessionProxy
 
recycle() - Method in class com.atomikos.jms.internal.AtomikosJmsXaSessionProxy
 
refreshConnection() - Method in class com.atomikos.jms.extra.AbstractJmsSenderTemplate
 
refreshPool() - Method in class com.atomikos.jms.AtomikosConnectionFactoryBean
 
rollback() - Method in class com.atomikos.jms.internal.AtomikosJmsXaSessionProxy
 

S

sendBytesMessage(byte[]) - Method in class com.atomikos.jms.extra.AbstractJmsSenderTemplate
 
sendBytesMessage(byte[]) - Method in interface com.atomikos.jms.extra.JmsSenderTemplate
Sends a ByteMessage.
sendMapMessage(Map<String, ?>) - Method in class com.atomikos.jms.extra.AbstractJmsSenderTemplate
 
sendMapMessage(Map<String, ?>) - Method in interface com.atomikos.jms.extra.JmsSenderTemplate
Sends a MapMessage.
sendObjectMessage(Serializable) - Method in class com.atomikos.jms.extra.AbstractJmsSenderTemplate
 
sendObjectMessage(Serializable) - Method in interface com.atomikos.jms.extra.JmsSenderTemplate
Sends an ObjectMessage.
sendTextMessage(String) - Method in class com.atomikos.jms.extra.AbstractJmsSenderTemplate
 
sendTextMessage(String) - Method in interface com.atomikos.jms.extra.JmsSenderTemplate
Sends a TextMessage.
SessionCreationMode - Class in com.atomikos.jms
Constant values to indicate / tune the behavior in terms of JMS session creation (i.e., under what conditions to create XA sessions vs local sessions), so you can control backwards compatibility of your configuration.
SessionCreationMode() - Constructor for class com.atomikos.jms.SessionCreationMode
 
setAtomikosConnectionFactoryBean(AtomikosConnectionFactoryBean) - Method in class com.atomikos.jms.extra.AbstractJmsSenderTemplate
Sets the connection factory to use.
setAtomikosConnectionFactoryBean(AtomikosConnectionFactoryBean) - Method in class com.atomikos.jms.extra.MessageDrivenContainer
Sets the connection factory to use.
setBorrowConnectionTimeout(int) - Method in class com.atomikos.jms.AtomikosConnectionFactoryBean
Sets the max timeout that connection requests should wait when no connection is available in the pool.
setClientID(String) - Method in class com.atomikos.jms.extra.MessageDrivenContainer
Sets the clientID for durable subscriptions.
setConcurrentConnectionValidation(boolean) - Method in class com.atomikos.jms.AtomikosConnectionFactoryBean
Sets whether or not to use concurrent connection validation.
setDaemonThreads(boolean) - Method in class com.atomikos.jms.extra.MessageDrivenContainer
Sets whether threads should be daemon threads or not (optional).
setDeliveryMode(int) - Method in class com.atomikos.jms.extra.AbstractJmsSenderTemplate
Set the deliverymode for messages sent in this session (optional).
setDestination(Destination) - Method in class com.atomikos.jms.extra.AbstractJmsSenderTemplate
Sets the destination to send to.
setDestination(Destination) - Method in class com.atomikos.jms.extra.MessageDrivenContainer
Sets the JMS destination to listen on (required unless the destinationName is set instead).
setDestinationName(String) - Method in class com.atomikos.jms.extra.AbstractJmsSenderTemplate
Sets the (provider-specific) destination name in order to lookup the destination (rather than providing one directly).
setDestinationName(String) - Method in class com.atomikos.jms.extra.MessageDrivenContainer
Sets the JMS provider-specific destination name (required unless the destination is set directly).
setExceptionListener(ExceptionListener) - Method in class com.atomikos.jms.extra.MessageDrivenContainer
Sets the exception listener (optional).
setIgnoreSessionTransactedFlag(boolean) - Method in class com.atomikos.jms.AtomikosConnectionFactoryBean
Deprecated.
Kept for pre-3.9 configurations only. Otherwise, use the sessionCreationMode instead.
setLocalTransactionMode(boolean) - Method in class com.atomikos.jms.AtomikosConnectionFactoryBean
Sets whether or not local transactions are desired.
setMaintenanceInterval(int) - Method in class com.atomikos.jms.AtomikosConnectionFactoryBean
Sets the pool maintenance interval, i.e.
setMaxIdleTime(int) - Method in class com.atomikos.jms.AtomikosConnectionFactoryBean
Sets the max idle time after which connections are cleaned up from the pool.
setMaxLifetime(int) - Method in class com.atomikos.jms.AtomikosConnectionFactoryBean
Sets the maximum amount of seconds that a connection is kept in the pool before it is destroyed automatically.
setMaxPoolSize(int) - Method in class com.atomikos.jms.AtomikosConnectionFactoryBean
Sets the max size that the pool can reach.
setMessageListener(MessageListener) - Method in class com.atomikos.jms.extra.MessageDrivenContainer
Set the message listener to use (required).
setMessageSelector(String) - Method in class com.atomikos.jms.extra.MessageDrivenContainer
Set the message selector to use (optional).
setMinPoolSize(int) - Method in class com.atomikos.jms.AtomikosConnectionFactoryBean
Sets the min size of the pool.
setNoLocal(boolean) - Method in class com.atomikos.jms.extra.MessageDrivenContainer
Sets whether or not this topic should receive sends from the same connection (optional).
setNotifyListenerOnClose(boolean) - Method in class com.atomikos.jms.extra.MessageDrivenContainer
Set whether the listener should be notified of close events on the pool (optional).
setPassword(String) - Method in class com.atomikos.jms.extra.AbstractJmsSenderTemplate
Set the password for explicit authentication (optional).
setPoolSize(int) - Method in class com.atomikos.jms.AtomikosConnectionFactoryBean
Sets both the min and max size of the pool.
setPoolSize(int) - Method in class com.atomikos.jms.extra.MessageDrivenContainer
Sets the size of the session pool (optional).
setPriority(int) - Method in class com.atomikos.jms.extra.AbstractJmsSenderTemplate
Set the priority for messages sent in this session (optional).
setReceiveTimeout(int) - Method in class com.atomikos.jms.extra.MessageDrivenContainer
Sets the receive timeout in seconds, i.e.
setReplyToDestination(Destination) - Method in class com.atomikos.jms.extra.AbstractJmsSenderTemplate
If this session is used for sending request/reply messages, then this property indicates the destination where the replies are to be sent (optional).
setReplyToDestinationName(String) - Method in class com.atomikos.jms.extra.AbstractJmsSenderTemplate
Sets the provider-specific replyToDestinationName.
setSessionCreationMode(int) - Method in class com.atomikos.jms.AtomikosConnectionFactoryBean
Sets the creation mode for sessions.
setSubscriberName(String) - Method in class com.atomikos.jms.extra.MessageDrivenContainer
Sets the name to use for durable subscriptions (optional).
setTimeToLive(long) - Method in class com.atomikos.jms.extra.AbstractJmsSenderTemplate
Set the time to live for messages sent in this session (optional).
setTransactionTimeout(int) - Method in class com.atomikos.jms.extra.MessageDrivenContainer
Set the transaction timeout in seconds (optional).
setUniqueResourceName(String) - Method in class com.atomikos.jms.AtomikosConnectionFactoryBean
Sets the unique resource name for this resource, needed for recovery of transactions after restart.
setUnsubscribeOnClose(boolean) - Method in class com.atomikos.jms.extra.MessageDrivenContainer
Sets whether unsubscribe should be done at closing time (optional).
setUser(String) - Method in class com.atomikos.jms.extra.AbstractJmsSenderTemplate
Set the user to use for explicit authentication (optional).
setXaConnectionFactory(XAConnectionFactory) - Method in class com.atomikos.jms.AtomikosConnectionFactoryBean
Sets the XAConnectionFactory directly, instead of calling setXaConnectionFactoryClassName and setXaProperties.
setXaConnectionFactoryClassName(String) - Method in class com.atomikos.jms.AtomikosConnectionFactoryBean
Sets the fully qualified name of a vendor-specific implementation of XAConnectionFatory.
setXaProperties(Properties) - Method in class com.atomikos.jms.AtomikosConnectionFactoryBean
Sets the vendor-specific XA properties.
SingleThreadedJmsSenderTemplate - Class in com.atomikos.jms.extra
This is a long-lived JMS sender session, representing a self-refreshing JMS session that can be used to send JMS messages in a transacted way (a JTA transaction context is required).
SingleThreadedJmsSenderTemplate() - Constructor for class com.atomikos.jms.extra.SingleThreadedJmsSenderTemplate
 
start() - Method in class com.atomikos.jms.extra.MessageDrivenContainer
Start listening for messages.
stop() - Method in class com.atomikos.jms.extra.MessageDrivenContainer
Stop listening for messages.

T

testUnderlyingConnection() - Method in class com.atomikos.jms.internal.AtomikosPooledJmsConnection
 
throwAtomikosJMSException(String, Throwable) - Static method in exception com.atomikos.jms.internal.AtomikosJMSException
Logs and throws and AtomikosJMSException.
throwAtomikosJMSException(String) - Static method in exception com.atomikos.jms.internal.AtomikosJMSException
Logs and throws an AtomikosJMSException.
throwAtomikosTransactionRequiredJMSException(String) - Static method in exception com.atomikos.jms.internal.AtomikosTransactionRequiredJMSException
 
throwInvocationAfterClose(String) - Method in class com.atomikos.jms.internal.AtomikosJmsConnectionProxy
 
throwInvocationAfterClose(String) - Method in class com.atomikos.jms.internal.AtomikosJmsNonXaSessionProxy
 
throwInvocationAfterClose(String) - Method in class com.atomikos.jms.internal.AtomikosJmsXaSessionProxy
 
toString() - Method in class com.atomikos.jms.AtomikosConnectionFactoryBean
 
toString() - Method in class com.atomikos.jms.extra.ConcurrentJmsSenderTemplate
 
toString() - Method in class com.atomikos.jms.extra.SingleThreadedJmsSenderTemplate
 
toString() - Method in class com.atomikos.jms.internal.AtomikosJmsConnectionProxy
 
toString() - Method in class com.atomikos.jms.internal.AtomikosJmsNonXaSessionProxy
 
toString() - Method in class com.atomikos.jms.internal.AtomikosJmsXaSessionProxy
 
toString() - Method in class com.atomikos.jms.internal.AtomikosPooledJmsConnection
 
A C D E G H I J M N O P R S T 
Skip navigation links

Copyright © 2023. All rights reserved.