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(String selectorName) |
String |
getPath() |
String |
getPath(String selectorName) |
double |
getScore() |
double |
getScore(String selectorName) |
Value |
getValue(String propertyName) |
Value[] |
getValues() |
clone, exportObject, exportObject, exportObject, unexportObjectgetClientHost, getLog, setLogpublic ServerRow(Row row,
RemoteAdapterFactory factory)
throws RemoteException
row - local query rowfactory - remote adapter factoryRemoteException - on RMI errorspublic Value[] getValues()
throws RepositoryException,
RemoteException
getValues in interface RemoteRowRepositoryException - on repository errorsRemoteException - on RMI errorsjavax.jcr.query.Row#getValues()public Value getValue(String propertyName) throws RepositoryException, RemoteException
getValue in interface RemoteRowpropertyName - property nameRepositoryException - on repository errorsRemoteException - on RMI errorsjavax.jcr.query.Row#getValue(String)public RemoteNode getNode() throws RepositoryException, RemoteException
getNode in interface RemoteRowRepositoryException - on repository errorsRemoteException - on RMI errorsjavax.jcr.query.Row#getNode()public RemoteNode getNode(String selectorName) throws RepositoryException, RemoteException
getNode in interface RemoteRowRepositoryException - on repository errorsRemoteException - on RMI errorsjavax.jcr.query.Row#getNode(String)public String getPath() throws RepositoryException, RemoteException
getPath in interface RemoteRowRepositoryException - on repository errorsRemoteException - on RMI errorsjavax.jcr.query.Row#getPath()public String getPath(String selectorName) throws RepositoryException, RemoteException
getPath in interface RemoteRowRepositoryException - on repository errorsRemoteException - on RMI errorsjavax.jcr.query.Row#getPath(String)public double getScore()
throws RepositoryException,
RemoteException
getScore in interface RemoteRowRepositoryException - on repository errorsRemoteException - on RMI errorsjavax.jcr.query.Row#getScore()public double getScore(String selectorName) throws RepositoryException, RemoteException
getScore in interface RemoteRowRepositoryException - on repository errorsRemoteException - on RMI errorsjavax.jcr.query.Row#getScore(String)"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"