Class ConnectionMakerInstance
java.lang.Object
org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstance
org.odpi.openmetadata.commonservices.multitenant.AuditableServerServiceInstance
org.odpi.openmetadata.commonservices.multitenant.OMVSServiceInstance
org.odpi.openmetadata.viewservices.connectionmaker.server.ConnectionMakerInstance
ConnectionMakerInstance caches references to the objects it needs for a specific server.
 It is also responsible for registering itself in the instance map.
- 
Field Summary
Fields inherited from class org.odpi.openmetadata.commonservices.multitenant.OMVSServiceInstance
localServerUserPassword, remoteServerName, remoteServerURLFields inherited from class org.odpi.openmetadata.commonservices.multitenant.AuditableServerServiceInstance
auditLog, localServerUserIdFields inherited from class org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstance
invalidParameterHandler, maxPageSize, securityVerifier, serverName, serviceName - 
Constructor Summary
ConstructorsConstructorDescriptionConnectionMakerInstance(String serverName, AuditLog auditLog, String localServerUserId, String localServerUserPassword, int maxPageSize, String remoteServerName, String remoteServerURL, List<ViewServiceConfig> activeViewServices) Set up the Connection Maker OMVS instance - 
Method Summary
Modifier and TypeMethodDescriptiongetConnectionHandler(String urlMarker, String methodName) Return the client.getConnectorTypeHandler(String urlMarker, String methodName) Return the client.getEndpointHandler(String urlMarker, String methodName) Return the client.Methods inherited from class org.odpi.openmetadata.commonservices.multitenant.OMVSServiceInstance
getRemoteServerName, getRemoteServerURLMethods inherited from class org.odpi.openmetadata.commonservices.multitenant.AuditableServerServiceInstance
getAuditLogMethods inherited from class org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstance
getInvalidParameterHandler, getServerName, getServiceInstanceStatus, getServiceName, setMaxPageSize, setSecurityVerifier, setServerName, setServiceInstanceStatus, shutdown 
- 
Constructor Details
- 
ConnectionMakerInstance
public ConnectionMakerInstance(String serverName, AuditLog auditLog, String localServerUserId, String localServerUserPassword, int maxPageSize, String remoteServerName, String remoteServerURL, List<ViewServiceConfig> activeViewServices) Set up the Connection Maker OMVS instance- Parameters:
 serverName- name of this serverauditLog- logging destinationlocalServerUserId- userId used for server initiated actionslocalServerUserPassword- password to use as part of an HTTP authentication mechanism.maxPageSize- maximum page sizeremoteServerName- remote server nameremoteServerURL- remote server URLactiveViewServices- list of view services active in this server
 
 - 
 - 
Method Details
- 
getConnectionHandler
public ConnectionHandler getConnectionHandler(String urlMarker, String methodName) throws InvalidParameterException, PropertyServerException Return the client. This client is from the Open Metadata Store services and is for maintaining connection artifacts.- Returns:
 - client
 - Throws:
 InvalidParameterException- bad client initializationPropertyServerException- bad client handler class
 - 
getConnectorTypeHandler
public ConnectorTypeHandler getConnectorTypeHandler(String urlMarker, String methodName) throws InvalidParameterException, PropertyServerException Return the client. This client is from the Open Metadata Store services and is for maintaining connectorType artifacts.- Returns:
 - client
 - Throws:
 InvalidParameterException- bad client initializationPropertyServerException- bad client handler class
 - 
getEndpointHandler
public EndpointHandler getEndpointHandler(String urlMarker, String methodName) throws InvalidParameterException, PropertyServerException Return the client. This client is from the Open Metadata Store services and is for maintaining governance definition artifacts.- Returns:
 - client
 - Throws:
 InvalidParameterException- bad client initializationPropertyServerException- bad client handler class
 
 -