public class ProxyFactoryConfig extends Object
| Constructor and Description | 
|---|
ProxyFactoryConfig()  | 
ProxyFactoryConfig(String service,
                  ClientProxyFactory factoryImpl)  | 
ProxyFactoryConfig(String className,
                  String service)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
String | 
getClassName()  | 
ClientProxyFactory | 
getFactoryImpl()  | 
String | 
getService()  | 
int | 
hashCode()  | 
ProxyFactoryConfig | 
setClassName(String className)
Sets class name of proxy factory 
 | 
ProxyFactoryConfig | 
setFactoryImpl(ClientProxyFactory factoryImpl)
Sets factory implementation of proxy factory 
 | 
ProxyFactoryConfig | 
setService(String service)  | 
public ProxyFactoryConfig()
public ProxyFactoryConfig(String service, ClientProxyFactory factoryImpl)
public String getClassName()
public ProxyFactoryConfig setClassName(String className)
className - of proxy factorypublic String getService()
public ProxyFactoryConfig setService(String service)
service - for given proxy factorypublic ClientProxyFactory getFactoryImpl()
public ProxyFactoryConfig setFactoryImpl(ClientProxyFactory factoryImpl)
factoryImpl - of proxy factoryCopyright © 2016 Hazelcast, Inc.. All Rights Reserved.