Class TurbineServices

    • Constructor Detail

      • TurbineServices

        protected TurbineServices()
        This constructor is protected to force clients to use getInstance() to access this class.
    • Method Detail

      • getInstance

        public static ServiceManager getInstance()
        The method through which this class is accessed as a broker.
        Returns:
        The single instance of this class.
      • setManager

        public static void setManager​(ServiceManager manager)
        The method through which to change the default manager. Note that services of the previous manager will be shutdown.
        Parameters:
        manager - a new service manager.