Package com._1c.g5.resourcemanagement
Interface IResourcePlan
-
- All Known Implementing Classes:
BslBmThreadPoolServiceProvider
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 theIHostResourceManagementHandle
to allow the resource management facility to balance resources.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,IActivityDemandsDefinition>
gatherActivities()
Proclaim demands of resources for a given set of activities.
-
-
-
Method Detail
-
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.
-
-