Interface RemoteVersionHistory

  • All Superinterfaces:
    Remote, RemoteItem, RemoteNode
    All Known Implementing Classes:
    ServerVersionHistory

    @Deprecated(forRemoval=true)
    public interface RemoteVersionHistory
    extends RemoteNode
    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 JC VersionHistory interface. Used by the ServerVersionHistory and ClientVersionHistory adapters to provide transparent RMI access to remote version histories.

    The methods in this interface are documented only with a reference to a corresponding VersionHistory method. The remote object will simply forward the method call to the underlying VersionHistory instance. Argument and return values, as well as possible exceptions, are copied over the network. Complex return values (like Versions) are returned as remote references to the corresponding remote interfaces. Iterator values are transmitted as object arrays. RMI errors are signaled with RemoteExceptions.

    See Also:
    Version, ClientVersionHistory, ServerVersionHistory