Remote version of the JCR Row
interface.
Used by the ServerRow
and ClientRow
adapter base classes to provide transparent RMI access to remote items.
RMI errors are signaled with RemoteExceptions.
@Deprecated public interface RemoteRow extends Remote
Modifier and Type | Method and Description |
---|---|
RemoteNode |
getNode()
Deprecated.
|
RemoteNode |
getNode(String selectorName)
Deprecated.
|
String |
getPath()
Deprecated.
|
String |
getPath(String selectorName)
Deprecated.
|
double |
getScore()
Deprecated.
|
double |
getScore(String selectorName)
Deprecated.
|
Value |
getValue(String propertyName)
Deprecated.
|
Value[] |
getValues()
Deprecated.
|
Value[] getValues() throws RepositoryException, RemoteException
RepositoryException
- on repository errorsRemoteException
- on RMI errorsRow.getValues()
Value getValue(String propertyName) throws RepositoryException, RemoteException
propertyName
- property nameRepositoryException
- on repository errorsRemoteException
- on RMI errorsRow.getValue(String)
RemoteNode getNode() throws RepositoryException, RemoteException
RepositoryException
- on repository errorsRemoteException
- on RMI errorsRow.getNode()
RemoteNode getNode(String selectorName) throws RepositoryException, RemoteException
selectorName
- RepositoryException
- on repository errorsRemoteException
- on RMI errorsRow.getNode(String)
String getPath() throws RepositoryException, RemoteException
RepositoryException
- on repository errorsRemoteException
- on RMI errorsRow.getPath()
String getPath(String selectorName) throws RepositoryException, RemoteException
selectorName
- RepositoryException
- on repository errorsRemoteException
- on RMI errorsRow.getPath(String)
double getScore() throws RepositoryException, RemoteException
RepositoryException
- on repository errorsRemoteException
- on RMI errorsRow.getScore()
double getScore(String selectorName) throws RepositoryException, RemoteException
selectorName
- RepositoryException
- on repository errorsRemoteException
- on RMI errorsRow.getScore(String)
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.