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 TXPException
error(java.lang.String message, java.lang.Throwable t)
TXPException
fatal(java.lang.String message, java.lang.Throwable t)
java.lang.String
info(java.lang.String message)
TXPException
warning(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:
fatal
in interfaceITXPBasicLogger
- Overrides:
fatal
in classTXPNodeLogger
error
public TXPException error(java.lang.String message, java.lang.Throwable t)
- Specified by:
error
in interfaceITXPBasicLogger
- Overrides:
error
in classTXPNodeLogger
warning
public TXPException warning(java.lang.String message, java.lang.Throwable t)
- Specified by:
warning
in interfaceITXPBasicLogger
- Overrides:
warning
in classTXPNodeLogger
info
public java.lang.String info(java.lang.String message)
- Specified by:
info
in interfaceITXPBasicLogger
- Overrides:
info
in classTXPNodeLogger