Uses of Interface
org.frankframework.threading.ThreadLifeCycleEventListener
Package
Description
-
Uses of ThreadLifeCycleEventListener in org.frankframework.pipes
Modifier and TypeMethodDescriptionvoid
ForEachChildElementPipe.setThreadLifeCycleEventListener
(ThreadLifeCycleEventListener<Object> threadLifeCycleEventListener) -
Uses of ThreadLifeCycleEventListener in org.frankframework.senders
Modifier and TypeFieldDescriptionprotected ThreadLifeCycleEventListener<Object>
IbisLocalSender.threadLifeCycleEventListener
protected ThreadLifeCycleEventListener<Object>
XsltSender.threadLifeCycleEventListener
Modifier 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) void
XsltSender.setThreadLifeCycleEventListener
(ThreadLifeCycleEventListener<Object> threadLifeCycleEventListener) ModifierConstructorDescriptionIsolatedServiceExecutor
(ServiceClient service, Message message, PipeLineSession session, CountDownLatch guard, ThreadLifeCycleEventListener<?> threadLifeCycleEventListener, boolean ownSession) -
Uses of ThreadLifeCycleEventListener in org.frankframework.threading
Modifier and TypeMethodDescriptionvoid
IThreadCreator.setThreadLifeCycleEventListener
(ThreadLifeCycleEventListener<Object> threadLifeCycleEventListener) ModifierConstructorDescriptionThreadConnector
(Object owner, String description, ThreadLifeCycleEventListener<T> threadLifeCycleEventListener, IThreadConnectableTransactionManager<?, ?> txManager, String correlationId) ThreadConnector
(Object owner, String description, ThreadLifeCycleEventListener<T> threadLifeCycleEventListener, IThreadConnectableTransactionManager<?, ?> txManager, PipeLineSession session)