Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
F
G
I
J
M
N
O
P
R
S
T
U
A
attachTransaction(Xid, long)
- Method in class org.ow2.jonas.tm.jotm.
JOTMTransactionService
B
begin()
- Method in class org.ow2.jonas.tm.jotm.
JOTMTransactionManager
Creates a new transaction and associate it with the current thread.
C
commitXAResource(String)
- Method in class org.ow2.jonas.tm.jotm.
JOTMTransactionService
administrator recovery action: Commit.
commitXAResource(String)
- Method in class org.ow2.jonas.tm.jotm.mbean.
JTAResource
administrator recovery action: Commit.
D
detachTransaction()
- Method in class org.ow2.jonas.tm.jotm.
JOTMTransactionService
doStart()
- Method in class org.ow2.jonas.tm.jotm.
JOTMTransactionService
Start the Service Initialization of the service is already done.
doStop()
- Method in class org.ow2.jonas.tm.jotm.
JOTMTransactionService
Stop the transaction service.
F
forgetXAResource(String)
- Method in class org.ow2.jonas.tm.jotm.
JOTMTransactionService
administrator recovery action: forget
forgetXAResource(String)
- Method in class org.ow2.jonas.tm.jotm.mbean.
JTAResource
administrator recovery action: forget
G
getAllActiveTx()
- Method in class org.ow2.jonas.tm.jotm.
JOTMTransactionService
Get all currently executing transactions.
getAllActiveTx()
- Method in class org.ow2.jonas.tm.jotm.mbean.
JTAResource
getAllActiveXids()
- Method in class org.ow2.jonas.tm.jotm.
JOTMTransactionService
Get all currently executing Xids.
getAllActiveXids()
- Method in class org.ow2.jonas.tm.jotm.mbean.
JTAResource
getAllRecoveryTx()
- Method in class org.ow2.jonas.tm.jotm.
JOTMTransactionService
Get all transactions that require administrator recovery action.
getAllRecoveryTx()
- Method in class org.ow2.jonas.tm.jotm.mbean.
JTAResource
getAllXAResource(String)
- Method in class org.ow2.jonas.tm.jotm.
JOTMTransactionService
Get all XAResoures of a transaction that require administrator recovery action.
getAllXAResource(String)
- Method in class org.ow2.jonas.tm.jotm.mbean.
JTAResource
getHostName()
- Method in class org.ow2.jonas.tm.jotm.mbean.
JTAResource
getObjectInstance(Object, Name, Context, Hashtable)
- Method in class org.ow2.jonas.tm.jotm.
UserTransactionFactory
getPortNumber()
- Method in class org.ow2.jonas.tm.jotm.mbean.
JTAResource
getReference()
- Method in class org.ow2.jonas.tm.jotm.
JOTMTransactionManager
We want to use our UserTransactionFactory here, that will instanciate a JOTMTransactionManager.
getTimeout()
- Method in class org.ow2.jonas.tm.jotm.
JOTMTransactionService
getTimeOut()
- Method in class org.ow2.jonas.tm.jotm.mbean.
JTAResource
getTotalBegunTransactions()
- Method in class org.ow2.jonas.tm.jotm.
JOTMTransactionService
Get begun transactions number.
getTotalBegunTransactions()
- Method in class org.ow2.jonas.tm.jotm.mbean.
JTAResource
getTotalCommittedTransactions()
- Method in class org.ow2.jonas.tm.jotm.
JOTMTransactionService
Get committed transactions number.
getTotalCommittedTransactions()
- Method in class org.ow2.jonas.tm.jotm.mbean.
JTAResource
getTotalCurrentTransactions()
- Method in class org.ow2.jonas.tm.jotm.
JOTMTransactionService
Get current transactions number.
getTotalCurrentTransactions()
- Method in class org.ow2.jonas.tm.jotm.mbean.
JTAResource
getTotalExpiredTransactions()
- Method in class org.ow2.jonas.tm.jotm.
JOTMTransactionService
Get expired transactions number.
getTotalExpiredTransactions()
- Method in class org.ow2.jonas.tm.jotm.mbean.
JTAResource
getTotalRolledbackTransactions()
- Method in class org.ow2.jonas.tm.jotm.
JOTMTransactionService
Get rolled back transactions number.
getTotalRolledbackTransactions()
- Method in class org.ow2.jonas.tm.jotm.mbean.
JTAResource
getTransactionManager()
- Method in class org.ow2.jonas.tm.jotm.
JOTMTransactionService
Gets the TransactionManager object instance.
getTransactionSynchronizationRegistry()
- Method in class org.ow2.jonas.tm.jotm.
JOTMTransactionService
Gets the TransactionSynchronizationRegistry object instance.
getUnique()
- Static method in class org.ow2.jonas.tm.jotm.
JOTMTransactionManager
getUserTransaction()
- Method in class org.ow2.jonas.tm.jotm.
JOTMTransactionService
Gets the UserTransaction object instance.
getXATerminator()
- Method in class org.ow2.jonas.tm.jotm.
JOTMTransactionService
Gets the inflow transaction object that represents the transaction context of the calling thread.
I
init()
- Method in class org.ow2.jonas.tm.jotm.delegate.
ServerTransactionCCFDelegate
Initialize the Context.
init()
- Method in class org.ow2.jonas.tm.jotm.delegate.
TransactionCCFDelegate
Initialize the Context.
init()
- Method in class org.ow2.jonas.tm.jotm.delegate.
UserTransactionCCFDelegate
Initialize the Context.
isLocalJtm()
- Method in class org.ow2.jonas.tm.jotm.mbean.
JTAResource
isRecoveryEnabled()
- Method in class org.ow2.jonas.tm.jotm.
JOTMTransactionManager
J
JOTMTransactionManager
- Class in
org.ow2.jonas.tm.jotm
Wrapper on the JOTM TransactionManager (Current) This is necessary to track the begin() calls and implement the additional methods defined in org.ow2.jonas.tm.TransactionManager.
JOTMTransactionManager(TransactionFactory)
- Constructor for class org.ow2.jonas.tm.jotm.
JOTMTransactionManager
JOTMTransactionManager()
- Constructor for class org.ow2.jonas.tm.jotm.
JOTMTransactionManager
Constructor for clients (See UserTramsactionFactory)
JOTMTransactionResourceManager
- Class in
org.ow2.jonas.tm.jotm
Wrapper on a TxResourceManager.
JOTMTransactionResourceManager(TxResourceManager)
- Constructor for class org.ow2.jonas.tm.jotm.
JOTMTransactionResourceManager
JOTMTransactionService
- Class in
org.ow2.jonas.tm.jotm
Transaction Service implementation.
JOTMTransactionService()
- Constructor for class org.ow2.jonas.tm.jotm.
JOTMTransactionService
JTAResource
- Class in
org.ow2.jonas.tm.jotm.mbean
MBean class for JTAResource Management
JTAResource(String, JOTMTransactionService, Integer, Boolean, Integer, String)
- Constructor for class org.ow2.jonas.tm.jotm.mbean.
JTAResource
JTA Resource constructor
JTAResourceMBean
- Class in
org.ow2.jonas.tm.jotm.mbean
MBean class for JTA resource management.
JTAResourceMBean()
- Constructor for class org.ow2.jonas.tm.jotm.mbean.
JTAResourceMBean
M
modify(Context)
- Method in class org.ow2.jonas.tm.jotm.delegate.
TransactionCCFDelegate
N
nonJotmTransactionContext()
- Method in class org.ow2.jonas.tm.jotm.
JOTMTransactionManager
notifyConnectionClose(Enlistable)
- Method in class org.ow2.jonas.tm.jotm.
JOTMTransactionManager
A Connection has been closed.
notifyConnectionError(Enlistable)
- Method in class org.ow2.jonas.tm.jotm.
JOTMTransactionManager
A Connection has been in error.
notifyConnectionOpen(Enlistable)
- Method in class org.ow2.jonas.tm.jotm.
JOTMTransactionManager
A Connection has been opened.
O
org.ow2.jonas.tm.jotm
- package org.ow2.jonas.tm.jotm
org.ow2.jonas.tm.jotm.delegate
- package org.ow2.jonas.tm.jotm.delegate
org.ow2.jonas.tm.jotm.mbean
- package org.ow2.jonas.tm.jotm.mbean
P
popConnectionList()
- Method in class org.ow2.jonas.tm.jotm.
JOTMTransactionManager
pushConnectionList(List)
- Method in class org.ow2.jonas.tm.jotm.
JOTMTransactionManager
R
registerResourceManager(String, XAResource, String, Properties, TxResourceManager)
- Method in class org.ow2.jonas.tm.jotm.
JOTMTransactionManager
resetAllCounters()
- Method in class org.ow2.jonas.tm.jotm.mbean.
JTAResource
Reset all transaction counters
resetAllTxTotalCounters()
- Method in class org.ow2.jonas.tm.jotm.
JOTMTransactionService
Reset all transaction counters.
returnXAResource(String, XAResource)
- Method in class org.ow2.jonas.tm.jotm.
JOTMTransactionResourceManager
rollbackXAResource(String)
- Method in class org.ow2.jonas.tm.jotm.
JOTMTransactionService
administrator recovery action: rollback
rollbackXAResource(String)
- Method in class org.ow2.jonas.tm.jotm.mbean.
JTAResource
administrator recovery action: rollback
S
saveConfig()
- Method in class org.ow2.jonas.tm.jotm.mbean.
JTAResource
Save updated configuration
ServerTransactionCCFDelegate
- Class in
org.ow2.jonas.tm.jotm.delegate
Implements the TransactionCCFDelegate abstract class for server usage.
ServerTransactionCCFDelegate()
- Constructor for class org.ow2.jonas.tm.jotm.delegate.
ServerTransactionCCFDelegate
SERVICE_NAME
- Static variable in class org.ow2.jonas.tm.jotm.mbean.
JTAResource
Service name as used to label configuration properties
setJmxService(JmxService)
- Method in class org.ow2.jonas.tm.jotm.
JOTMTransactionService
setRegistryService(RegistryService)
- Method in class org.ow2.jonas.tm.jotm.
JOTMTransactionService
setRemote(boolean)
- Method in class org.ow2.jonas.tm.jotm.
JOTMTransactionService
setTimeout(int)
- Method in class org.ow2.jonas.tm.jotm.
JOTMTransactionService
Sets the default transaction timeout and register Current in JNDI.
setTimeOut(Integer)
- Method in class org.ow2.jonas.tm.jotm.mbean.
JTAResource
setTransactionService(TransactionService)
- Method in class org.ow2.jonas.tm.jotm.delegate.
ServerTransactionCCFDelegate
startResourceManagerRecovery()
- Method in class org.ow2.jonas.tm.jotm.
JOTMTransactionService
Start Resource Manager Recovery.
T
TransactionCCFDelegate
- Class in
org.ow2.jonas.tm.jotm.delegate
Store the
UserTransaction
object under the
java:comp/UserTransaction
name.
TransactionCCFDelegate()
- Constructor for class org.ow2.jonas.tm.jotm.delegate.
TransactionCCFDelegate
tsr
- Variable in class org.ow2.jonas.tm.jotm.delegate.
TransactionCCFDelegate
TransactionSynchronizationRegistry object, to be shared by all components.
tsr
- Variable in class org.ow2.jonas.tm.jotm.
JOTMTransactionService
TransactionSynchronizationRegistry object, to be shared by all components.
U
undo(Context)
- Method in class org.ow2.jonas.tm.jotm.delegate.
TransactionCCFDelegate
Undo the changes done by this delegate on the given java:comp context.
userTransaction
- Variable in class org.ow2.jonas.tm.jotm.delegate.
TransactionCCFDelegate
UserTransaction object, to be shared by all components.
UserTransactionCCFDelegate
- Class in
org.ow2.jonas.tm.jotm.delegate
Implements the TransactionCCFDelegate abstract class for client usage.
UserTransactionCCFDelegate()
- Constructor for class org.ow2.jonas.tm.jotm.delegate.
UserTransactionCCFDelegate
UserTransactionFactory
- Class in
org.ow2.jonas.tm.jotm
UserTransactionFactory()
- Constructor for class org.ow2.jonas.tm.jotm.
UserTransactionFactory
A
B
C
D
F
G
I
J
M
N
O
P
R
S
T
U
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2011
OW2 Consortium
. All Rights Reserved.