Uses of Class
com._1c.g5.v8.dt.pm.ProcessExitedWithErrorException
-
Packages that use ProcessExitedWithErrorException Package Description com._1c.g5.v8.dt.pm Process Manager API. -
-
Uses of ProcessExitedWithErrorException in com._1c.g5.v8.dt.pm
Methods in com._1c.g5.v8.dt.pm that throw ProcessExitedWithErrorException 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.<T> T
IProcessManager. getInstance(String key, Class<T> service)
Provides a stub for given service binded to realization instance running within the only one for given key separate process
-