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
PropertyIterator
RepositoryException
- on repository errorsjava.rmi.RemoteException
- on RMI errorsjavax.jcr.query.QueryResult#getColumnNames()
RemoteIterator getRows() throws RepositoryException, java.rmi.RemoteException
RowIterator
RepositoryException
- 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 - 2019 Adobe Systems Incorporated. All Rights Reserved"