Interface IInstanceConnectionDelegate

All Superinterfaces:
AutoCloseable, IConnection, IInstanceConnection, Invalidatable, UncaughtExceptionsGenerator
All Known Implementing Classes:
InstanceConnectionDelegateImpl

public interface IInstanceConnectionDelegate extends IInstanceConnection
Represents an instance to which inter-process communication mechanism's separate process side delegates requests to instance, received from the host. Because this interface's methods do not send or receive data, overriden methods do not throw IOException.