Uses of Interface
com._1c.g5.v8.dt.internal.pm.connection.IConnection
Packages that use IConnection
Package
Description
Interfaces which represent connection with something in the other process or provide that connection.
Memory-mapped file implementation of connection.
RMI implementation of connection.
Inter-process communication synchronization classes.
Separate process main class and interfaces used by it.
Implementations of some interfaces used by separate process main class.
-
Uses of IConnection in com._1c.g5.v8.dt.internal.pm.connection
Subinterfaces of IConnection in com._1c.g5.v8.dt.internal.pm.connectionModifier and TypeInterfaceDescriptioninterface
Represents a connection with instance within a process.interface
Represents a connection with process. -
Uses of IConnection in com._1c.g5.v8.dt.internal.pm.connection.mmf
Classes in com._1c.g5.v8.dt.internal.pm.connection.mmf that implement IConnectionModifier and TypeClassDescriptionclass
instance connection
, which uses Memory - mapped file.class
Aprocess connection
, using Memory - Mapped files.Methods in com._1c.g5.v8.dt.internal.pm.connection.mmf that return IConnectionModifier and TypeMethodDescriptionMmfSeparateProcessConnectionInitializer.initializeConnection
(String[] args, IProcessConnectionDelegate delegate, DisconnectedCallback disconnectedCallback) Constructors in com._1c.g5.v8.dt.internal.pm.connection.mmf with parameters of type IConnectionModifierConstructorDescriptionMmfInstanceConnection
(IConnection parentConnection, RequestSender requestSender, UUID instanceUuid) -
Uses of IConnection in com._1c.g5.v8.dt.internal.pm.connection.rmi
Classes in com._1c.g5.v8.dt.internal.pm.connection.rmi that implement IConnectionModifier and TypeClassDescriptionclass
Host - side stub implementation ofIInstanceConnection
.class
Host - side stub implementation ofIProcessConnection
.class
Represents connection of separate process with host.Methods in com._1c.g5.v8.dt.internal.pm.connection.rmi that return IConnectionModifier and TypeMethodDescriptionRmiSeparateProcessConnectionInitializer.initializeConnection
(String[] args, IProcessConnectionDelegate delegate, DisconnectedCallback disconnectedCallback) -
Uses of IConnection in com._1c.g5.v8.dt.internal.pm.ipc.sync
Classes in com._1c.g5.v8.dt.internal.pm.ipc.sync that implement IConnectionModifier and TypeClassDescriptionclass
Implementation ofIConnection
based on Memory - mapped file. -
Uses of IConnection in com._1c.g5.v8.dt.internal.pm.process
Subinterfaces of IConnection in com._1c.g5.v8.dt.internal.pm.processModifier and TypeInterfaceDescriptioninterface
Represents an instance to which inter-process communication mechanism's separate process side delegates requests to instance, received from the host.interface
Represents an instance to which inter-process communication mechanism's separate process side delegates requests to process, received from the host.Methods in com._1c.g5.v8.dt.internal.pm.process that return IConnectionModifier and TypeMethodDescriptionISeparateProcessConnectionInitializer.initializeConnection
(String[] args, IProcessConnectionDelegate delegate, DisconnectedCallback disconnectedCallback) Initializes connection with given arguments and delegate. -
Uses of IConnection in com._1c.g5.v8.dt.internal.pm.process.impl
Classes in com._1c.g5.v8.dt.internal.pm.process.impl that implement IConnectionModifier and TypeClassDescriptionclass
Implementation ofIInstanceConnection
running within separate process.class
Implementation ofIProcessConnection
running within separate process.