public class ServiceConfig extends Object
| Constructor and Description | 
|---|
| ServiceConfig() | 
| Modifier and Type | Method and Description | 
|---|---|
| ServiceConfig | addProperty(String propertyName,
           String value) | 
| boolean | equals(Object o) | 
| String | getClassName() | 
| Object | getConfigObject() | 
| Object | getImplementation() | 
| String | getName() | 
| Properties | getProperties() | 
| Object | getServiceImpl()Deprecated. 
 use  getImplementation()instead | 
| int | hashCode() | 
| boolean | isEnabled() | 
| ServiceConfig | setClassName(String className) | 
| ServiceConfig | setConfigObject(Object configObject) | 
| ServiceConfig | setEnabled(boolean enabled) | 
| ServiceConfig | setImplementation(Object serviceImpl) | 
| ServiceConfig | setName(String name) | 
| ServiceConfig | setProperties(Properties properties) | 
| ServiceConfig | setServiceImpl(Object serviceImpl)Deprecated. 
 use  setImplementation(Object)instead | 
| String | toString() | 
public boolean isEnabled()
public ServiceConfig setEnabled(boolean enabled)
public String getName()
public ServiceConfig setName(String name)
public String getClassName()
public ServiceConfig setClassName(String className)
public Object getImplementation()
public ServiceConfig setImplementation(Object serviceImpl)
@Deprecated public Object getServiceImpl()
getImplementation() instead@Deprecated public ServiceConfig setServiceImpl(Object serviceImpl)
setImplementation(Object) insteadpublic Properties getProperties()
public ServiceConfig setProperties(Properties properties)
public ServiceConfig addProperty(String propertyName, String value)
public ServiceConfig setConfigObject(Object configObject)
public Object getConfigObject()
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.