Uses of Interface
com.hazelcast.spi.ProxyService

Packages that use ProxyService
com.hazelcast.client Contains classes/interfaces related to Client 
com.hazelcast.client.impl Contains most of the client side HazelcastInstance implementation functionality. 
com.hazelcast.jmx Contains Hazelcast management bean classes. 
com.hazelcast.management Contains classes to provide data/operation interface for Management Center. 
com.hazelcast.spi Provides interfaces/classes for Hazelcast SPI. 
com.hazelcast.spi.impl Contains implementations for Hazelcast SPI. 
 

Uses of ProxyService in com.hazelcast.client
 

Methods in com.hazelcast.client that return ProxyService
 ProxyService ClientEngine.getProxyService()
           
 

Uses of ProxyService in com.hazelcast.client.impl
 

Methods in com.hazelcast.client.impl that return ProxyService
 ProxyService ClientEngineImpl.getProxyService()
           
 

Uses of ProxyService in com.hazelcast.jmx
 

Constructors in com.hazelcast.jmx with parameters of type ProxyService
ProxyServiceMBean(HazelcastInstance hazelcastInstance, ProxyService proxyService, ManagementService service)
           
 

Uses of ProxyService in com.hazelcast.management
 

Constructors in com.hazelcast.management with parameters of type ProxyService
SerializableProxyServiceBean(ProxyService proxyService)
           
 

Uses of ProxyService in com.hazelcast.spi
 

Methods in com.hazelcast.spi that return ProxyService
 ProxyService NodeEngine.getProxyService()
           
 

Uses of ProxyService in com.hazelcast.spi.impl
 

Classes in com.hazelcast.spi.impl that implement ProxyService
 class ProxyServiceImpl
           
 

Methods in com.hazelcast.spi.impl that return ProxyService
 ProxyService NodeEngineImpl.getProxyService()
           
 



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