| org.jboss.tm.TransactionManagerService
getCommitCount | public long getCommitCount()(Code) | | The number of commits.
the number of transactions that have been committed |
getGlobalIdsEnabled | public boolean getGlobalIdsEnabled()(Code) | | Describe getGlobalIdsEnabled method here.
an boolean value |
getRollbackCount | public long getRollbackCount()(Code) | | The number of rollbacks.
the number of transactions that have been rolled back |
getTransactionCount | public long getTransactionCount()(Code) | | Counts the number of transactions
the number of active transactions |
getTransactionManager | public TransactionManager getTransactionManager()(Code) | | mbean get-set pair for field transactionManager
Get the value of transactionManager
value of transactionManager |
getTransactionTimeout | public int getTransactionTimeout()(Code) | | Describe getTransactionTimeout method here.
an int value |
getXidFactory | public ObjectName getXidFactory()(Code) | | mbean get-set pair for field xidFactory
Get the value of xidFactory
value of xidFactory |
isInterruptThreads | public boolean isInterruptThreads()(Code) | | Is thread interruption enabled at transaction timeout
true for interrupt threads, false otherwise |
registerXAExceptionFormatter | public void registerXAExceptionFormatter(Class clazz, XAExceptionFormatter formatter)(Code) | | The registerXAExceptionFormatter method
Parameters: clazz - a Class value Parameters: formatter - a XAExceptionFormatter value |
setGlobalIdsEnabled | public void setGlobalIdsEnabled(boolean newValue)(Code) | | Describe setGlobalIdsEnabled method here.
Parameters: newValue - an boolean value |
setInterruptThreads | public void setInterruptThreads(boolean interruptThreads)(Code) | | Enable/disable thread interruption at transaction timeout.
Parameters: interruptThreads - pass true to interrupt threads, false otherwise |
setTransactionIntegrityFactory | public void setTransactionIntegrityFactory(TransactionIntegrityFactory factory)(Code) | | Set the Transaction integrity factory
Parameters: factory - the factory |
setTransactionTimeout | public void setTransactionTimeout(int timeout)(Code) | | Describe setTransactionTimeout method here.
Parameters: timeout - an int value |
setXidFactory | public void setXidFactory(ObjectName xidFactory)(Code) | | Set the value of xidFactory
Parameters: xidFactory - Value to assign to xidFactory |
stopService | protected void stopService()(Code) | | |
unregisterXAExceptionFormatter | public void unregisterXAExceptionFormatter(Class clazz)(Code) | | The unregisterXAExceptionFormatter method
Parameters: clazz - a Class value |
|
|