Class OMVSServiceInstance
- java.lang.Object
-
- org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstance
-
- org.odpi.openmetadata.commonservices.multitenant.AuditableServerServiceInstance
-
- org.odpi.openmetadata.commonservices.multitenant.OMVSServiceInstance
-
public class OMVSServiceInstance extends AuditableServerServiceInstance
It is responsible for registering itself in the instance map.
-
-
Field Summary
Fields Modifier and Type Field Description protected StringremoteServerNameprotected StringremoteServerURL-
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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRemoteServerName()the remote server nameStringgetRemoteServerURL()the remote server URL-
Methods 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
-
-
-
-
Constructor Detail
-
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
-
-