Class OMAGOperationalServicesInstance

java.lang.Object
org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstance
org.odpi.openmetadata.serveroperations.server.OMAGOperationalServicesInstance

public class OMAGOperationalServicesInstance extends OMAGServerServiceInstance
OMAGOperationalServicesInstance provides the references to the active services for an instance of an OMAG Server.
  • Method Details

    • setServerActiveStatus

      public void setServerActiveStatus(ServerActiveStatus serverActiveStatus)
      Set the status of the server.
      Parameters:
      serverActiveStatus - new status
    • setServerServiceActiveStatus

      public void setServerServiceActiveStatus(String serviceName, ServerActiveStatus activeStatus)
      Set the status of a particular service.
      Parameters:
      serviceName - name of service
      activeStatus - new status
    • getServerStatus

      public ServerServicesStatus getServerStatus()
      Return a summary of the status of this server and the services within it.
      Returns:
      server status
    • getActiveServiceListForServer

      public List<String> getActiveServiceListForServer()
      Return the list of services that are active in the server.
      Returns:
      list of services names