public abstract class BaseDataConnector extends AbstractResolutionPlugIn<Map<String,BaseAttribute>> implements DataConnector
DataConnector
plug-ins.Modifier and Type | Field and Description |
---|---|
private String |
failoverDependencyId
ID of the data connector to use if this one fails.
|
Constructor and Description |
---|
BaseDataConnector()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getFailoverDependencyId()
Returns the ID of data connectors to use if this one fails.
|
void |
setFailoverDependencyIds(String id)
Set the ID of data connectors to use if this one fails.
|
getDependencyIds, getId, getValuesFromAllDependencies, getValuesFromAttributeDependency, getValuesFromConnectorDependency, setId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDependencyIds, getId, resolve, validate
private String failoverDependencyId
public String getFailoverDependencyId()
getFailoverDependencyId
in interface DataConnector
public void setFailoverDependencyIds(String id)
id
- ID of data connectors to use if this one failsCopyright © 1999-2012. All Rights Reserved.