Package db.buffers

Interface RemoteManagedBufferFileHandle

  • All Superinterfaces:
    BufferFileHandle, ManagedBufferFileHandle, java.rmi.Remote

    public interface RemoteManagedBufferFileHandle
    extends ManagedBufferFileHandle, java.rmi.Remote
    RemoteManagedBufferFileHandle facilitates access to a ManagedBufferFile via RMI.

    Methods from BufferFileHandle and ManagedBufferFile must be re-declared here so they may be properly marshalled for remote invocation via RMI. This became neccessary with an OpenJDK 11.0.6 change made to RemoteObjectInvocationHandler.