Uses of Class
com._1c.g5.v8.dt.pm.ProcessExitedWithErrorException
Packages that use ProcessExitedWithErrorException
Package
Description
Implementations of Process Manager API classes.
Wrappers of processes and services.
Process Manager API.
- 
Uses of ProcessExitedWithErrorException in com._1c.g5.v8.dt.internal.pmMethods in com._1c.g5.v8.dt.internal.pm that throw ProcessExitedWithErrorExceptionModifier and TypeMethodDescription<T> ICloseableInstance<T>ProcessManager.getCloseableInstance(String key, Class<T> service) IProcessManager.getCloseableInstance(String, Class)method implementation.<T> TProcessManager.getInstance(String key, Class<T> service) A basic implementation of theIProcessManagerinterface'sgetInstance(String, Class)method
- 
Uses of ProcessExitedWithErrorException in com._1c.g5.v8.dt.internal.pm.wrappersMethods in com._1c.g5.v8.dt.internal.pm.wrappers that throw ProcessExitedWithErrorExceptionModifier and TypeMethodDescription<T> TIProcessWrapper.getInstance(Class<T> service) Returns a proxy to given service running within the process.<T> TProcessWrapperImpl.getInstance(Class<T> service) 
- 
Uses of ProcessExitedWithErrorException in com._1c.g5.v8.dt.pmMethods in com._1c.g5.v8.dt.pm that throw ProcessExitedWithErrorExceptionModifier 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 intoICloseableInstanceobject.<T> TIProcessManager.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