@Deprecated public class ElasticConfigBean extends Object implements Bean
Constructor and Description |
---|
ElasticConfigBean()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet()
Deprecated.
Invoked by a bean factory after it has set all bean properties.
|
void |
destroy()
Deprecated.
Invoked by a bean factory on destruction of a singleton.
|
Map<String,String> |
getProperties()
Deprecated.
|
void |
setAdmin(Admin admin)
Deprecated.
Set the Admin instance to be used by this Bean.
|
void |
setProperties(Map<String,String> properties)
Deprecated.
The bean properties supplied using a client side bean configuration object, or by plain
String key-value pairs.
|
public void afterPropertiesSet() throws Exception
Bean
afterPropertiesSet
in interface Bean
Exception
- in the event of misconfiguration (such as failure to set an essential
property) or if initialization fails.BeanConfigurationException
,
BeanInitializationException
public void destroy() throws Exception
Bean
destroy
in interface Bean
Exception
- in case of shutdown errors. Exceptions will get logged but not re-thrown to
allow other beans to release their resources too.BeanConfigException
public Map<String,String> getProperties()
getProperties
in interface Bean
public void setAdmin(Admin admin)
Bean
public void setProperties(Map<String,String> properties)
Bean
setProperties
in interface Bean
properties
- properties to configure this bean.Copyright © GigaSpaces.