Package org.frankframework.threading
Interface ThreadLifeCycleEventListener<T>
- Type Parameters:
T-
- All Known Implementing Classes:
IbisDebuggerAdvice
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) voidcancelChildThread(T ref) threadAborted(T ref, Throwable t) <O> OthreadCreated(T ref, O request) <O> OthreadEnded(T ref, O result)
-
Method Details
-
announceChildThread
-
cancelChildThread
-
threadCreated
-
threadEnded
-
threadAborted
-