Uses of Interface
com._1c.g5.v8.dt.pm.ICloseableInstance
-
Packages that use ICloseableInstance Package Description com._1c.g5.v8.dt.pm Process Manager API. -
-
Uses of ICloseableInstance in com._1c.g5.v8.dt.pm
Methods in com._1c.g5.v8.dt.pm that return ICloseableInstance Modifier and Type Method Description <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.
-