Class OMESServiceInstance
java.lang.Object
org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstance
org.odpi.openmetadata.commonservices.multitenant.AuditableServerServiceInstance
org.odpi.openmetadata.commonservices.multitenant.OMESServiceInstance
- Direct Known Subclasses:
GovernanceActionInstance
,RepositoryGovernanceInstance
,SurveyActionInstance
Represents an instance of an Open Metadata Engine Service (OMES) running in a specific server.
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 TypeMethodDescriptionReturn the 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
-
remoteServerURLRoot
-
-
Constructor Details
-
OMESServiceInstance
public OMESServiceInstance(String serverName, String serviceName, AuditLog auditLog, String localServerUserId, int maxPageSize, String remoteServerName, String remoteServerURLRoot) Set up the OMES 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 nameremoteServerURLRoot
- remote server URL
-
-
Method Details
-
getRemoteServerName
Return the remote server name- Returns:
- string server name
-
getRemoteServerURLRoot
the remote server URL- Returns:
- string server URL
-