Package org.frankframework.threading
Interface ThreadLifeCycleEventListener<T>
- Type Parameters:
T
-
public interface ThreadLifeCycleEventListener<T>
Interface for classes that need to be aware of when child-threads are created and terminated. This is primarily for LadyBug, via the
IbisDebuggerAdvice
class which implements this interface.-
Method Summary
Modifier and TypeMethodDescriptionannounceChildThread
(Object owner, String correlationId) void
cancelChildThread
(T ref) threadAborted
(T ref, Throwable t) <O> O
threadCreated
(T ref, O request) <O> O
threadEnded
(T ref, O result)
-
Method Details
-
announceChildThread
-
cancelChildThread
-
threadCreated
-
threadEnded
-
threadAborted
-