com.hazelcast.spi.impl.proxyservice
Interface InternalProxyService

All Superinterfaces:
CoreService, ProxyService
All Known Implementing Classes:
ProxyServiceImpl

public interface InternalProxyService
extends ProxyService

The API for the internal ProxyService. The ProxyService is responsible for managing proxies and it part of the SPI. The InternalProxyService extends this interface and additional methods we don't want to expose in the SPI, we can add here.


Method Summary
 
Methods inherited from interface com.hazelcast.spi.ProxyService
addProxyListener, destroyDistributedObject, getAllDistributedObjects, getDistributedObject, getDistributedObjectNames, getDistributedObjects, getProxyCount, initializeDistributedObject, removeProxyListener
 



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