Class OMVSServiceInstance
java.lang.Object
org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstance
org.odpi.openmetadata.commonservices.multitenant.AuditableServerServiceInstance
org.odpi.openmetadata.commonservices.multitenant.OMVSServiceInstance
- Direct Known Subclasses:
ActionAuthorInstance,ActorManagerInstance,AssetCatalogInstance,AssetMakerInstance,AutomatedCurationInstance,ClassificationExplorerInstance,ClassificationManagerInstance,CollectionManagerInstance,CommunityMattersInstance,ConnectionMakerInstance,DataDesignerInstance,DataDiscoveryInstance,DataEngineerInstance,DataOfficerInstance,DevopsPipelineInstance,DigitalBusinessInstance,ExternalLinksInstance,FeedbackManagerInstance,GlossaryManagerInstance,GovernanceOfficerInstance,LineageLinkerInstance,LocationArenaInstance,MetadataExpertInstance,MetadataExplorerInstance,MultiLanguageInstance,MyProfileInstance,NotificationManagerInstance,PeopleOrganizerInstance,PrivacyOfficerInstance,ProductCatalogInstance,ProductManagerInstance,ProjectManagerInstance,ReferenceDataInstance,RuntimeManagerInstance,SchemaMakerInstance,SecurityOfficerInstance,SolutionArchitectInstance,SubjectAreaInstance,TemplateManagerInstance,TimeKeeperInstance,ValidMetadataInstance
It is responsible for registering itself in the instance map.
-
Field Summary
FieldsFields 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionthe remote server namethe remote server URLMethods 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
-
Field Details
-
remoteServerName
-
remoteServerURL
-
localServerUserPassword
-
-
Constructor Details
-
OMVSServiceInstance
public OMVSServiceInstance(String serverName, String serviceName, AuditLog auditLog, String localServerUserId, String localServerUserPassword, int maxPageSize, String remoteServerName, String remoteServerURL) Set up the OMVS service instance- Parameters:
serverName- name of this serverserviceName- name of this serviceauditLog- logging destinationlocalServerUserId- user id to use on OMRS calls where there is no end user, or as part of an HTTP authentication mechanism with serverUserPassword.localServerUserPassword- password to use as part of an HTTP authentication mechanism.maxPageSize- maximum page sizeremoteServerName- remote server nameremoteServerURL- remote server URL
-
-
Method Details
-
getRemoteServerName
the remote server name- Returns:
- the remote server name
-
getRemoteServerURL
the remote server URL- Returns:
- the remote server URL
-