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

See Also:
Row, ClientRow, ServerRow

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

Method Detail

getValues

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

getValue

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-2010 The Apache Software Foundation. All Rights Reserved.