|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atomikos.icatch.jca.XidLogAdministrator
public class XidLogAdministrator
A log administrator for performing recovery-related actions in inbound JCA transaction cases.
Method Summary | |
---|---|
void |
deregisterLogControl(LogControl control)
De-registers (removes) a LogControl instance from the administrator. |
void |
forget(Xid xid)
|
static XidLogAdministrator |
getInstance()
|
Xid[] |
recover()
|
void |
registerLogControl(LogControl control)
Registers (adds) a LogControl instance to the administrator. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static XidLogAdministrator getInstance()
public void registerLogControl(LogControl control)
LogAdministrator
registerLogControl
in interface LogAdministrator
control
- The LogControl instance.LogAdministrator.registerLogControl(com.atomikos.icatch.admin.LogControl)
public void deregisterLogControl(LogControl control)
LogAdministrator
deregisterLogControl
in interface LogAdministrator
control
- The LogControl instance to remove. Does nothing
if the control is not registered.LogAdministrator.deregisterLogControl(com.atomikos.icatch.admin.LogControl)
public Xid[] recover() throws XAException
XAException
public void forget(Xid xid)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |