Class GlossaryManagerInstance
java.lang.Object
org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstance
org.odpi.openmetadata.commonservices.multitenant.AuditableServerServiceInstance
org.odpi.openmetadata.commonservices.multitenant.OMVSServiceInstance
org.odpi.openmetadata.viewservices.glossarymanager.server.GlossaryManagerInstance
GlossaryManagerInstance caches references to objects it needs for a specific server.
 It is also responsible for registering itself in the instance map.
- 
Field SummaryFields inherited from class org.odpi.openmetadata.commonservices.multitenant.OMVSServiceInstancelocalServerUserPassword, remoteServerName, remoteServerURLFields inherited from class org.odpi.openmetadata.commonservices.multitenant.AuditableServerServiceInstanceauditLog, localServerUserIdFields inherited from class org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstanceinvalidParameterHandler, maxPageSize, securityVerifier, serverName, serviceName
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturn the glossary handler.Return the glossary term handler.Methods inherited from class org.odpi.openmetadata.commonservices.multitenant.OMVSServiceInstancegetRemoteServerName, getRemoteServerURLMethods inherited from class org.odpi.openmetadata.commonservices.multitenant.AuditableServerServiceInstancegetAuditLogMethods inherited from class org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstancegetInvalidParameterHandler, getServerName, getServiceInstanceStatus, getServiceName, setMaxPageSize, setSecurityVerifier, setServerName, setServiceInstanceStatus, shutdown
- 
Constructor Details- 
GlossaryManagerInstancepublic GlossaryManagerInstance(String serverName, AuditLog auditLog, String localServerUserId, String localServerUserPassword, int maxPageSize, String remoteServerName, String remoteServerURL) throws InvalidParameterException Set up the Glossary Manager OMVS instance*- Parameters:
- serverName- name of this server
- auditLog- logging destination
- localServerUserId- 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 size
- remoteServerName- remote server name
- remoteServerURL- remote server URL
- Throws:
- InvalidParameterException- problem with server name or platform URL
 
 
- 
- 
Method Details- 
getGlossaryHandlerReturn the glossary handler.- Returns:
- client
 
- 
getGlossaryTermHandlerReturn the glossary term handler.- Returns:
- client
 
 
-