|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ehcache.transactions.xa.txmgr.NullXAResourceRegistry
public class NullXAResourceRegistry
No-op XAResourceRegistry implementation.
| Constructor Summary | |
|---|---|
NullXAResourceRegistry()
|
|
| Method Summary | |
|---|---|
void |
registerXAResource(java.lang.String uniqueName,
javax.transaction.xa.XAResource xaResource)
Register a XAResource with a JTA implementation. |
void |
unregisterXAResource(java.lang.String uniqueName,
javax.transaction.xa.XAResource xaResource)
Unregister a XAResource from a JTA implementation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NullXAResourceRegistry()
| Method Detail |
|---|
public void registerXAResource(java.lang.String uniqueName,
javax.transaction.xa.XAResource xaResource)
XAResourceRegistryXAResource with a JTA implementation.
registerXAResource in interface XAResourceRegistryuniqueName - the unique name of the XAResource.xaResource - the XAResource.
public void unregisterXAResource(java.lang.String uniqueName,
javax.transaction.xa.XAResource xaResource)
XAResourceRegistryXAResource from a JTA implementation.
unregisterXAResource in interface XAResourceRegistryuniqueName - the unique name of the XAResource.xaResource - the XAResource.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||