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.Modifier and Type | Method and Description |
---|---|
void |
destroyLocalDistributedObject(String serviceName,
String name,
boolean fireEvent) |
addProxyListener, destroyDistributedObject, getAllDistributedObjects, getDistributedObject, getDistributedObjectNames, getDistributedObjects, getProxyCount, initializeDistributedObject, removeProxyListener
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.