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
RemoteIterator getRows() throws RepositoryException, RemoteException
RowIterator
RepositoryException
- on repository errorsRemoteException
- on RMI errorsQueryResult
RemoteIterator getNodes() throws RepositoryException, RemoteException
RepositoryException
- on repository errorsRemoteException
- on RMI errorsQueryResult
String[] getSelectorNames() throws RepositoryException, RemoteException
String
array holding the selector names.RepositoryException
- on repository errorsRemoteException
- on RMI errorsQueryResult
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"