Uses of Class
org.odpi.openmetadata.commonservices.multitenant.ffdc.exceptions.NewInstanceException
-
Packages that use NewInstanceException Package Description org.odpi.openmetadata.commonservices.multitenant -
-
Uses of NewInstanceException in org.odpi.openmetadata.commonservices.multitenant
Methods in org.odpi.openmetadata.commonservices.multitenant that throw NewInstanceException Modifier and Type Method Description StringOMAGServerServiceInstance. getServerName()Return the server name.StringOMASServiceInstance. getServerName()Return the server name.Constructors in org.odpi.openmetadata.commonservices.multitenant that throw NewInstanceException Constructor Description OMASServiceInstance(String serviceName, OMRSRepositoryConnector repositoryConnector, List<String> supportedZones, List<String> defaultZones, List<String> publishZones, AuditLog auditLog, String localServerUserId, int maxPageSize)Set up the local repository connector that will service the REST Calls.OMASServiceInstance(String serviceName, OMRSRepositoryConnector repositoryConnector, List<String> supportedZones, List<String> defaultZones, List<String> publishZones, AuditLog auditLog, String localServerUserId, int maxPageSize, String inTopicConnectorProviderName, Connection inTopicEventBusConnection, String outTopicConnectorProviderName, Connection outTopicEventBusConnection)Set up the local repository connector that will service the REST Calls.OMASServiceInstance(String serviceName, OMRSRepositoryConnector repositoryConnector, AuditLog auditLog, String localServerUserId, int maxPageSize)Set up the local repository connector that will service the REST Calls.
-