public class StaticDataConnectorFactoryBean extends BaseDataConnectorFactoryBean
StaticDataConnectors.| Constructor and Description |
|---|
StaticDataConnectorFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
createInstance() |
Class |
getObjectType() |
List<BaseAttribute<String>> |
getStaticAttributes()
Gets the static attributes returned by the created data connector.
|
void |
setStaticAttributes(List<BaseAttribute<String>> attributes)
Sets the static attributes returned by the created data connector.
|
getFailoverDataConnectorId, populateDataConnector, setFailoverDataConnectorIdsgetDependencyIds, getPluginId, setDependencyIds, setPluginIdpublic Class getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBeangetObjectType in class org.springframework.beans.factory.config.AbstractFactoryBeanpublic List<BaseAttribute<String>> getStaticAttributes()
public void setStaticAttributes(List<BaseAttribute<String>> attributes)
attributes - static attributes returned by the created data connectorCopyright © 1999–2014. All rights reserved.