Interface RemoteRepositoryHandle

All Superinterfaces:
Remote, RepositoryHandle

public interface RemoteRepositoryHandle extends RepositoryHandle, Remote
RepositoryHandle provides access to a remote repository via RMI.

Methods from RepositoryHandle 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.