com.hazelcast.client.config
Class ProxyFactoryConfig
java.lang.Object
com.hazelcast.client.config.ProxyFactoryConfig
public class ProxyFactoryConfig
- extends Object
This class is related to SPI. To register custom services to java client.
ProxyFactoryConfig
public ProxyFactoryConfig()
ProxyFactoryConfig
public ProxyFactoryConfig(String className,
String service)
ProxyFactoryConfig
public ProxyFactoryConfig(String service,
ClientProxyFactory factoryImpl)
getClassName
public String getClassName()
- Returns:
- class name of proxy factory
setClassName
public ProxyFactoryConfig setClassName(String className)
- Sets class name of proxy factory
- Parameters:
className
- of proxy factory
getService
public String getService()
- Returns:
- service name of related proxy factory
setService
public ProxyFactoryConfig setService(String service)
- Parameters:
service
- for given proxy factory
getFactoryImpl
public ClientProxyFactory getFactoryImpl()
- Returns:
- implementation of proxy factory
setFactoryImpl
public ProxyFactoryConfig setFactoryImpl(ClientProxyFactory factoryImpl)
- Sets factory implementation of proxy factory
- Parameters:
factoryImpl
- of proxy factory
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.