Class AnalyticsModelingInstanceHandler
- java.lang.Object
-
- org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstanceHandler
-
- org.odpi.openmetadata.commonservices.multitenant.AuditableServerServiceInstanceHandler
-
- org.odpi.openmetadata.commonservices.multitenant.OMASServiceInstanceHandler
-
- org.odpi.openmetadata.accessservices.analyticsmodeling.server.AnalyticsModelingInstanceHandler
-
public class AnalyticsModelingInstanceHandler extends OMASServiceInstanceHandler
AnalyticsModelingInstanceHandler retrieves information from the instance map for the access service instances. The instance map is thread-safe. Instances are added and removed by the AnalyticsModelingAdmin class.
-
-
Field Summary
-
Fields inherited from class org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstanceHandler
platformInstanceMap, serviceName
-
-
Constructor Summary
Constructors Constructor Description AnalyticsModelingInstanceHandler()Default constructor registers the access service
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnalyticsArtifactHandlergetAnalyticsArtifactHandler(String serverName, String userId, String serviceOperationName)Retrieve the handler for Analytics modeling artifacts.DatabaseContextHandlergetDatabaseContextHandler(String serverName, String userId, String serviceOperationName)Retrieve the handler for retrieving assets details for the access service.-
Methods inherited from class org.odpi.openmetadata.commonservices.multitenant.OMASServiceInstanceHandler
getDefaultZones, getDefaultZones, getErrorHandler, getExceptionHandler, getInTopicConnection, getMetadataCollection, getOutTopicConnection, getPublishZones, getPublishZones, getRepositoryConnector, getRepositoryHandler, getRepositoryHelper, getServiceName, getSupportedZones, getSupportedZones
-
Methods inherited from class org.odpi.openmetadata.commonservices.multitenant.AuditableServerServiceInstanceHandler
getAuditLog
-
Methods inherited from class org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstanceHandler
getServerSecurityVerifier, getServerServiceInstance, getServiceName, isServerActive, removeServerServiceInstance
-
-
-
-
Method Detail
-
getDatabaseContextHandler
public DatabaseContextHandler getDatabaseContextHandler(String serverName, String userId, String serviceOperationName) throws AnalyticsModelingCheckedException
Retrieve the handler for retrieving assets details for the access service.- Parameters:
serverName- name of the server tied to the requestuserId- of the requestserviceOperationName- context- Returns:
- database handler for exclusive use by the requested instance
- Throws:
AnalyticsModelingCheckedException- if server is not initialized.
-
getAnalyticsArtifactHandler
public AnalyticsArtifactHandler getAnalyticsArtifactHandler(String serverName, String userId, String serviceOperationName) throws AnalyticsModelingCheckedException
Retrieve the handler for Analytics modeling artifacts.- Parameters:
serverName- name of the server tied to the requestuserId- of the requestserviceOperationName- context- Returns:
- handler for exclusive use by the requested instance
- Throws:
AnalyticsModelingCheckedException- if server is not initialized.
-
-