|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JmxTransactionalResourceMBean
Copyright © 2004 Atomikos. All rights reserved. JMX interface for managing installed XATransactionalResources.
| Method Summary | |
|---|---|
boolean |
getAcceptAllXAResources()
Test if all XAResources should be accepted. |
boolean |
getUseOracleXIDFormat()
Get the Oracle XID mode. |
boolean |
getUseWeakCompare()
Get the weak comparison mode. |
void |
setAcceptAllXAResources(boolean val)
Instruct this resource to accept all XAResource instances.This will practically disable shared branches! The instance uses this feature to determine the exact XID to be supplied during enlistment. |
void |
setUseOracleXIDFormat(boolean value)
Set the Oracle XID mode. |
void |
setUseWeakCompare(boolean value)
Set the weak comparison mode. |
| Method Detail |
|---|
boolean getUseWeakCompare()
void setUseWeakCompare(boolean value)
value - The mode.boolean getUseOracleXIDFormat()
void setUseOracleXIDFormat(boolean value)
boolean getAcceptAllXAResources()
void setAcceptAllXAResources(boolean val)
val -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||