org.apache.jackrabbit.rmi.remote
Interface RemoteRow

All Superinterfaces:
Remote
All Known Implementing Classes:
ServerRow

public interface RemoteRow
extends Remote

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 signalled with RemoteExceptions.

Author:
Philipp Koch
See Also:
Row, ClientRow, ServerRow

Method Summary
 Value getValue(String propertyName)
           
 Value[] getValues()
           
 

Method Detail

getValues

public Value[] getValues()
                  throws RepositoryException,
                         RemoteException
Returns:
row values
Throws:
RepositoryException - on repository errors
RemoteException - on RMI errors
See Also:
Row.getValues()

getValue

public Value getValue(String propertyName)
               throws RepositoryException,
                      RemoteException
Parameters:
propertyName - property name
Returns:
identified value
Throws:
RepositoryException - on repository errors
RemoteException - on RMI errors
See Also:
Row.getValue(String)


Copyright © 2004-2006 . All Rights Reserved.