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

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

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

Methods in org.apache.jackrabbit.rmi.client with parameters of type RemoteRow
 Row LocalAdapterFactory.getRow(RemoteRow remote)
          Factory method for creating a local adapter for a remote query row.
 Row ClientAdapterFactory.getRow(RemoteRow remote)
          Creates and returns a ClientRow instance.
 

Constructors in org.apache.jackrabbit.rmi.client with parameters of type RemoteRow
ClientRow(RemoteRow remote)
          Creates a client adapter for the given remote query row.
 

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

Classes in org.apache.jackrabbit.rmi.server that implement RemoteRow
 class ServerRow
          Remote adapter for the JCR Row interface.
 

Methods in org.apache.jackrabbit.rmi.server that return RemoteRow
 RemoteRow ServerAdapterFactory.getRemoteRow(Row row)
          Creates a ServerQueryResult instance.
 RemoteRow RemoteAdapterFactory.getRemoteRow(Row row)
          Returns a remote adapter for the given local query row.
 



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