com.hazelcast.spi
Interface ProxyService
- All Superinterfaces: 
 - CoreService
 
- All Known Implementing Classes: 
 - ProxyServiceImpl
 
public interface ProxyService
- extends CoreService
 
A CoreService responsible for managing the DistributedObject proxies.
- Author:
 
  - mdogan 1/14/13
 
 
getProxyCount
int getProxyCount()
 
 
initializeDistributedObject
void initializeDistributedObject(String serviceName,
                                 String objectId)
 
 
getDistributedObject
DistributedObject getDistributedObject(String serviceName,
                                       String objectId)
 
 
destroyDistributedObject
void destroyDistributedObject(String serviceName,
                              String objectId)
 
 
getDistributedObjects
Collection<DistributedObject> getDistributedObjects(String serviceName)
 
 
getDistributedObjectNames
Collection<String> getDistributedObjectNames(String serviceName)
 
 
getAllDistributedObjects
Collection<DistributedObject> getAllDistributedObjects()
 
 
addProxyListener
String addProxyListener(DistributedObjectListener distributedObjectListener)
 
 
removeProxyListener
boolean removeProxyListener(String registrationId)
 
 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.