public class StaticDataConnectorFactoryBean extends BaseDataConnectorFactoryBean
StaticDataConnector
s.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, setFailoverDataConnectorIds
getDependencyIds, getPluginId, setDependencyIds, setPluginId
public Class getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
getObjectType
in class org.springframework.beans.factory.config.AbstractFactoryBean
public 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.