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, setIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDependencyIds, getId, resolve, validateprivate String failoverDependencyId
public String getFailoverDependencyId()
getFailoverDependencyId in interface DataConnectorpublic void setFailoverDependencyIds(String id)
id - ID of data connectors to use if this one failsCopyright © 1999-2015. All Rights Reserved.