Uses of Interface
com.hazelcast.nio.ConnectionManager

Packages that use ConnectionManager
com.hazelcast.instance This package contains Hazelcast Instance functionality.
 
com.hazelcast.internal.management.dto These contain the DTO object to exchange information with the management center. 
com.hazelcast.jmx Contains Hazelcast management bean classes. 
com.hazelcast.nio.tcp Contains functionality for the TCP/IP Networking between cluster members
 
 

Uses of ConnectionManager in com.hazelcast.instance
 

Fields in com.hazelcast.instance declared as ConnectionManager
 ConnectionManager Node.connectionManager
           
 

Methods in com.hazelcast.instance that return ConnectionManager
 ConnectionManager NodeContext.createConnectionManager(Node node, ServerSocketChannel serverSocketChannel)
           
 ConnectionManager DefaultNodeContext.createConnectionManager(Node node, ServerSocketChannel serverSocketChannel)
           
 ConnectionManager Node.getConnectionManager()
           
 

Uses of ConnectionManager in com.hazelcast.internal.management.dto
 

Constructors in com.hazelcast.internal.management.dto with parameters of type ConnectionManager
ConnectionManagerDTO(ConnectionManager cm)
           
 

Uses of ConnectionManager in com.hazelcast.jmx
 

Methods in com.hazelcast.jmx that return ConnectionManager
 ConnectionManager ConnectionManagerMBean.getConnectionManager()
           
 

Constructors in com.hazelcast.jmx with parameters of type ConnectionManager
ConnectionManagerMBean(HazelcastInstance hazelcastInstance, ConnectionManager connectionManager, ManagementService service)
           
 

Uses of ConnectionManager in com.hazelcast.nio.tcp
 

Classes in com.hazelcast.nio.tcp that implement ConnectionManager
 class TcpIpConnectionManager
           
 



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