|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
MBean interface.
TxManager
Field Summary |
Fields inherited from interface org.jboss.system.ServiceMBean |
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED |
Method Summary | |
long |
getCommitCount()
The number of commits. |
long |
getRollbackCount()
The number of rollbacks. |
long |
getTransactionCount()
Counts the number of transactions |
TransactionManager |
getTransactionManager()
mbean get-set pair for field transactionManager Get the value of transactionManager |
int |
getTransactionTimeout()
Describe getTransactionTimeout method here. |
javax.management.ObjectName |
getXidFactory()
mbean get-set pair for field xidFactory Get the value of xidFactory |
void |
registerXAExceptionFormatter(Class clazz,
XAExceptionFormatter formatter)
The registerXAExceptionFormatter method |
void |
setTransactionTimeout(int timeout)
Describe setTransactionTimeout method here. |
void |
setXidFactory(javax.management.ObjectName xidFactory)
Set the value of xidFactory |
void |
unregisterXAExceptionFormatter(Class clazz)
The unregisterXAExceptionFormatter method |
Methods inherited from interface org.jboss.system.ServiceMBean |
getName, getState, getStateString, jbossInternalLifecycle |
Methods inherited from interface org.jboss.system.Service |
create, destroy, start, stop |
Method Detail |
public int getTransactionTimeout()
getTransactionTimeout
method here.
int
valuepublic void setTransactionTimeout(int timeout)
setTransactionTimeout
method here.
timeout
- an int
valuepublic javax.management.ObjectName getXidFactory()
public void setXidFactory(javax.management.ObjectName xidFactory)
xidFactory
- Value to assign to xidFactorypublic TransactionManager getTransactionManager()
public long getTransactionCount()
public long getCommitCount()
public long getRollbackCount()
public void registerXAExceptionFormatter(Class clazz, XAExceptionFormatter formatter)
registerXAExceptionFormatter
method
clazz
- a Class
valueformatter
- a XAExceptionFormatter
valuepublic void unregisterXAExceptionFormatter(Class clazz)
unregisterXAExceptionFormatter
method
clazz
- a Class
value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |