Interface RemoteRepository

  • All Superinterfaces:
    Remote
    All Known Implementing Classes:
    BrokenRemoteRepository, ServerRepository

    @Deprecated(forRemoval=true)
    public interface RemoteRepository
    extends Remote
    Deprecated, for removal: This API element is subject to removal in a future version.
    RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

    Remote version of the JCR Repository interface. Used by the ServerRepository and ClientRepository adapters to provide transparent RMI access to remote repositories.

    The methods in this interface are documented only with a reference to a corresponding Repository method. The remote object will simply forward the method call to the underlying Repository instance. Session objects are returned as remote references to the RemoteSession interface. Simple return values and possible exceptions are copied over the network to the client. RMI errors are signaled with RemoteExceptions.

    See Also:
    Repository, ClientRepository, ServerRepository