org.exoplatform.services.jcr.rmi.api.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 signalled with RemoteExceptions.
- See Also:
Row,
ClientRow,
ServerRow
|
Method Summary |
javax.jcr.Value |
getValue(java.lang.String propertyName)
|
javax.jcr.Value[] |
getValues()
|
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 © 2010 eXo Platform SAS. All Rights Reserved.