Package com.iizix.txp.impl
Class TXProcessLogger
- java.lang.Object
- com.iizix.txp.impl.TXProcessLogger
 
- All Implemented Interfaces:
- ITXPBasicLogger,- ITXProcessLogger
 - public class TXProcessLogger extends java.lang.Object implements ITXProcessLogger - Author:
- Freggle
 
- Constructor Summary- Constructors - Constructor - Description - TXProcessLogger()
 - Method Summary- All Methods Instance Methods Concrete Methods - Modifier and Type - Method - Description - void- commitCompleted()- void- commitRequested()- void- completed()- void- created()- TXPException- error(java.lang.String message, java.lang.Throwable t)- protected TXPException- expand(java.lang.String m, java.lang.Throwable t)- TXPException- fatal(java.lang.String message, java.lang.Throwable t)- java.lang.String- info(java.lang.String message)- void- nodeAssociated(ITXPNode node, ITXPNode.State ns)- void- nodeDisassociated(ITXPNode node)- void- nodeTimedOut(ITXPNode node)- void- rollbackCompleted()- void- rollbackRequested()- ITXPNode.State- setLastNodeState(ITXPNode node, ITXPNode.State state)- ITXProcess.State- setState(ITXProcess.State state)- void- timedOut()- ITXPPolicy- usingLocalPolicy(ITXPPolicy policy)- TXPException- warning(java.lang.String message, java.lang.Throwable t)
 
- Method Detail- expand- protected TXPException expand(java.lang.String m, java.lang.Throwable t) 
 - fatal- public TXPException fatal(java.lang.String message, java.lang.Throwable t) - Specified by:
- fatalin interface- ITXPBasicLogger
 
 - error- public TXPException error(java.lang.String message, java.lang.Throwable t) - Specified by:
- errorin interface- ITXPBasicLogger
 
 - warning- public TXPException warning(java.lang.String message, java.lang.Throwable t) - Specified by:
- warningin interface- ITXPBasicLogger
 
 - info- public java.lang.String info(java.lang.String message) - Specified by:
- infoin interface- ITXPBasicLogger
 
 - created- public void created() - Specified by:
- createdin interface- ITXProcessLogger
 
 - usingLocalPolicy- public ITXPPolicy usingLocalPolicy(ITXPPolicy policy) - Specified by:
- usingLocalPolicyin interface- ITXProcessLogger
 
 - nodeDisassociated- public void nodeDisassociated(ITXPNode node) - Specified by:
- nodeDisassociatedin interface- ITXProcessLogger
 
 - nodeAssociated- public void nodeAssociated(ITXPNode node, ITXPNode.State ns) - Specified by:
- nodeAssociatedin interface- ITXProcessLogger
 
 - setLastNodeState- public ITXPNode.State setLastNodeState(ITXPNode node, ITXPNode.State state) - Specified by:
- setLastNodeStatein interface- ITXProcessLogger
 
 - nodeTimedOut- public void nodeTimedOut(ITXPNode node) - Specified by:
- nodeTimedOutin interface- ITXProcessLogger
 
 - commitRequested- public void commitRequested() - Specified by:
- commitRequestedin interface- ITXProcessLogger
 
 - commitCompleted- public void commitCompleted() - Specified by:
- commitCompletedin interface- ITXProcessLogger
 
 - rollbackRequested- public void rollbackRequested() - Specified by:
- rollbackRequestedin interface- ITXProcessLogger
 
 - rollbackCompleted- public void rollbackCompleted() - Specified by:
- rollbackCompletedin interface- ITXProcessLogger
 
 - setState- public ITXProcess.State setState(ITXProcess.State state) - Specified by:
- setStatein interface- ITXProcessLogger
 
 - completed- public void completed() - Specified by:
- completedin interface- ITXProcessLogger
 
 - timedOut- public void timedOut() - Specified by:
- timedOutin interface- ITXProcessLogger