Class DataEngineProxyOperationalServices
java.lang.Object
org.odpi.openmetadata.governanceservers.dataengineproxy.admin.DataEngineProxyOperationalServices
DataEngineProxyOperationalServices is responsible for controlling the startup and shutdown of
of the Data Engine Proxies.
-
Constructor Summary
ConstructorsConstructorDescriptionDataEngineProxyOperationalServices
(String localServerName, String localServerId, String localServerUserId, String localServerPassword) Constructor used at server startup. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Shutdown the Data Engine Proxy Services.void
initialize
(DataEngineProxyConfig dataEngineProxyConfig, OMRSAuditLog auditLog) Initialize the data engine proxy server
-
Constructor Details
-
DataEngineProxyOperationalServices
public DataEngineProxyOperationalServices(String localServerName, String localServerId, String localServerUserId, String localServerPassword) Constructor used at server startup.- Parameters:
localServerName
- name of the local serverlocalServerId
- ID of the local serverlocalServerUserId
- user id for this server to use if processing inbound messageslocalServerPassword
- password for this server to use if processing inbound messages
-
-
Method Details
-
initialize
public void initialize(DataEngineProxyConfig dataEngineProxyConfig, OMRSAuditLog auditLog) throws OMAGConfigurationErrorException Initialize the data engine proxy server- Parameters:
dataEngineProxyConfig
- Data Engine proxy server configuration.auditLog
- Audit Log instance.- Throws:
OMAGConfigurationErrorException
- there is no data engine (or OMAS) defined for this server, or the requested data engine (or OMAS) is not recognized or is not configured properly.
-
disconnect
public boolean disconnect()Shutdown the Data Engine Proxy Services.- Returns:
- boolean indicated whether the disconnect was successful.
-