public interface RemoteQueryResult extends 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.
QueryResult
,
ClientQueryResult
,
ServerQueryResult
Modifier and Type | Method and Description |
---|---|
String[] |
getColumnNames() |
RemoteIterator |
getNodes() |
RemoteIterator |
getRows() |
String[] |
getSelectorNames() |
String[] getColumnNames() throws RepositoryException, RemoteException
PropertyIterator
RepositoryException
- on repository errorsRemoteException
- on RMI errorsQueryResult.getColumnNames()
RemoteIterator getRows() throws RepositoryException, RemoteException
RowIterator
RepositoryException
- on repository errorsRemoteException
- on RMI errorsQueryResult.getRows()
RemoteIterator getNodes() throws RepositoryException, RemoteException
RepositoryException
- on repository errorsRemoteException
- on RMI errorsQueryResult.getNodes()
String[] getSelectorNames() throws RepositoryException, RemoteException
String
array holding the selector names.RepositoryException
- on repository errorsRemoteException
- on RMI errorsQueryResult.getSelectorNames()
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.