Uses of Interface
com._1c.g5.resourcemanagement.IResourcePlan
Packages that use IResourcePlan
Package
Description
-
Uses of IResourcePlan in com._1c.g5.resourcemanagement
Methods in com._1c.g5.resourcemanagement with parameters of type IResourcePlanModifier and TypeMethodDescriptionIHostResourceManager.registerResourcePlan(IResourcePlan plan) Registers the client resource plan. -
Uses of IResourcePlan in com._1c.g5.v8.dt.bsl.bm.common
Classes in com._1c.g5.v8.dt.bsl.bm.common that implement IResourcePlan -
Uses of IResourcePlan in com._1c.g5.v8.dt.core.platform.management
Methods in com._1c.g5.v8.dt.core.platform.management with parameters of type IResourcePlanModifier and TypeMethodDescriptionIDtHostResourceManager.registerResourcePlan(IResourcePlan plan) Registers the client resource plan. -
Uses of IResourcePlan in com._1c.g5.v8.dt.internal.bsl.bm.ui.deepanalysis
Classes in com._1c.g5.v8.dt.internal.bsl.bm.ui.deepanalysis that implement IResourcePlan -
Uses of IResourcePlan in com._1c.g5.v8.dt.internal.compare
Classes in com._1c.g5.v8.dt.internal.compare that implement IResourcePlanModifier and TypeClassDescriptionclassDefault implementation of the comparison manager. -
Uses of IResourcePlan in com._1c.g5.v8.dt.internal.core.platform.bm
Classes in com._1c.g5.v8.dt.internal.core.platform.bm that implement IResourcePlanModifier and TypeClassDescriptionclassIBmModelManagerimplementation.classImplementation ofIDerivedDataManagerProvider. -
Uses of IResourcePlan in com._1c.g5.v8.dt.internal.core.platform.management
Methods in com._1c.g5.v8.dt.internal.core.platform.management with parameters of type IResourcePlan -
Uses of IResourcePlan in com._1c.g5.v8.internal.resourcemanagement
Methods in com._1c.g5.v8.internal.resourcemanagement with parameters of type IResourcePlanModifier and TypeMethodDescriptionvoidHostResourceManager.addListener(IResourcePlan plan, IHostResourceManagerListener listener) voidIHostResourceManagerOperations.addListener(IResourcePlan plan, IHostResourceManagerListener listener) Adds a listener to the handle's plan activities.intHostResourceManager.getPermittedThreads(IResourcePlan plan, String activityName) intIHostResourceManagerOperations.getPermittedThreads(IResourcePlan plan, String activityName) Gets the number of simultaneous threads that are available for the current activitybooleanHostResourceManager.isActivityRunning(IResourcePlan plan, String activityName) booleanIHostResourceManagerOperations.isActivityRunning(IResourcePlan plan, String activityName) Checks if the given acitvity is being run at the moment.HostResourceManager.registerResourcePlan(IResourcePlan plan) voidHostResourceManager.startActivity(IResourcePlan plan, String activityName) voidIHostResourceManagerOperations.startActivity(IResourcePlan plan, String activityName) Starts an activity registered via the corresponding plan.voidHostResourceManager.stopActivity(IResourcePlan plan, String activityName) voidIHostResourceManagerOperations.stopActivity(IResourcePlan plan, String activityName) Stops an activity registered via the corresponding plan.voidHostResourceManager.updateDemands(IResourcePlan plan, String activityName) voidIHostResourceManagerOperations.updateDemands(IResourcePlan plan, String activityName) Updates demands of the selected activity (should be started at the moment of the update).Constructors in com._1c.g5.v8.internal.resourcemanagement with parameters of type IResourcePlanModifierConstructorDescriptionConstructs the handle using the providedIHostResourceManagerOperationsAPI point and the corresponding resource plan.