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
,AssetCatalogInstance
,AutomatedCurationInstance
,ClassificationManagerInstance
,CollectionManagerInstance
,DataDesignerInstance
,DataDiscoveryInstance
,DataOfficerInstance
,DevopsPipelineInstance
,FeedbackManagerInstance
,GlossaryBrowserInstance
,GlossaryManagerInstance
,GovernanceOfficerInstance
,MetadataExplorerInstance
,MyProfileInstance
,NotificationManagerInstance
,PeopleOrganizerInstance
,PrivacyOfficerInstance
,ProjectManagerInstance
,ReferenceDataInstance
,RuntimeManagerInstance
,SecurityOfficerInstance
,TemplateManagerInstance
,ValidMetadataInstance
It is responsible for registering itself in the instance map.
-
Field Summary
Fields 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
-
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
-
-
Constructor Details
-
OMVSServiceInstance
public OMVSServiceInstance(String serverName, String serviceName, AuditLog auditLog, String localServerUserId, int maxPageSize, String remoteServerName, String remoteServerURL) Set up the OMVS service instance- Parameters:
serverName
- name of this serverserviceName
- name of this serviceauditLog
- logging destinationlocalServerUserId
- userId used for server initiated actionsmaxPageSize
- 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
-