RMIConnection

Interface RMIConnection

All Superinterfaces:
AutoCloseable, Closeable, Remote
All Known Implementing Classes:
RMIConnectionImpl, RMIConnectionImpl_Stub
public interface RMIConnection
extends Closeable, Remote

RMI object used to forward an MBeanServer request from a client to its MBeanServer implementation on the server side. There is one Remote object implementing this interface for each remote client connected to an RMI connector.

User code does not usually refer to this interface. It is specified as part of the public A