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
,AutomatedCurationInstance
,ClassificationExplorerInstance
,ClassificationManagerInstance
,CollectionManagerInstance
,CommunityMattersInstance
,ConnectionMakerInstance
,DataDesignerInstance
,DataDiscoveryInstance
,DataOfficerInstance
,DevopsPipelineInstance
,FeedbackManagerInstance
,GlossaryBrowserInstance
,GlossaryManagerInstance
,GovernanceOfficerInstance
,MetadataExplorerInstance
,MyProfileInstance
,NotificationManagerInstance
,PeopleOrganizerInstance
,PrivacyOfficerInstance
,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, localServerUserId
Fields 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
getAuditLog
Methods 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
-