|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransactionManagerServiceMBean
TransactionManagerService MBean interface.
TxManager
Field Summary | |
---|---|
static javax.management.ObjectName |
OBJECT_NAME
|
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 |
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 |
setTransactionIntegrityFactory(TransactionIntegrityFactory factory)
Set the Integrity checker factory |
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 |
Methods inherited from interface org.jboss.tm.TransactionManagerFactory |
---|
getTransactionManager |
Field Detail |
---|
static final javax.management.ObjectName OBJECT_NAME
Method Detail |
---|
boolean getGlobalIdsEnabled()
getGlobalIdsEnabled
method here.
boolean
valuevoid setGlobalIdsEnabled(boolean newValue)
setGlobalIdsEnabled
method here.
newValue
- an boolean
valueboolean isInterruptThreads()
void setInterruptThreads(boolean interruptThreads)
interruptThreads
- pass true to interrupt threads, false otherwise*int getTransactionTimeout()
getTransactionTimeout
method here.
int
valuevoid setTransactionTimeout(int timeout)
setTransactionTimeout
method here.
timeout
- an int
valuejavax.management.ObjectName getXidFactory()
void setXidFactory(javax.management.ObjectName xidFactory)
xidFactory
- Value to assign to xidFactoryJBossXATerminator getXATerminator()
long getTransactionCount()
long getCommitCount()
long getRollbackCount()
void registerXAExceptionFormatter(Class clazz, XAExceptionFormatter formatter)
registerXAExceptionFormatter
method
clazz
- a Class
valueformatter
- a XAExceptionFormatter
valuevoid unregisterXAExceptionFormatter(Class clazz)
unregisterXAExceptionFormatter
method
clazz
- a Class
valuevoid setTransactionIntegrityFactory(TransactionIntegrityFactory factory)
factory
- the integrity checker factory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |