|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.atomikos.datasource.xa.jmx.JmxTransactionalResource
public class JmxTransactionalResource
Copyright © 2004 Atomikos. All rights reserved. JMX management bean for resources.
| Constructor Summary | |
|---|---|
JmxTransactionalResource(XATransactionalResource resource,
XAResourceConfig config,
String localName)
|
|
| 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 |
postDeregister()
|
void |
postRegister(Boolean arg0)
|
void |
preDeregister()
|
ObjectName |
preRegister(MBeanServer arg0,
ObjectName name)
|
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 oracle)
Set the Oracle XID mode. |
void |
setUseWeakCompare(boolean value)
Set the weak comparison mode. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JmxTransactionalResource(XATransactionalResource resource,
XAResourceConfig config,
String localName)
| Method Detail |
|---|
public boolean getUseWeakCompare()
JmxTransactionalResourceMBean
getUseWeakCompare in interface JmxTransactionalResourceMBeanpublic void setUseWeakCompare(boolean value)
JmxTransactionalResourceMBean
setUseWeakCompare in interface JmxTransactionalResourceMBeanvalue - The mode.public boolean getUseOracleXIDFormat()
JmxTransactionalResourceMBean
getUseOracleXIDFormat in interface JmxTransactionalResourceMBeanpublic void setUseOracleXIDFormat(boolean oracle)
JmxTransactionalResourceMBean
setUseOracleXIDFormat in interface JmxTransactionalResourceMBean
public ObjectName preRegister(MBeanServer arg0,
ObjectName name)
throws Exception
preRegister in interface MBeanRegistrationExceptionpublic void postRegister(Boolean arg0)
postRegister in interface MBeanRegistration
public void preDeregister()
throws Exception
preDeregister in interface MBeanRegistrationExceptionpublic void postDeregister()
postDeregister in interface MBeanRegistrationpublic boolean getAcceptAllXAResources()
JmxTransactionalResourceMBean
getAcceptAllXAResources in interface JmxTransactionalResourceMBeancom.atomikos.datasource.xa.jmx.JmxTransactionalResourceMBean#getAcceptsAllXAResources()public void setAcceptAllXAResources(boolean val)
JmxTransactionalResourceMBean
setAcceptAllXAResources in interface JmxTransactionalResourceMBeancom.atomikos.datasource.xa.jmx.JmxTransactionalResourceMBean#setAcceptsAllXAResources(boolean)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||