Uses of Interface
com.hazelcast.nio.ConnectionManager

Packages that use ConnectionManager
com.hazelcast.instance This package contains Hazelcast Instance functionality.
 
com.hazelcast.jmx Contains Hazelcast management bean classes. 
com.hazelcast.management Contains classes to provide data/operation interface for Management Center. 
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.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.management
 

Constructors in com.hazelcast.management with parameters of type ConnectionManager
SerializableConnectionManagerBean(ConnectionManager cm)
           
 

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.