Uses of Interface
org.apache.jackrabbit.rmi.remote.RemoteVersionHistory

Packages that use RemoteVersionHistory
org.apache.jackrabbit.rmi.client Client implementation of the transparent JCR-RMI layer. 
org.apache.jackrabbit.rmi.remote Remote interfaces of the transparent JCR-RMI layer. 
org.apache.jackrabbit.rmi.server Server implementation of the transparent JCR-RMI layer. 
 

Uses of RemoteVersionHistory in org.apache.jackrabbit.rmi.client
 

Methods in org.apache.jackrabbit.rmi.client with parameters of type RemoteVersionHistory
 VersionHistory ClientAdapterFactory.getVersionHistory(Session session, RemoteVersionHistory remote)
          Creates and returns a ClientVersionHistory instance.
 VersionHistory LocalAdapterFactory.getVersionHistory(Session session, RemoteVersionHistory remote)
          Factory method for creating a local adapter for a remote version history.
 

Constructors in org.apache.jackrabbit.rmi.client with parameters of type RemoteVersionHistory
ClientVersionHistory(Session session, RemoteVersionHistory remote, LocalAdapterFactory factory)
          Creates a local adapter for the given remote version history.
 

Uses of RemoteVersionHistory in org.apache.jackrabbit.rmi.remote
 

Methods in org.apache.jackrabbit.rmi.remote that return RemoteVersionHistory
 RemoteVersionHistory RemoteVersion.getContainingHistory()
          Remote version of the Version.getContainingHistory() Version.getContainingHistory()} method.
 RemoteVersionHistory RemoteNode.getVersionHistory()
          Remote version of the Node.getVersionHistory() method.
 

Uses of RemoteVersionHistory in org.apache.jackrabbit.rmi.server
 

Classes in org.apache.jackrabbit.rmi.server that implement RemoteVersionHistory
 class ServerVersionHistory
          Remote adapter for the JCR VersionHistory interface.
 

Methods in org.apache.jackrabbit.rmi.server that return RemoteVersionHistory
 RemoteVersionHistory ServerVersion.getContainingHistory()
          Remote version of the Version.getContainingHistory() Version.getContainingHistory()} method.
 RemoteVersionHistory ServerAdapterFactory.getRemoteVersionHistory(VersionHistory versionHistory)
          Creates a ServerVersionHistory instance.
 RemoteVersionHistory RemoteAdapterFactory.getRemoteVersionHistory(VersionHistory versionHistory)
          Returns a remote adapter for the given local version history.
 RemoteVersionHistory ServerNode.getVersionHistory()
          Remote version of the Node.getVersionHistory() method.
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.