public interface ProxyService extends CoreService
CoreService responsible for managing the DistributedObject proxies.| Modifier and Type | Method and Description | 
|---|---|
String | 
addProxyListener(DistributedObjectListener distributedObjectListener)  | 
void | 
destroyDistributedObject(String serviceName,
                        String objectId)  | 
Collection<DistributedObject> | 
getAllDistributedObjects()  | 
DistributedObject | 
getDistributedObject(String serviceName,
                    String objectId)  | 
Collection<String> | 
getDistributedObjectNames(String serviceName)  | 
Collection<DistributedObject> | 
getDistributedObjects(String serviceName)  | 
int | 
getProxyCount()  | 
void | 
initializeDistributedObject(String serviceName,
                           String objectId)  | 
boolean | 
removeProxyListener(String registrationId)  | 
int getProxyCount()
DistributedObject getDistributedObject(String serviceName, String objectId)
Collection<DistributedObject> getDistributedObjects(String serviceName)
Collection<String> getDistributedObjectNames(String serviceName)
Collection<DistributedObject> getAllDistributedObjects()
String addProxyListener(DistributedObjectListener distributedObjectListener)
boolean removeProxyListener(String registrationId)
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.