com.hazelcast.client
Class InRunnable

java.lang.Object
  extended by com.hazelcast.client.ClientRunnable
      extended by com.hazelcast.client.IORunnable
          extended by com.hazelcast.client.InRunnable
All Implemented Interfaces:
Runnable

public class InRunnable
extends IORunnable
implements Runnable


Field Summary
 
Fields inherited from class com.hazelcast.client.IORunnable
callMap, client, RECONNECT_CALL
 
Fields inherited from class com.hazelcast.client.ClientRunnable
monitor, running
 
Constructor Summary
InRunnable(HazelcastClient client, OutRunnable outRunnable, Map<Long,Call> calls, PacketReader reader)
           
 
Method Summary
protected  void customRun()
           
 void shutdown()
           
 
Methods inherited from class com.hazelcast.client.IORunnable
interruptWaitingCalls, interruptWaitingCallsAndShutdown, onDisconnect, restoredConnection, run
 
Methods inherited from class com.hazelcast.client.ClientRunnable
notifyMonitor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.Runnable
run
 

Constructor Detail

InRunnable

public InRunnable(HazelcastClient client,
                  OutRunnable outRunnable,
                  Map<Long,Call> calls,
                  PacketReader reader)
Method Detail

customRun

protected void customRun()
                  throws InterruptedException
Specified by:
customRun in class ClientRunnable
Throws:
InterruptedException

shutdown

public void shutdown()
Overrides:
shutdown in class ClientRunnable


Copyright © 2012 Hazel Bilisim Ltd.. All Rights Reserved.