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

Packages that use RemoteQuery
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 RemoteQuery in org.apache.jackrabbit.rmi.client
 

Methods in org.apache.jackrabbit.rmi.client with parameters of type RemoteQuery
 Query LocalAdapterFactory.getQuery(Session session, RemoteQuery remote)
          Factory method for creating a local adapter for a remote query.
 Query ClientAdapterFactory.getQuery(Session session, RemoteQuery remote)
          Creates and returns a ClientQuery instance.
 

Constructors in org.apache.jackrabbit.rmi.client with parameters of type RemoteQuery
ClientQuery(Session session, RemoteQuery remote, LocalAdapterFactory factory)
          Creates a client adapter for the given query.
 

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

Methods in org.apache.jackrabbit.rmi.remote that return RemoteQuery
 RemoteQuery RemoteQueryManager.createQuery(String statement, String language)
           
 RemoteQuery RemoteQueryManager.getQuery(String absPath)
           
 

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

Classes in org.apache.jackrabbit.rmi.server that implement RemoteQuery
 class ServerQuery
          Remote adapter for the JCR Query interface.
 

Methods in org.apache.jackrabbit.rmi.server that return RemoteQuery
 RemoteQuery ServerQueryManager.createQuery(String statement, String language)
          
 RemoteQuery ServerQueryManager.getQuery(String absPath)
          
 RemoteQuery ServerAdapterFactory.getRemoteQuery(Query query)
          Creates a ServerQuery instance.
 RemoteQuery RemoteAdapterFactory.getRemoteQuery(Query query)
          Returns a remote adapter for the given local query.
 



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