Uses of Interface
org.sca4j.binding.jms.runtime.tx.TransactionHandler

Packages that use TransactionHandler
org.sca4j.binding.jms.runtime   
org.sca4j.binding.jms.runtime.host   
org.sca4j.binding.jms.runtime.host.standalone   
org.sca4j.binding.jms.runtime.tx   
 

Uses of TransactionHandler in org.sca4j.binding.jms.runtime
 

Methods in org.sca4j.binding.jms.runtime with parameters of type TransactionHandler
 void JmsSourceWireAttacher.setTransactionHandler(TransactionHandler transactionHandler)
          Injects the transaction handler.
 

Constructors in org.sca4j.binding.jms.runtime with parameters of type TransactionHandler
SCA4JMessageListener(javax.jms.Destination destination, javax.jms.ConnectionFactory connectionFactory, java.util.Map<java.lang.String,java.util.Map.Entry<org.sca4j.spi.model.physical.PhysicalOperationDefinition,org.sca4j.spi.wire.InvocationChain>> ops, CorrelationScheme correlationScheme, TransactionHandler transactionHandler, TransactionType transactionType)
           
 

Uses of TransactionHandler in org.sca4j.binding.jms.runtime.host
 

Methods in org.sca4j.binding.jms.runtime.host with parameters of type TransactionHandler
 void JmsHost.registerResponseListener(JMSObjectFactory requestJMSObjectFactory, JMSObjectFactory responseJMSObjectFactory, ResponseMessageListener messageListener, TransactionType transactionType, TransactionHandler transactionHandler, java.lang.ClassLoader cl, java.net.URI serviceUri, JmsBindingMetadata metadata)
           
 

Uses of TransactionHandler in org.sca4j.binding.jms.runtime.host.standalone
 

Fields in org.sca4j.binding.jms.runtime.host.standalone declared as TransactionHandler
 TransactionHandler ConsumerWorkerTemplate.transactionHandler
           
 

Methods in org.sca4j.binding.jms.runtime.host.standalone with parameters of type TransactionHandler
 void StandalonePullJmsHost.registerResponseListener(JMSObjectFactory requestJMSObjectFactory, JMSObjectFactory responseJMSObjectFactory, ResponseMessageListener messageListener, TransactionType transactionType, TransactionHandler transactionHandler, java.lang.ClassLoader cl, java.net.URI serviceUri, JmsBindingMetadata metadata)
           
 

Uses of TransactionHandler in org.sca4j.binding.jms.runtime.tx
 

Classes in org.sca4j.binding.jms.runtime.tx that implement TransactionHandler
 class JtaTransactionHandler
           
 



Copyright © 2008-2010 Service Symphony. All Rights Reserved.