|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XAResourceRegistry
Support for XAResource
registration with TransactionManager
implementations.
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. |
Method Detail |
---|
void registerXAResource(java.lang.String uniqueName, javax.transaction.xa.XAResource xaResource)
XAResource
with a JTA implementation.
uniqueName
- the unique name of the XAResource
.xaResource
- the XAResource
.void unregisterXAResource(java.lang.String uniqueName, javax.transaction.xa.XAResource xaResource)
XAResource
from a JTA implementation.
uniqueName
- 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 |