com.hazelcast.client.impl
Class ClientHeartbeatMonitor

java.lang.Object
  extended by com.hazelcast.client.impl.ClientHeartbeatMonitor
All Implemented Interfaces:
Runnable

public class ClientHeartbeatMonitor
extends Object
implements Runnable

Monitors client heartbeats.. As soon as a client has not used its connection for a certain amount of time, the client is disconnected.


Constructor Summary
ClientHeartbeatMonitor(ClientEndpointManagerImpl endpointManager, ClientEngine clientEngine, ExecutionService executionService, GroupProperties groupProperties)
           
 
Method Summary
 void run()
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientHeartbeatMonitor

public ClientHeartbeatMonitor(ClientEndpointManagerImpl endpointManager,
                              ClientEngine clientEngine,
                              ExecutionService executionService,
                              GroupProperties groupProperties)
Method Detail

start

public void start()

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.