public class IntegrationConnectorConfig extends AdminServicesConfigHeader
| Constructor and Description |
|---|
IntegrationConnectorConfig()
Default constructor does nothing.
|
IntegrationConnectorConfig(IntegrationConnectorConfig template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Validate that an object is equal depending on their stored values.
|
Connection |
getConnection()
Set up the connection for the integration connector.
|
String |
getConnectorId()
Return the unique identifier of this connector.
|
String |
getConnectorName()
Return the name of the connector.
|
String |
getConnectorUserId()
Return the user id for the connector - if this is null, the integration daemon's userId is used
on requests to the Open Metadata Access Service (OMAS).
|
String |
getMetadataSourceQualifiedName()
Return the qualified name of the metadata source for this integration connector.
|
long |
getRefreshTimeInterval()
Return the number of minutes between each call to the connector to refresh the metadata.
|
boolean |
getUsesBlockingCalls()
Return if the connector should be started in its own thread to allow it is block on a listening call.
|
int |
hashCode()
Return a hash code based on the values of this object.
|
void |
setConnection(Connection connection)
Set up the connection for the integration connector.
|
void |
setConnectorId(String connectorId)
Set up the unique identifier of this connector.
|
void |
setConnectorName(String connectorName)
Set up the name of the connector.
|
void |
setConnectorUserId(String connectorUserId)
Set up the user id for the connector - if this is null, the integration daemon's userId is used
on requests to the Open Metadata Access Service (OMAS).
|
void |
setMetadataSourceQualifiedName(String metadataSourceQualifiedName)
Set up the qualified name of the metadata source for this integration connector.
|
void |
setRefreshTimeInterval(long refreshTimeInterval)
Set up the number of minutes between each call to the connector to refresh the metadata.
|
void |
setUsesBlockingCalls(boolean usesBlockingCalls)
Set up if the connector should be started in its own thread to allow it is block on a listening call.
|
String |
toString()
Standard toString method.
|
public IntegrationConnectorConfig()
public IntegrationConnectorConfig(IntegrationConnectorConfig template)
template - object to copypublic String getConnectorId()
public void setConnectorId(String connectorId)
connectorId - string guidpublic String getConnectorName()
public void setConnectorName(String connectorName)
connectorName - Stringpublic String getConnectorUserId()
public void setConnectorUserId(String connectorUserId)
connectorUserId - string namepublic Connection getConnection()
public void setConnection(Connection connection)
connection - Connection objectpublic String getMetadataSourceQualifiedName()
public void setMetadataSourceQualifiedName(String metadataSourceQualifiedName)
metadataSourceQualifiedName - string namepublic long getRefreshTimeInterval()
public void setRefreshTimeInterval(long refreshTimeInterval)
refreshTimeInterval - minute countpublic boolean getUsesBlockingCalls()
public void setUsesBlockingCalls(boolean usesBlockingCalls)
usesBlockingCalls - boolean flagpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2020 ODPi. All rights reserved.