Uses of Interface
org.frankframework.threading.ThreadLifeCycleEventListener
Packages that use ThreadLifeCycleEventListener
Package
Description
-
Uses of ThreadLifeCycleEventListener in org.frankframework.pipes
Methods in org.frankframework.pipes with parameters of type ThreadLifeCycleEventListenerModifier and TypeMethodDescriptionvoid
ForEachChildElementPipe.setThreadLifeCycleEventListener
(ThreadLifeCycleEventListener<Object> 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) void
FrankSender.setThreadLifeCycleEventListener
(ThreadLifeCycleEventListener<Object> threadLifeCycleEventListener) void
IbisLocalSender.setThreadLifeCycleEventListener
(ThreadLifeCycleEventListener<Object> 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)