public interface RemoteQueryResult
extends java.rmi.Remote
QueryResult interface.
Used by the ServerQueryResult
and ClientQueryResult
adapter base classes to provide transparent RMI access to remote items.
RMI errors are signaled with RemoteExceptions.
javax.jcr.query.QueryResult,
ClientQueryResult,
ServerQueryResult| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getColumnNames() |
RemoteIterator |
getNodes() |
RemoteIterator |
getRows() |
java.lang.String[] |
getSelectorNames() |
java.lang.String[] getColumnNames()
throws RepositoryException,
java.rmi.RemoteException
PropertyIteratorRepositoryException - on repository errorsjava.rmi.RemoteException - on RMI errorsjavax.jcr.query.QueryResult#getColumnNames()RemoteIterator getRows() throws RepositoryException, java.rmi.RemoteException
RowIteratorRepositoryException - on repository errorsjava.rmi.RemoteException - on RMI errorsjavax.jcr.query.QueryResult#getRows()RemoteIterator getNodes() throws RepositoryException, java.rmi.RemoteException
RepositoryException - on repository errorsjava.rmi.RemoteException - on RMI errorsjavax.jcr.query.QueryResult#getNodes()java.lang.String[] getSelectorNames()
throws RepositoryException,
java.rmi.RemoteException
String array holding the selector names.RepositoryException - on repository errorsjava.rmi.RemoteException - on RMI errorsjavax.jcr.query.QueryResult#getSelectorNames()"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"