org.apache.jackrabbit.rmi.client
Class ClientRow
java.lang.Object
org.apache.jackrabbit.rmi.client.ClientRow
- All Implemented Interfaces:
- Row
public class ClientRow
- extends Object
- implements Row
Local adapter for the JCR-RMI RemoteRow
interface. This class makes a remote query row locally available using
the JCR Row interface.
- See Also:
Row,
RemoteRow
|
Constructor Summary |
ClientRow(RemoteRow remote)
Creates a client adapter for the given remote query row. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientRow
public ClientRow(RemoteRow remote)
- Creates a client adapter for the given remote query row.
- Parameters:
remote - remote query row
getValues
public Value[] getValues()
throws RepositoryException
-
- Specified by:
getValues in interface Row
- Throws:
RepositoryException
getValue
public Value getValue(String s)
throws RepositoryException
-
- Specified by:
getValue in interface Row
- Throws:
RepositoryException
Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.