Uses of Interface
org.frankframework.threading.ThreadLifeCycleEventListener
Packages that use ThreadLifeCycleEventListener
Package
Description
-
Uses of ThreadLifeCycleEventListener in org.frankframework.ladybug
Classes in org.frankframework.ladybug that implement ThreadLifeCycleEventListenerConstructors in org.frankframework.ladybug with parameters of type ThreadLifeCycleEventListenerModifierConstructorDescriptionParallelSenderExecutorWrapper
(ParallelSenderExecutor parallelSenderExecutor, ThreadLifeCycleEventListener<org.frankframework.ladybug.ThreadDebugInfo> threadLifeCycleEventListener) -
Uses of ThreadLifeCycleEventListener in org.frankframework.senders
Fields in org.frankframework.senders declared as ThreadLifeCycleEventListenerModifier and TypeFieldDescriptionprotected ThreadLifeCycleEventListener
<Object> IbisLocalSender.threadLifeCycleEventListener
Methods in org.frankframework.senders with parameters of type ThreadLifeCycleEventListenerModifier and TypeMethodDescriptionvoid
IsolatedServiceCaller.callServiceAsynchronous
(ServiceClient service, Message message, PipeLineSession session, ThreadLifeCycleEventListener<?> threadLifeCycleEventListener) IsolatedServiceCaller.callServiceIsolated
(ServiceClient service, Message message, PipeLineSession session, ThreadLifeCycleEventListener<?> threadLifeCycleEventListener) Constructors in org.frankframework.senders with parameters of type ThreadLifeCycleEventListenerModifierConstructorDescriptionIsolatedServiceExecutor
(ServiceClient service, Message message, PipeLineSession session, CountDownLatch guard, ThreadLifeCycleEventListener<?> threadLifeCycleEventListener, boolean ownSession) -
Uses of ThreadLifeCycleEventListener in org.frankframework.threading
Methods in org.frankframework.threading with parameters of type ThreadLifeCycleEventListenerModifier and TypeMethodDescriptionvoid
IThreadCreator.setThreadLifeCycleEventListener
(ThreadLifeCycleEventListener<Object> threadLifeCycleEventListener) Constructors in org.frankframework.threading with parameters of type ThreadLifeCycleEventListenerModifierConstructorDescriptionThreadConnector
(Object owner, String description, ThreadLifeCycleEventListener<T> threadLifeCycleEventListener, IThreadConnectableTransactionManager<?, ?> txManager, String correlationId) ThreadConnector
(Object owner, String description, ThreadLifeCycleEventListener<T> threadLifeCycleEventListener, IThreadConnectableTransactionManager<?, ?> txManager, PipeLineSession session)