| |
|
| org.jboss.tm.TransactionManagerServiceMBean
All known Subclasses: org.jboss.tm.TransactionManagerService,
TransactionManagerServiceMBean | public interface TransactionManagerServiceMBean extends ServiceMBean,TransactionManagerFactory(Code) | | TransactionManagerService MBean interface.
See Also: TxManager version: $Revision: 57208 $ |
getCommitCount | long getCommitCount()(Code) | | The number of commits.
the number of transactions that have been committed |
getGlobalIdsEnabled | boolean getGlobalIdsEnabled()(Code) | | Describe getGlobalIdsEnabled method here.
an boolean value |
getRollbackCount | long getRollbackCount()(Code) | | The number of rollbacks.
the number of transactions that have been rolled back |
getTransactionCount | long getTransactionCount()(Code) | | Counts the number of transactions
the number of active transactions |
getTransactionTimeout | int getTransactionTimeout()(Code) | | Describe getTransactionTimeout method here.
an int value |
getXidFactory | ObjectName getXidFactory()(Code) | | mbean get-set pair for field xidFactory Get the value of xidFactory
value of xidFactory |
isInterruptThreads | boolean isInterruptThreads()(Code) | | Is thread interruption enabled at transaction timeout
true for interrupt threads, false otherwise |
registerXAExceptionFormatter | void registerXAExceptionFormatter(Class clazz, XAExceptionFormatter formatter)(Code) | | The registerXAExceptionFormatter method
Parameters: clazz - a Class value Parameters: formatter - a XAExceptionFormatter value |
setGlobalIdsEnabled | void setGlobalIdsEnabled(boolean newValue)(Code) | | Describe setGlobalIdsEnabled method here.
Parameters: newValue - an boolean value |
setInterruptThreads | void setInterruptThreads(boolean interruptThreads)(Code) | | Enable/disable thread interruption at transaction timeout.
Parameters: interruptThreads - pass true to interrupt threads, false otherwise* |
setTransactionIntegrityFactory | void setTransactionIntegrityFactory(TransactionIntegrityFactory factory)(Code) | | Set the Integrity checker factory
Parameters: factory - the integrity checker factory |
setTransactionTimeout | void setTransactionTimeout(int timeout)(Code) | | Describe setTransactionTimeout method here.
Parameters: timeout - an int value |
setXidFactory | void setXidFactory(ObjectName xidFactory)(Code) | | Set the value of xidFactory
Parameters: xidFactory - Value to assign to xidFactory |
unregisterXAExceptionFormatter | void unregisterXAExceptionFormatter(Class clazz)(Code) | | The unregisterXAExceptionFormatter method
Parameters: clazz - a Class value |
|
|
|