JMX MBean View

Name Domain jboss
service TransactionManager
Java Class org.jboss.mx.modelmbean.XMBean
Description TransactionManager Service.

Back to Agent ViewRefresh MBean View

Attribute Name (Access)
Type
Description
Attribute Value
CommitCount (R)
long
Counts the number of commited transactions
0
Name (R)
java.lang.String
The class name of the MBean
TransactionManagerService
RollbackCount (R)
long
Counts the number of transactions that have been rolled back
0
State (R)
int
The status of the MBean
3
StateString (R)
java.lang.String
The status of the MBean in text form
Started
TransactionCount (R)
long
Counts the number of active transactions
0
TransactionManager (R)
javax.transaction.TransactionManager
Returns the TransactionManager managed by this service
org.jboss.tm.TxManager@34e2cc
TransactionTimeout (RW)
int
The transaction timeout in seconds
XidFactory (RW)
javax.management.ObjectName
Name of the xidFactory

View MBean

Operation Name
Return Type
Description
Parameters
create
void
Standard MBean lifecycle method
destroy
void
The destroy lifecycle operation
jbossInternalLifecycle
void
The detyped lifecycle operation (for internal use only)
method
java.lang.String
The lifecycle operation
registerXAExceptionFormatter
void
Register a XAException Formatter
clazz
java.lang.Class
The class of the formatter
formatter
org.jboss.tm.XAExceptionFormatter
A XAExceptionFromatter value
start
void
The start lifecycle operation
stop
void
The stop lifecycle operation
unregisterXAExceptionFormatter
void
Unregister a XAException Formatter
clazz
java.lang.Class
The class of the formatter