com.hazelcast.client.spi
Class ProxyManager

java.lang.Object
  extended by com.hazelcast.client.spi.ProxyManager

public final class ProxyManager
extends Object

Author:
mdogan 5/16/13

Constructor Summary
ProxyManager(HazelcastClient client)
           
 
Method Summary
 String addDistributedObjectListener(DistributedObjectListener listener)
           
 void destroy()
           
 Collection<? extends DistributedObject> getDistributedObjects()
           
 ClientProxy getProxy(String service, Object id)
           
 void init(ClientConfig config)
           
 void register(String serviceName, ClientProxyFactory factory)
           
 boolean removeDistributedObjectListener(String id)
           
 ClientProxy removeProxy(String service, Object id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyManager

public ProxyManager(HazelcastClient client)
Method Detail

init

public void init(ClientConfig config)

register

public void register(String serviceName,
                     ClientProxyFactory factory)

getProxy

public ClientProxy getProxy(String service,
                            Object id)

removeProxy

public ClientProxy removeProxy(String service,
                               Object id)

getDistributedObjects

public Collection<? extends DistributedObject> getDistributedObjects()

destroy

public void destroy()

addDistributedObjectListener

public String addDistributedObjectListener(DistributedObjectListener listener)

removeDistributedObjectListener

public boolean removeDistributedObjectListener(String id)


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