Uses of Interface
com._1c.g5.v8.dt.internal.pm.process.DisconnectedCallback
Packages that use DisconnectedCallback
Package
Description
Memory-mapped file implementation of connection.
RMI implementation of connection.
Separate process main class and interfaces used by it.
-
Uses of DisconnectedCallback in com._1c.g5.v8.dt.internal.pm.connection.mmf
Methods in com._1c.g5.v8.dt.internal.pm.connection.mmf with parameters of type DisconnectedCallbackModifier and TypeMethodDescriptionMmfSeparateProcessConnectionInitializer.initializeConnection
(String[] args, IProcessConnectionDelegate delegate, DisconnectedCallback disconnectedCallback) -
Uses of DisconnectedCallback in com._1c.g5.v8.dt.internal.pm.connection.rmi
Methods in com._1c.g5.v8.dt.internal.pm.connection.rmi with parameters of type DisconnectedCallbackModifier and TypeMethodDescriptionRmiSeparateProcessConnectionInitializer.initializeConnection
(String[] args, IProcessConnectionDelegate delegate, DisconnectedCallback disconnectedCallback) Constructors in com._1c.g5.v8.dt.internal.pm.connection.rmi with parameters of type DisconnectedCallbackModifierConstructorDescriptionRemoteInvokerProviderImpl
(IProcessConnectionDelegate processConnectionDelegate, DisconnectedCallback callback) Constructs new instance with givenIProcessConnectionDelegate
andDisconnectedCallback
. -
Uses of DisconnectedCallback in com._1c.g5.v8.dt.internal.pm.process
Methods in com._1c.g5.v8.dt.internal.pm.process with parameters of type DisconnectedCallbackModifier and TypeMethodDescriptionISeparateProcessConnectionInitializer.initializeConnection
(String[] args, IProcessConnectionDelegate delegate, DisconnectedCallback disconnectedCallback) Initializes connection with given arguments and delegate.