com.atomikos.datasource.xa.jmx
Interface JmxTransactionalResourceMBean

All Known Implementing Classes:
JmxTransactionalResource

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

getUseWeakCompare

boolean getUseWeakCompare()
Get the weak comparison mode.

Returns:
boolean True iff weak comparison.

setUseWeakCompare

void setUseWeakCompare(boolean value)
Set the weak comparison mode.

Parameters:
value - The mode.

getUseOracleXIDFormat

boolean getUseOracleXIDFormat()
Get the Oracle XID mode.

Returns:
boolean True iff oracle XIDs are used.

setUseOracleXIDFormat

void setUseOracleXIDFormat(boolean value)
Set the Oracle XID mode.


getAcceptAllXAResources

boolean getAcceptAllXAResources()
Test if all XAResources should be accepted.

Returns:
boolean True iff all xaresources are accepted.

setAcceptAllXAResources

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.

Parameters:
val -