Interface IDtHostResourceManager

  • All Superinterfaces:
    IManagedService

    public interface IDtHostResourceManager
    extends IManagedService
    IDtHostResourceManager manages physical resources of the client host and balances them between different activities of the EDT. Client services should provide their IResourcePlan to be able to receive information on permitted resources.
    • Method Detail

      • registerResourcePlan

        IHostResourceManagementHandle registerResourcePlan​(IResourcePlan plan)
        Registers the client resource plan. The plan should be registered on early stages of the client service initilization for the system to be able to balance resources before static services creation/initialization.
        Parameters:
        plan - The resource plan to register. Cannot be null
        Returns:
        The IHostResourceManagementHandle for the client to communicate with the facility. Never null