Package com._1c.g5.resourcemanagement
Interface IResourcePlan
- All Known Implementing Classes:
BmModelManager
,BslBmThreadPoolServiceProvider
,BslDeepAnalisysService
,ComparisonManager
,DerivedDataManagerProvider
public interface IResourcePlan
Resource plan defines the set of activities that require the host resources.
All activities in the system are treated as a temporary activities, clients are responsible for declaring their initiation/closure via respective API of the
All activities in the system are treated as a temporary activities, clients are responsible for declaring their initiation/closure via respective API of the
IHostResourceManagementHandle
to allow the resource management
facility to balance resources.-
Method Summary
Modifier and TypeMethodDescriptionProclaim demands of resources for a given set of activities.
-
Method Details
-
gatherActivities
Map<String,IActivityDemandsDefinition> gatherActivities()Proclaim demands of resources for a given set of activities.- Returns:
- Returns
IActivityDemandsDefinition
mapped to respective name of the activity.
-