Uses of Interface
com._1c.g5.v8.dt.pm.ICloseableInstance
Packages that use ICloseableInstance
Package
Description
Implementations of Process Manager API classes.
Process Manager API.
-
Uses of ICloseableInstance in com._1c.g5.v8.dt.internal.pm
Methods in com._1c.g5.v8.dt.internal.pm that return ICloseableInstanceModifier and TypeMethodDescription<T> ICloseableInstance<T>
ProcessManager.getCloseableInstance
(String key, Class<T> service) IProcessManager.getCloseableInstance(String, Class)
method implementation. -
Uses of ICloseableInstance in com._1c.g5.v8.dt.pm
Methods in com._1c.g5.v8.dt.pm that return ICloseableInstanceModifier and TypeMethodDescription<T> ICloseableInstance<T>
IProcessManager.getCloseableInstance
(String key, Class<T> service) Creates an instance by exactly the same asIProcessManager.getInstance(String, Class)
and wraps it intoICloseableInstance
object.