Uses of Interface
com._1c.g5.v8.dt.internal.pm.connection.IProcessConnection
Packages that use IProcessConnection
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.
Separate process main class and interfaces used by it.
Implementations of some interfaces used by separate process main class.
Wrappers of processes and services.
-
Uses of IProcessConnection in com._1c.g5.v8.dt.internal.pm.connection
Methods in com._1c.g5.v8.dt.internal.pm.connection with parameters of type IProcessConnectionModifier and TypeMethodDescriptionvoid
IProcessConnectionListener.onProcessConnected
(IProcessConnection connection) Called when connection with separate process established withIProcessConnection
instance, representing that connection. -
Uses of IProcessConnection in com._1c.g5.v8.dt.internal.pm.connection.mmf
Classes in com._1c.g5.v8.dt.internal.pm.connection.mmf that implement IProcessConnection -
Uses of IProcessConnection in com._1c.g5.v8.dt.internal.pm.connection.rmi
Classes in com._1c.g5.v8.dt.internal.pm.connection.rmi that implement IProcessConnection -
Uses of IProcessConnection in com._1c.g5.v8.dt.internal.pm.process
Subinterfaces of IProcessConnection 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 process, received from the host. -
Uses of IProcessConnection in com._1c.g5.v8.dt.internal.pm.process.impl
Classes in com._1c.g5.v8.dt.internal.pm.process.impl that implement IProcessConnectionModifier and TypeClassDescriptionclass
Implementation ofIProcessConnection
running within separate process. -
Uses of IProcessConnection in com._1c.g5.v8.dt.internal.pm.wrappers
Methods in com._1c.g5.v8.dt.internal.pm.wrappers that return IProcessConnectionModifier and TypeMethodDescriptionIProcessResponse.getProcessConnection()
ReturnsIProcessConnection
instanc, ornull
if process has exited with error.ProcessResponceImpl.getProcessConnection()
IProcessConnectionBuffer.take()
Returns pushedIProcessConnection
instance, waiting, if neccessary until it become available.ProcessConnectionBufferImpl.take()
Returns pushedIProcessConnection
instance, waiting, if neccessary until it become available.Methods in com._1c.g5.v8.dt.internal.pm.wrappers with parameters of type IProcessConnectionModifier and TypeMethodDescriptionAbstractServiceWrapper.createProxy
(IProcessConnection processConnection) IServiceWrapper.createProxy(IProcessConnection)
method implementation.IServiceWrapper.createProxy
(IProcessConnection processConnection) Returns a proxy to service instance created within separate process represented by givenprocessConnection.
protected abstract IInstanceConnection
AbstractServiceWrapper.getInstanceConnection
(IProcessConnection processConnection) Provides a remote invoker for the service using given remote invoker provider.protected IInstanceConnection
DefaultServiceWrapper.getInstanceConnection
(IProcessConnection processConnection) AbstractServiceWrapper.getInstanceConnection(IProcessConnection)
method implementation.protected IInstanceConnection
SingletonServiceWrapper.getInstanceConnection
(IProcessConnection processConnection) AbstractServiceWrapper.getInstanceConnection(IProcessConnection)
method implementation. .void
IProcessConnectionBuffer.push
(IProcessConnection processConnection) Pushes givenIProcessConnection
and makes it become available.void
ProcessConnectionBufferImpl.push
(IProcessConnection processConnection) Pushes givenIProcessConnection
and makes it become available.Constructors in com._1c.g5.v8.dt.internal.pm.wrappers with parameters of type IProcessConnectionModifierConstructorDescriptionProcessResponceImpl
(IProcessConnection processConnection) Creates new response for process which has successfully registered givenIProcessConnection
.