Class EngineHostInstance
- java.lang.Object
-
- org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstance
-
- org.odpi.openmetadata.commonservices.multitenant.AuditableServerServiceInstance
-
- org.odpi.openmetadata.commonservices.multitenant.GovernanceServerServiceInstance
-
- org.odpi.openmetadata.governanceservers.enginehostservices.server.EngineHostInstance
-
public class EngineHostInstance extends GovernanceServerServiceInstance
IntegrationDaemonInstance maintains the instance information needed to execute requests on behalf of an integration daemon. The integration daemon is running
-
-
Field Summary
-
Fields inherited from class org.odpi.openmetadata.commonservices.multitenant.GovernanceServerServiceInstance
accessServiceInTopicName, accessServiceOutTopicName, accessServiceRootURL, accessServiceServerName, invalidParameterHandler
-
Fields inherited from class org.odpi.openmetadata.commonservices.multitenant.AuditableServerServiceInstance
auditLog, localServerUserId
-
Fields inherited from class org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstance
maxPageSize, securityVerifier, serverName, serviceName
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshutdown()Shutdown the engines-
Methods inherited from class org.odpi.openmetadata.commonservices.multitenant.AuditableServerServiceInstance
getAuditLog
-
Methods inherited from class org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstance
getInvalidParameterHandler, getServerName, getServiceName, setMaxPageSize, setSecurityVerifier, setServerName
-
-
-
-
Method Detail
-
shutdown
public void shutdown()
Shutdown the engines- Overrides:
shutdownin classOMAGServerServiceInstance
-
-