Class BaseService

    • Constructor Detail

      • BaseService

        public BaseService()
    • Method Detail

      • getServiceManager

        public ServiceManager getServiceManager()
        Gets the service manager used by the service.
        Returns:
        The service manager.
      • setServiceManager

        public void setServiceManager​(ServiceManager serviceManager)
        Description copied from interface: Service
        Assigns a service manager to the service. This is typically called by the service manager itself during the service initialization.
        Specified by:
        setServiceManager in interface Service
        Parameters:
        serviceManager - The service manager to be set.