Package com.iizix.txp.impl
Class ActionActorTXPNodeLogger
- java.lang.Object
- com.iizix.txp.impl.TXPNodeLogger
- com.iizix.txp.impl.ActionActorTXPNodeLogger
- All Implemented Interfaces:
ITXPBasicLogger,ITXPNodeLogger
public class ActionActorTXPNodeLogger extends TXPNodeLogger
The TXP node logger for action actors.- Author:
- Christopher Mindus
Constructor Summary
Constructors Constructor Description ActionActorTXPNodeLogger(AbstractActionActorTXPNode<?> node)Creates the logger for a VSActiontTXProcess.
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TXPExceptionerror(java.lang.String message, java.lang.Throwable t)TXPExceptionfatal(java.lang.String message, java.lang.Throwable t)java.lang.Stringinfo(java.lang.String message)TXPExceptionwarning(java.lang.String message, java.lang.Throwable t)Methods inherited from class com.iizix.txp.impl.TXPNodeLogger
changedState, expand, processTimedOut, ready, returnedState, settingTimeout, timedOut, timedOut
Constructor Detail
ActionActorTXPNodeLogger
public ActionActorTXPNodeLogger(AbstractActionActorTXPNode<?> node)
Creates the logger for a VSActiontTXProcess.
Method Detail
fatal
public TXPException fatal(java.lang.String message, java.lang.Throwable t)
- Specified by:
fatalin interfaceITXPBasicLogger- Overrides:
fatalin classTXPNodeLogger
error
public TXPException error(java.lang.String message, java.lang.Throwable t)
- Specified by:
errorin interfaceITXPBasicLogger- Overrides:
errorin classTXPNodeLogger
warning
public TXPException warning(java.lang.String message, java.lang.Throwable t)
- Specified by:
warningin interfaceITXPBasicLogger- Overrides:
warningin classTXPNodeLogger
info
public java.lang.String info(java.lang.String message)
- Specified by:
infoin interfaceITXPBasicLogger- Overrides:
infoin classTXPNodeLogger