| Package | Description | 
|---|---|
| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
javax.jcr.version.Version | 
LocalAdapterFactory.getVersion(javax.jcr.Session session,
          RemoteVersion remote)
Factory method for creating a local adapter for a remote version. 
 | 
javax.jcr.version.Version | 
ClientAdapterFactory.getVersion(javax.jcr.Session session,
          RemoteVersion remote)
Creates and returns a  
ClientVersion instance. | 
| Constructor and Description | 
|---|
ClientVersion(javax.jcr.Session session,
             RemoteVersion remote,
             LocalAdapterFactory factory)
Creates a local adapter for the given remote version. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
RemoteVersion | 
RemoteNode.checkin()
Remote version of the
  
Node.checkin() method. | 
RemoteVersion | 
RemoteVersionManager.checkin(String absPath)
Remote version of the
  
VersionManager.checkin(String)
 method. | 
RemoteVersion | 
RemoteVersionManager.checkpoint(String absPath)
Remote version of the
  
VersionManager.checkpoint(String)
 method. | 
RemoteVersion | 
RemoteNode.getBaseVersion()
Remote version of the
  
Node.getBaseVersion() method. | 
RemoteVersion | 
RemoteVersionManager.getBaseVersion(String absPath)  | 
RemoteVersion | 
RemoteVersion.getLinearPredecessor()
Remote version of the
  
Version.getLinearPredecessor() method. | 
RemoteVersion | 
RemoteVersion.getLinearSuccessor()
Remote version of the
  
Version.getLinearSuccessor() method. | 
RemoteVersion[] | 
RemoteVersion.getPredecessors()
Remote version of the
  
Version.getPredecessors() method. | 
RemoteVersion | 
RemoteVersionHistory.getRootVersion()
Remote version of the
  
VersionHistory.getRootVersion()
 method. | 
RemoteVersion[] | 
RemoteVersion.getSuccessors()
Remote version of the
  
Version.getSuccessors() method. | 
RemoteVersion | 
RemoteVersionHistory.getVersion(String versionName)
Remote version of the
  
VersionHistory.getVersion(String)
 method. | 
RemoteVersion | 
RemoteVersionHistory.getVersionByLabel(String label)
Remote version of the
  
VersionHistory.getVersionByLabel(String)
 method. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ServerVersion
Remote adapter for the JCR  
Version interface. | 
| Modifier and Type | Method and Description | 
|---|---|
RemoteVersion | 
ServerNode.checkin()
Remote version of the
  
Node.checkin() method. | 
RemoteVersion | 
ServerVersionManager.checkin(String absPath)  | 
RemoteVersion | 
ServerVersionManager.checkpoint(String absPath)  | 
RemoteVersion | 
ServerNode.getBaseVersion()
Remote version of the
  
Node.getBaseVersion() method. | 
RemoteVersion | 
ServerVersionManager.getBaseVersion(String absPath)  | 
RemoteVersion | 
ServerVersion.getLinearPredecessor()
Remote version of the
  
Version.getLinearPredecessor() method. | 
RemoteVersion | 
ServerVersion.getLinearSuccessor()
Remote version of the
  
Version.getLinearSuccessor() method. | 
RemoteVersion[] | 
ServerVersion.getPredecessors()
Remote version of the
  
Version.getPredecessors() method. | 
RemoteVersion | 
ServerAdapterFactory.getRemoteVersion(javax.jcr.version.Version version)
Creates a  
ServerVersion instance. | 
RemoteVersion | 
RemoteAdapterFactory.getRemoteVersion(javax.jcr.version.Version version)
Returns a remote adapter for the given local version. 
 | 
RemoteVersion | 
ServerVersionHistory.getRootVersion()
Remote version of the
  
VersionHistory.getRootVersion()
 method. | 
RemoteVersion[] | 
ServerVersion.getSuccessors()
Remote version of the
  
Version.getSuccessors() method. | 
RemoteVersion | 
ServerVersionHistory.getVersion(String versionName)
Remote version of the
  
VersionHistory.getVersion(String)
 method. | 
RemoteVersion | 
ServerVersionHistory.getVersionByLabel(String label)
Remote version of the
  
VersionHistory.getVersionByLabel(String)
 method. | 
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.