org.mule.transport.jms
Class JmsClientAcknowledgeTransaction
java.lang.Object
org.mule.transaction.AbstractTransaction
org.mule.transaction.AbstractSingleResourceTransaction
org.mule.transport.jms.JmsClientAcknowledgeTransaction
- All Implemented Interfaces:
- Transaction
public class JmsClientAcknowledgeTransaction
- extends AbstractSingleResourceTransaction
JmsClientAcknowledgeTransaction
is a transaction implementation of
performing a message acknowledgement. There is no notion of rollback with client
acknowledgement, but this transaction can be useful for controlling how messages
are consumed from a destination.
Method Summary |
void |
bindResource(java.lang.Object key,
java.lang.Object resource)
|
protected void |
doBegin()
Really begin the transaction. |
protected void |
doCommit()
Commit the transaction on the underlying resource |
protected void |
doRollback()
Rollback the transaction on the underlying resource |
void |
setMessage(javax.jms.Message message)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JmsClientAcknowledgeTransaction
public JmsClientAcknowledgeTransaction(MuleContext muleContext)
setMessage
public void setMessage(javax.jms.Message message)
doBegin
protected void doBegin()
throws TransactionException
- Description copied from class:
AbstractTransaction
- Really begin the transaction. Note that resources are enlisted yet.
- Specified by:
doBegin
in class AbstractTransaction
- Throws:
TransactionException
doCommit
protected void doCommit()
throws TransactionException
- Description copied from class:
AbstractTransaction
- Commit the transaction on the underlying resource
- Specified by:
doCommit
in class AbstractTransaction
- Throws:
TransactionException
doRollback
protected void doRollback()
throws TransactionException
- Description copied from class:
AbstractTransaction
- Rollback the transaction on the underlying resource
- Specified by:
doRollback
in class AbstractTransaction
- Throws:
TransactionException
bindResource
public void bindResource(java.lang.Object key,
java.lang.Object resource)
throws TransactionException
- Specified by:
bindResource
in interface Transaction
- Overrides:
bindResource
in class AbstractSingleResourceTransaction
- Throws:
TransactionException
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.