Package com.iizix.txp.impl
Class TXProcessLogger
java.lang.Object
com.iizix.txp.impl.TXProcessLogger
- All Implemented Interfaces:
- ITXPBasicLogger,- ITXProcessLogger
- Author:
- Freggle
- Constructor SummaryConstructors
- Method SummaryModifier and TypeMethodDescription- void- void- void- void- created()- protected TXPException- void- nodeAssociated- (ITXPNode node, ITXPNode.State ns) - void- nodeDisassociated- (ITXPNode node) - void- nodeTimedOut- (ITXPNode node) - void- void- setLastNodeState- (ITXPNode node, ITXPNode.State state) - setState- (ITXProcess.State state) - void- timedOut()- usingLocalPolicy- (ITXPPolicy policy) 
- Constructor Details- TXProcessLoggerpublic TXProcessLogger()
 
- Method Details- expand
- fatal- Specified by:
- fatalin interface- ITXPBasicLogger
 
- error- Specified by:
- errorin interface- ITXPBasicLogger
 
- warning- Specified by:
- warningin interface- ITXPBasicLogger
 
- info- Specified by:
- infoin interface- ITXPBasicLogger
 
- createdpublic void created()- Specified by:
- createdin interface- ITXProcessLogger
 
- usingLocalPolicy- Specified by:
- usingLocalPolicyin interface- ITXProcessLogger
 
- nodeDisassociated- Specified by:
- nodeDisassociatedin interface- ITXProcessLogger
 
- nodeAssociated- Specified by:
- nodeAssociatedin interface- ITXProcessLogger
 
- setLastNodeState- Specified by:
- setLastNodeStatein interface- ITXProcessLogger
 
- nodeTimedOut- Specified by:
- nodeTimedOutin interface- ITXProcessLogger
 
- commitRequestedpublic void commitRequested()- Specified by:
- commitRequestedin interface- ITXProcessLogger
 
- commitCompletedpublic void commitCompleted()- Specified by:
- commitCompletedin interface- ITXProcessLogger
 
- rollbackRequestedpublic void rollbackRequested()- Specified by:
- rollbackRequestedin interface- ITXProcessLogger
 
- rollbackCompletedpublic void rollbackCompleted()- Specified by:
- rollbackCompletedin interface- ITXProcessLogger
 
- setState- Specified by:
- setStatein interface- ITXProcessLogger
 
- completedpublic void completed()- Specified by:
- completedin interface- ITXProcessLogger
 
- timedOutpublic void timedOut()- Specified by:
- timedOutin interface- ITXProcessLogger