public class MongoServerFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<MongoServer[]>, org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
MongoServerFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
MongoServer[] |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
void |
setServerPattern(String serverPattern) |
void |
setServerSpread(String serverSpread) |
public void setServerPattern(String serverPattern)
public void setServerSpread(String serverSpread)
public void afterPropertiesSet()
throws SpreadParserException
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanSpreadParserExceptionpublic MongoServer[] getObject()
getObject in interface org.springframework.beans.factory.FactoryBean<MongoServer[]>public Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<MongoServer[]>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<MongoServer[]>Copyright © 2017. All rights reserved.