Uses of Class
com._1c.g5.v8.dt.pm.ProcessStartingTimedOut
Packages that use ProcessStartingTimedOut
Package
Description
Implementations of Process Manager API classes.
Wrappers of processes and services.
Process Manager API.
-
Uses of ProcessStartingTimedOut in com._1c.g5.v8.dt.internal.pm
Methods in com._1c.g5.v8.dt.internal.pm that throw ProcessStartingTimedOutModifier and TypeMethodDescription<T> ICloseableInstance<T>
ProcessManager.getCloseableInstance
(String key, Class<T> service) IProcessManager.getCloseableInstance(String, Class)
method implementation.<T> T
ProcessManager.getInstance
(String key, Class<T> service) A basic implementation of theIProcessManager
interface'sgetInstance(String, Class)
method -
Uses of ProcessStartingTimedOut in com._1c.g5.v8.dt.internal.pm.wrappers
Methods in com._1c.g5.v8.dt.internal.pm.wrappers that throw ProcessStartingTimedOutModifier and TypeMethodDescription<T> T
IProcessWrapper.getInstance
(Class<T> service) Returns a proxy to given service running within the process.<T> T
ProcessWrapperImpl.getInstance
(Class<T> service) -
Uses of ProcessStartingTimedOut in com._1c.g5.v8.dt.pm
Methods in com._1c.g5.v8.dt.pm that throw ProcessStartingTimedOutModifier 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.<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