org.apache.jackrabbit.rmi.remote
Interface RemoteRow

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
ServerRow

public interface RemoteRow
extends java.rmi.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
 javax.jcr.Value getValue(java.lang.String propertyName)
           
 javax.jcr.Value[] getValues()
           
 

Method Detail

getValues

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

getValue

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


Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.