public interface RemoteQueryManager
extends java.rmi.Remote
QueryManager interface.
Used by the ServerQueryManager
and ClientQueryManager
adapter base classes to provide transparent RMI access to remote items.
RMI errors are signaled with RemoteExceptions.
javax.jcr.query.QueryManager,
ClientQueryManager,
ServerQueryManager| Modifier and Type | Method and Description |
|---|---|
RemoteQuery |
createQuery(java.lang.String statement,
java.lang.String language) |
RemoteQuery |
getQuery(java.lang.String absPath) |
java.lang.String[] |
getSupportedQueryLanguages() |
RemoteQuery createQuery(java.lang.String statement, java.lang.String language) throws RepositoryException, java.rmi.RemoteException
statement - query statementlanguage - query languageRepositoryException - on repository errorsjava.rmi.RemoteException - on RMI errorsjavax.jcr.query.QueryManager#createQueryRemoteQuery getQuery(java.lang.String absPath) throws RepositoryException, java.rmi.RemoteException
absPath - node path of a persisted query (that is, a node of type nt:query).Query object.RepositoryException - on repository errorsjava.rmi.RemoteException - on RMI errorsjavax.jcr.query.QueryManager#getQueryjava.lang.String[] getSupportedQueryLanguages()
throws RepositoryException,
java.rmi.RemoteException
RepositoryException - on repository errorsjava.rmi.RemoteException - on RMI errorsSee {@link Query}."Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"