public interface InternalProxyService extends ProxyService
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.addProxyListener, destroyDistributedObject, getAllDistributedObjects, getDistributedObject, getDistributedObjectNames, getDistributedObjects, getProxyCount, initializeDistributedObject, removeProxyListener
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.