Class OMAGEngineServiceRegistration
java.lang.Object
org.odpi.openmetadata.governanceservers.enginehostservices.registration.OMAGEngineServiceRegistration
OMAGEngineServiceRegistration provides static methods to enable an engine service to dynamically
register itself with the OMAG Server.
Static methods are needed to be able to get this information to the Admin Services REST API singletons
created by Spring.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEngineServiceRegistration
(String urlMarker) Retrieve the requested OMES registration informationstatic List<EngineServiceRegistrationEntry>
Retrieve the list of registered OMESsstatic void
registerEngineService
(EngineServiceRegistrationEntry registration) Register Open Metadata Engine Service (OMES)
-
Constructor Details
-
OMAGEngineServiceRegistration
public OMAGEngineServiceRegistration()
-
-
Method Details
-
registerEngineService
Register Open Metadata Engine Service (OMES)- Parameters:
registration
- information about the specific OMES
-
getEngineServiceRegistrationList
Retrieve the list of registered OMESs- Returns:
- list of registration info
-
getEngineServiceRegistration
Retrieve the requested OMES registration information- Parameters:
urlMarker
- URL insert that identifies the service- Returns:
- engine service registration info
-