public class ServerRow extends ServerObject implements RemoteRow
Row interface.
This class makes a local session available as an RMI service using the
RemoteRow
interface.javax.jcr.query.Row,
RemoteRow,
Serialized Form| Constructor and Description |
|---|
ServerRow(Row row,
RemoteAdapterFactory factory)
Creates a remote adapter for the given local query row.
|
| Modifier and Type | Method and Description |
|---|---|
RemoteNode |
getNode() |
RemoteNode |
getNode(java.lang.String selectorName) |
java.lang.String |
getPath() |
java.lang.String |
getPath(java.lang.String selectorName) |
double |
getScore() |
double |
getScore(java.lang.String selectorName) |
Value |
getValue(java.lang.String propertyName) |
Value[] |
getValues() |
clone, exportObject, exportObject, exportObject, unexportObjectpublic ServerRow(Row row,
RemoteAdapterFactory factory)
throws java.rmi.RemoteException
row - local query rowfactory - remote adapter factoryjava.rmi.RemoteException - on RMI errorspublic Value[] getValues()
throws RepositoryException,
java.rmi.RemoteException
public Value getValue(java.lang.String propertyName)
throws RepositoryException,
java.rmi.RemoteException
public RemoteNode getNode() throws RepositoryException, java.rmi.RemoteException
public RemoteNode getNode(java.lang.String selectorName) throws RepositoryException, java.rmi.RemoteException
public java.lang.String getPath()
throws RepositoryException,
java.rmi.RemoteException
public java.lang.String getPath(java.lang.String selectorName)
throws RepositoryException,
java.rmi.RemoteException
public double getScore()
throws RepositoryException,
java.rmi.RemoteException
public double getScore(java.lang.String selectorName)
throws RepositoryException,
java.rmi.RemoteException
"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"