Package | Description |
---|---|
com.hazelcast.client.spi |
Contains classes/interfaces related to Service Provider Interface
such as ClientProxy , ClientClusterService
|
Modifier and Type | Method and Description |
---|---|
ClientProxy |
ClientProxyFactory.create(String id) |
ClientProxy |
ProxyManager.getProxy(String service,
String id) |
ClientProxy |
ProxyManager.removeProxy(String service,
String id) |
Modifier and Type | Method and Description |
---|---|
void |
ClientContext.removeProxy(ClientProxy proxy) |
Modifier and Type | Method and Description |
---|---|
void |
ProxyManager.register(String serviceName,
Class<? extends ClientProxy> proxyType) |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.