Uses of Interface
com._1c.g5.v8.dt.internal.pm.connection.IInstanceConnection
Packages that use IInstanceConnection
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 IInstanceConnection in com._1c.g5.v8.dt.internal.pm.connection
Methods in com._1c.g5.v8.dt.internal.pm.connection that return IInstanceConnectionModifier and TypeMethodDescriptionIProcessConnection.createInstanceConnection
(Class<? extends T> clazz, String... libraries) Creates an instance of given of given class within a process and returns a connection with that instance. -
Uses of IInstanceConnection in com._1c.g5.v8.dt.internal.pm.connection.mmf
Classes in com._1c.g5.v8.dt.internal.pm.connection.mmf that implement IInstanceConnectionMethods in com._1c.g5.v8.dt.internal.pm.connection.mmf that return IInstanceConnectionModifier and TypeMethodDescriptionMmfProcessConnection.createInstanceConnection
(Class<? extends T> clazz, String... libraries) Creates an instance of given of given class within a process and returns a connection with that instance. -
Uses of IInstanceConnection in com._1c.g5.v8.dt.internal.pm.connection.rmi
Classes in com._1c.g5.v8.dt.internal.pm.connection.rmi that implement IInstanceConnectionMethods in com._1c.g5.v8.dt.internal.pm.connection.rmi that return IInstanceConnectionModifier and TypeMethodDescriptionRmiProcessConnectionStub.createInstanceConnection
(Class<? extends T> clazz, String... libraries) -
Uses of IInstanceConnection in com._1c.g5.v8.dt.internal.pm.process
Subinterfaces of IInstanceConnection 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. -
Uses of IInstanceConnection in com._1c.g5.v8.dt.internal.pm.process.impl
Classes in com._1c.g5.v8.dt.internal.pm.process.impl that implement IInstanceConnectionModifier and TypeClassDescriptionclass
Implementation ofIInstanceConnection
running within separate process. -
Uses of IInstanceConnection in com._1c.g5.v8.dt.internal.pm.wrappers
Methods in com._1c.g5.v8.dt.internal.pm.wrappers that return IInstanceConnectionModifier and TypeMethodDescriptionprotected 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. .