JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean description:

TransactionManager Service.

List of MBean attributes:

Name Type Access Value Description
Name java.lang.String R TransactionManagerService The class name of the MBean
State int R 3 The status of the MBean
StateString java.lang.String R Started The status of the MBean in text form
GlobalIdsEnabled boolean RW True False Should be set to true for transaction demarcation over IIOP
InterruptThreads boolean RW True False Whether to interrupt threads at transaction timeout
TransactionTimeout int RW The transaction timeout in seconds
XidFactory javax.management.ObjectName RW View MBean Name of the xidFactory
TransactionIntegrityFactory org.jboss.tm.integrity.TransactionIntegrityFactory W Transaction Integrity Policy
TransactionManager javax.transaction.TransactionManager R org.jboss.tm.TxManager@171c1ebe Returns the TransactionManager managed by this service
XATerminator org.jboss.tm.JBossXATerminator R org.jboss.tm.TxManager@171c1ebe Returns the XATerminator managed by this service
TransactionCount long R 0 Counts the number of active transactions
CommitCount long R 42673 Counts the number of commited transactions
RollbackCount long R 62 Counts the number of transactions that have been rolled back

List of MBean operations:


void registerXAExceptionFormatter()

Register a XAException Formatter

Param ParamType ParamValue ParamDescription
clazz java.lang.Class The class of the formatter
formatter org.jboss.tm.XAExceptionFormatter A XAExceptionFromatter value

void unregisterXAExceptionFormatter()

Unregister a XAException Formatter

Param ParamType ParamValue ParamDescription
clazz java.lang.Class The class of the formatter

void create()

Standard MBean lifecycle method


void start()

The start lifecycle operation


void stop()

The stop lifecycle operation


void destroy()

The destroy lifecycle operation


void jbossInternalLifecycle()

The detyped lifecycle operation (for internal use only)

Param ParamType ParamValue ParamDescription
method java.lang.String The lifecycle operation