Package com._1c.g5.resourcemanagement
Interface IResourcePlan
- 
- All Known Implementing Classes:
- BslBmThreadPoolServiceProvider
 
 public interface IResourcePlanResource 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 theIHostResourceManagementHandleto allow the resource management facility to balance resources.
- 
- 
Method SummaryAll 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- 
gatherActivitiesMap<String,IActivityDemandsDefinition> gatherActivities() Proclaim demands of resources for a given set of activities.- Returns:
- Returns IActivityDemandsDefinitionmapped to respective name of the activity.
 
 
- 
 
-