public interface ClientConnectionManager
Modifier and Type | Method and Description |
---|---|
ClientConnection |
ownerConnection(Address address) |
boolean |
removeEventHandler(Integer callId) |
void |
shutdown() |
void |
start() |
ClientConnection |
tryToConnect(Address address) |
void shutdown()
void start()
ClientConnection tryToConnect(Address address) throws Exception
Exception
ClientConnection ownerConnection(Address address) throws Exception
Exception
boolean removeEventHandler(Integer callId)
Copyright © 2014 Hazelcast, Inc.. All rights reserved.