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

Packages that use RemoteVersionHistory
org.apache.jackrabbit.rmi.client   
org.apache.jackrabbit.rmi.remote   
org.apache.jackrabbit.rmi.server   
 

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

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

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-2008 The Apache Software Foundation. All Rights Reserved.