Interface RemoteRow

  • All Superinterfaces:
    Remote
    All Known Implementing Classes:
    ServerRow

    @Deprecated(forRemoval=true)
    public interface RemoteRow
    extends Remote
    Deprecated, for removal: This API element is subject to removal in a future version.
    RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

    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

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      RemoteNode getNode()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      RemoteNode getNode​(String selectorName)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      String getPath()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      String getPath​(String selectorName)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      double getScore()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      double getScore​(String selectorName)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      Value getValue​(String propertyName)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      Value[] getValues()
      Deprecated, for removal: This API element is subject to removal in a future version.