com.atomikos.datasource.xa.jmx
Interface JmxTransactionalResourceMBean

All Known Implementing Classes:
JmxTransactionalResource

public interface JmxTransactionalResourceMBean

JMX interface for managing installed XATransactionalResources.


Method Summary
 boolean getAcceptAllXAResources()
          Test if all XAResources should be accepted.
 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 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.

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 -


Copyright © 2011. All Rights Reserved.