|
GigaSpaces XAP 10.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openspaces.grid.gsm.ElasticConfigBean
public class ElasticConfigBean
| Constructor Summary | |
|---|---|
ElasticConfigBean()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
Invoked by a bean factory after it has set all bean properties. |
void |
destroy()
Invoked by a bean factory on destruction of a singleton. |
Map<String,String> |
getProperties()
|
void |
setAdmin(Admin admin)
Set the Admin instance to be used by this Bean. |
void |
setProperties(Map<String,String> properties)
The bean properties supplied using a client side bean configuration object, or by plain String key-value pairs. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ElasticConfigBean()
| Method Detail |
|---|
public void afterPropertiesSet()
throws Exception
Bean
afterPropertiesSet in interface BeanException - 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 BeanException - in case of shutdown errors. Exceptions will get logged but not re-thrown to allow
other beans to release their resources too.BeanConfigExceptionpublic Map<String,String> getProperties()
getProperties in interface Beanpublic void setAdmin(Admin admin)
Bean
setAdmin in interface Beanadmin - an Admin instance.public void setProperties(Map<String,String> properties)
Bean
setProperties in interface Beanproperties - properties to configure this bean.
|
GigaSpaces XAP 10.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||