Interface ProcessUnit.TerminationListener
- Enclosing class:
ProcessUnit
public static interface ProcessUnit.TerminationListener
In-Process termination listener.
- Author:
- Holger Eichelberger, SSE
-
Method Summary
Modifier and TypeMethodDescriptionbooleanCalled when an in-process termination occurred.
-
Method Details
-
notifyTermination
Called when an in-process termination occurred.- Parameters:
reason- the reason for the termination- Returns:
- true if the process shall be stopped,
falseelse; ignored forProcessUnit.TerminationReason.TIMEOUT.
-