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
getValues
javax.jcr.Value[] getValues()
throws javax.jcr.RepositoryException,
RemoteException
- Returns:
- row values
- Throws:
javax.jcr.RepositoryException
- on repository errors
RemoteException
- on RMI errors- See Also:
Row.getValues()
getValue
javax.jcr.Value getValue(String propertyName)
throws javax.jcr.RepositoryException,
RemoteException
- Parameters:
propertyName
- property name
- Returns:
- identified value
- Throws:
javax.jcr.RepositoryException
- on repository errors
RemoteException
- on RMI errors- See Also:
Row.getValue(String)
Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.