Package com.iizix.txp.impl
Interface ITXPNodeLogger
- All Superinterfaces:
ITXPBasicLogger
- All Known Implementing Classes:
ActionActorTXPNodeLogger
,TXPNodeLogger
- Author:
- Freggle
Method Summary
Modifier and TypeMethodDescriptionchangedState
(ITXPNode.State state) void
processTimedOut
(ITXProcess process) void
ready()
returnedState
(ITXPNode.State state) long
settingTimeout
(long timeout) void
timedOut()
void
timedOut
(ITXProcess process) Methods inherited from interface com.iizix.txp.impl.ITXPBasicLogger
error, fatal, info, warning
Method Details
returnedState
changedState
settingTimeout
long settingTimeout(long timeout) timedOut
processTimedOut
timedOut
void timedOut()ready
void ready()