|
||||||||||
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. |
boolean |
getGlobalIdsEnabled()
Describe getGlobalIdsEnabled method here. |
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. |
JBossXATerminator |
getXATerminator()
Get the xa terminator |
javax.management.ObjectName |
getXidFactory()
mbean get-set pair for field xidFactory Get the value of xidFactory |
boolean |
isInterruptThreads()
Is thread interruption enabled at transaction timeout |
void |
registerXAExceptionFormatter(Class clazz,
XAExceptionFormatter formatter)
The registerXAExceptionFormatter method |
void |
setGlobalIdsEnabled(boolean newValue)
Describe setGlobalIdsEnabled method here. |
void |
setInterruptThreads(boolean interruptThreads)
Enable/disable thread interruption at transaction timeout. |
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 boolean getGlobalIdsEnabled()
getGlobalIdsEnabled
method here.
boolean
valuepublic void setGlobalIdsEnabled(boolean newValue)
setGlobalIdsEnabled
method here.
newValue
- an boolean
valuepublic boolean isInterruptThreads()
public void setInterruptThreads(boolean interruptThreads)
interruptThreads
- pass true to interrupt threads, false otherwisepublic 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 JBossXATerminator getXATerminator()
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 |