Package org.frankframework.senders
Class IsolatedServiceExecutor
java.lang.Object
org.frankframework.core.AbstractRequestReplyExecutor
org.frankframework.senders.IsolatedServiceExecutor
- All Implemented Interfaces:
Runnable
-
Field Summary
Fields inherited from class org.frankframework.core.AbstractRequestReplyExecutor
reply, request, throwable
-
Constructor Summary
ConstructorDescriptionIsolatedServiceExecutor
(ServiceClient service, Message message, PipeLineSession session, CountDownLatch guard, ThreadLifeCycleEventListener<?> threadLifeCycleEventListener, boolean ownSession) -
Method Summary
Methods inherited from class org.frankframework.core.AbstractRequestReplyExecutor
getReply, getRequest, getThrowable, setReply, setRequest, setThrowable
-
Constructor Details
-
IsolatedServiceExecutor
public IsolatedServiceExecutor(ServiceClient service, Message message, PipeLineSession session, CountDownLatch guard, ThreadLifeCycleEventListener<?> threadLifeCycleEventListener, boolean ownSession) throws IOException - Throws:
IOException
-
-
Method Details
-
run
public void run()
-