|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ehcache.transactions.xa.txmgr.btm.BitronixXAResourceRegistry
public class BitronixXAResourceRegistry
Bitronix's BTM XAResourceRegistry implementation.
| Constructor Summary | |
|---|---|
BitronixXAResourceRegistry()
|
|
| Method Summary | |
|---|---|
void |
registerXAResource(java.lang.String uniqueName,
javax.transaction.xa.XAResource xaResource)
Register an XAResource of a cache with BTM. |
void |
unregisterXAResource(java.lang.String uniqueName,
javax.transaction.xa.XAResource xaResource)
Unregister an XAResource of a cache from BTM. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BitronixXAResourceRegistry()
| Method Detail |
|---|
public void registerXAResource(java.lang.String uniqueName,
javax.transaction.xa.XAResource xaResource)
registerXAResource in interface XAResourceRegistryuniqueName - the uniqueName of this XAResourceProducer, usually the cache's namexaResource - the XAResource to be registered
public void unregisterXAResource(java.lang.String uniqueName,
javax.transaction.xa.XAResource xaResource)
unregisterXAResource in interface XAResourceRegistryuniqueName - the uniqueName of this XAResourceProducer, usually the cache's namexaResource - the XAResource to be registered
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||