Remote version of the JCR {@link javax.jcr.version.Version Version} interface.Used by the {@link org.apache.jackrabbit.rmi.server.ServerVersion ServerVersion}and {@link org.apache.jackrabbit.rmi.client.ClientVersion ClientVersion}adapters to provide transparent RMI access to remote versions.
The methods in this interface are documented only with a reference to a corresponding Version method. The remote object will simply forward the method call to the underlying Version 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 signalled with RemoteExceptions.
@author Felix Meschberger
@see javax.jcr.version.Version
@see org.apache.jackrabbit.rmi.client.ClientVersion
@see org.apache.jackrabbit.rmi.server.ServerVersion