public interface Committable
| Modifier and Type | Method and Description |
|---|---|
void |
closeTransaction()
Unlock the destination for transactional update
|
void |
commitChanges()
Commit all changes (make sure they are really applied)
|
void |
commitChanges(SynchronizationBarrier barrier)
Commit all changes (make sure they are really applied) (ASYNCHRONOUS)
|
String |
getName()
Get the committable name
|
void |
openTransaction()
Lock the destination for transactional update
|
String getName()
void openTransaction()
void closeTransaction()
void commitChanges()
throws javax.jms.JMSException
javax.jms.JMSExceptionvoid commitChanges(SynchronizationBarrier barrier) throws javax.jms.JMSException
barrier - a synchronization barrierjavax.jms.JMSExceptionCopyright © 2019. All rights reserved.