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 TypeClassDescriptionclass
Default 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 TypeClassDescriptionclass
IBmModelManager
implementation.class
Implementation 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 TypeMethodDescriptionvoid
HostResourceManager.addListener
(IResourcePlan plan, IHostResourceManagerListener listener) void
IHostResourceManagerOperations.addListener
(IResourcePlan plan, IHostResourceManagerListener listener) Adds a listener to the handle's plan activities.int
HostResourceManager.getPermittedThreads
(IResourcePlan plan, String activityName) int
IHostResourceManagerOperations.getPermittedThreads
(IResourcePlan plan, String activityName) Gets the number of simultaneous threads that are available for the current activityboolean
HostResourceManager.isActivityRunning
(IResourcePlan plan, String activityName) boolean
IHostResourceManagerOperations.isActivityRunning
(IResourcePlan plan, String activityName) Checks if the given acitvity is being run at the moment.HostResourceManager.registerResourcePlan
(IResourcePlan plan) void
HostResourceManager.startActivity
(IResourcePlan plan, String activityName) void
IHostResourceManagerOperations.startActivity
(IResourcePlan plan, String activityName) Starts an activity registered via the corresponding plan.void
HostResourceManager.stopActivity
(IResourcePlan plan, String activityName) void
IHostResourceManagerOperations.stopActivity
(IResourcePlan plan, String activityName) Stops an activity registered via the corresponding plan.void
HostResourceManager.updateDemands
(IResourcePlan plan, String activityName) void
IHostResourceManagerOperations.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 providedIHostResourceManagerOperations
API point and the corresponding resource plan.