Tim Fox,
prepare
void prepare()
throws java.lang.Exception
- Throws:
java.lang.Exception
commit
void commit()
throws java.lang.Exception
- Throws:
java.lang.Exception
commit
void commit(boolean onePhase)
throws java.lang.Exception
- Throws:
java.lang.Exception
rollback
void rollback()
throws java.lang.Exception
- Throws:
java.lang.Exception
getOperationsCount
int getOperationsCount()
getID
long getID()
getXid
javax.transaction.xa.Xid getXid()
suspend
void suspend()
resume
void resume()
getState
Transaction.State getState()
setState
void setState(Transaction.State state)
markAsRollbackOnly
void markAsRollbackOnly(MessagingException messagingException)
getCreateTime
long getCreateTime()
addOperation
void addOperation(TransactionOperation sync)
removeOperation
void removeOperation(TransactionOperation sync)
putProperty
void putProperty(int index,
java.lang.Object property)
getProperty
java.lang.Object getProperty(int index)
getDistinctQueues
java.util.Set<Queue> getDistinctQueues()
Copyright © 2006 JBoss Inc. All Rights Reserved.