Class ClientConversationRunner
java.lang.Object
com.j_spaces.kernel.ManagedRunnable
com.gigaspaces.lrmi.nio.selector.handler.client.ClientConversationRunner
- All Implemented Interfaces:
Runnable
Created by Barak Bar Orion 12/29/14.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddConversation(Conversation conversation) voidrun()protected voidThis method will be invoked by requestShutdown().Methods inherited from class com.j_spaces.kernel.ManagedRunnable
requestShutdown, shouldShutdown
-
Constructor Details
-
ClientConversationRunner
- Throws:
IOException
-
-
Method Details
-
addConversation
-
run
public void run() -
waitWhileFinish
protected void waitWhileFinish()Description copied from class:ManagedRunnableThis method will be invoked by requestShutdown(). Request method will be block while waitWhileFinish() will not be finished.- Specified by:
waitWhileFinishin classManagedRunnable
-