A C D E F G H O P R S T U

A

addJavaxXid(Xid) - Method in class org.objectweb.jotm.SubCoordinator
add this javaxxid to the List
addResource(XAResource) - Method in class org.objectweb.jotm.SubCoordinator
add a XAResource to the list
addSynchronization(Synchronization) - Method in class org.objectweb.jotm.SubCoordinator
add a Synchronization to the list

C

cleanup() - Method in class org.objectweb.jotm.TransactionImpl
 
commit() - Method in class org.objectweb.jotm.SubCoordinator
phase 2 of the 2PC.
commit() - Method in class org.objectweb.jotm.TransactionImpl
Complete the transaction represented by this Transaction object The calling thread is not required to have the same transaction associated with the thread.
commit_one_phase() - Method in class org.objectweb.jotm.SubCoordinator
commit 1 phase.

D

delistResource(XAResource, int) - Method in class org.objectweb.jotm.TransactionImpl
Delist the resource specified from the current transaction associated with the calling thread.
doAttach(int) - Method in class org.objectweb.jotm.TransactionImpl
enlist/clear all suspended resource
doDetach(int) - Method in class org.objectweb.jotm.TransactionImpl
delist all enlisted resources and move to suspended

E

enlistResource(XAResource) - Method in class org.objectweb.jotm.TransactionImpl
Enlist the resource specified with the current transaction context of the calling thread
equals(Object) - Method in class org.objectweb.jotm.TransactionImpl
return true if objects are identical

F

forget() - Method in class org.objectweb.jotm.SubCoordinator
forget heuristics about this transaction.

G

getEnlistedXAResource() - Method in class org.objectweb.jotm.TransactionImpl
get a copy of the list of currently enlisted resource
getJavaxXid(int) - Method in class org.objectweb.jotm.SubCoordinator
Get the javaxxid at specified index in the list
getPropagationContext(boolean) - Method in class org.objectweb.jotm.TransactionImpl
Return associated PropagationContext Used for implicit Context propagation.
getStatus() - Method in class org.objectweb.jotm.SubCoordinator
return the status of this transaction
getStatus() - Method in class org.objectweb.jotm.TransactionImpl
Obtain the status of the transaction associated with the current thread.
getTxDate() - Method in class org.objectweb.jotm.TransactionImpl
get the date time stamp for the transaction
getUserResource(Object) - Method in class org.objectweb.jotm.TransactionImpl
Get User Resource
getXaresIndex(XAResource) - Method in class org.objectweb.jotm.SubCoordinator
return index in resourceList of this XAResource
getXid() - Method in class org.objectweb.jotm.TransactionImpl
Get the Xid of the transaction

H

hashCode() - Method in class org.objectweb.jotm.TransactionImpl
return a hashcode value for this object

O

org.objectweb.jotm - package org.objectweb.jotm
 

P

prepare() - Method in class org.objectweb.jotm.SubCoordinator
phase 1 of the 2PC.
prepare() - Method in class org.objectweb.jotm.TransactionImpl
Prepare the transaction represented by this Transaction object.
putUserResource(Object, Object) - Method in class org.objectweb.jotm.TransactionImpl
Save User Resource

R

registerInterposedSynchronization(Synchronization) - Method in class org.objectweb.jotm.TransactionImpl
Register InterposedSynchronization
registerSynchronization(Synchronization) - Method in class org.objectweb.jotm.TransactionImpl
Register a synchronization object for the transaction currently associated with the calling thread.
rollback() - Method in class org.objectweb.jotm.SubCoordinator
rollback transaction
rollback() - Method in class org.objectweb.jotm.TransactionImpl
Rollback the transaction represented by this Transaction object.

S

setRollbackOnly() - Method in class org.objectweb.jotm.SubCoordinator
set the transaction "rollback only"
setRollbackOnly() - Method in class org.objectweb.jotm.TransactionImpl
Modify the transaction associated with the current thread such that the only possible outcome of the transaction is to roll back the transaction.
setTimer(TimerEvent) - Method in class org.objectweb.jotm.TransactionImpl
set a timer for the transaction
setTxDate(Date) - Method in class org.objectweb.jotm.TransactionImpl
set the date time stamp for the transaction
SubCoordinator - Class in org.objectweb.jotm
This object is the local coordinator.

T

timeoutExpired(Object) - Method in class org.objectweb.jotm.TransactionImpl
timeout for that transaction has expired
toRemove() - Method in class org.objectweb.jotm.TransactionImpl
 
toString() - Method in class org.objectweb.jotm.TransactionImpl
string form
TransactionImpl - Class in org.objectweb.jotm
TransactionImpl is the implementation of the Transaction interface, defined in JTA specifications.
TransactionImpl(Xid, int) - Constructor for class org.objectweb.jotm.TransactionImpl
New transaction (begin).
TransactionImpl(TransactionContext) - Constructor for class org.objectweb.jotm.TransactionImpl
New Transaction for this thread (setPropagationContext)

U

unsetTimer() - Method in class org.objectweb.jotm.TransactionImpl
unset the timer
updatePropagationContext(TransactionContext) - Method in class org.objectweb.jotm.TransactionImpl
update the propagation context We should be inside the reply of a request involved in a tx here!

A C D E F G H O P R S T U

Copyright © 2014 The Kuali Foundation. All rights reserved.