public class SimpleClusterFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<Cluster>, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.BeanNameAware
Constructor and Description |
---|
SimpleClusterFactoryBean() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
Cluster |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
void |
setBeanName(String beanName) |
void |
setMetaDataValues(Map<String,Object> metaDataValues)
Sets the given
metaDataValues in the Cluster. |
public Class<?> getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean<Cluster>
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean<Cluster>
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
public void setMetaDataValues(Map<String,Object> metaDataValues)
metaDataValues
in the Cluster.metaDataValues
- The Meta Data values to setpublic void setBeanName(String beanName)
setBeanName
in interface org.springframework.beans.factory.BeanNameAware
Copyright © 2010-2014. All Rights Reserved.