public interface BeanConfig
The BeanConfig is a client side
configuration. The String key-value pairs returned by the getProperties()
method, are
sent to the server to be injected into the admin Bean matching the bean class-name
.
By default, the configuration is empty - has no properties set. The recommended setting for the configuration properties should be derived from the javadoc.
BeanConfigurer
Modifier and Type | Method and Description |
---|---|
String |
getBeanClassName()
The
Bean implementation class name corresponding to this BeanConfig. |
Map<String,String> |
getProperties()
Get the String key-value pairs properties used to configure this bean.
|
void |
setProperties(Map<String,String> properties)
Set with String key-value pairs to configure properties belonging to this bean.
|
String getBeanClassName()
Bean
implementation class name corresponding to this BeanConfig.void setProperties(Map<String,String> properties)
properties
- the properties to configure this bean object.Copyright © GigaSpaces.