Class ClientNodeIterator

    • Constructor Detail

      • ClientNodeIterator

        public ClientNodeIterator​(RemoteIterator iterator,
                                  Session session,
                                  LocalAdapterFactory factory)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Creates a ClientNodeIterator instance.
        Parameters:
        iterator - remote iterator
        session - current session
        factory - local adapter factory
    • Method Detail

      • getObject

        protected Object getObject​(Object remote)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Creates and returns a local adapter for the given remote node.
        Specified by:
        getObject in class ClientIterator
        Parameters:
        remote - remote referecne
        Returns:
        local adapter
        See Also:
        ClientIterator.getObject(Object)
      • nextNode

        public Node nextNode()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Returns the next node in this iteration.
        Specified by:
        nextNode in interface NodeIterator
        Returns:
        next node
        See Also:
        NodeIterator.nextNode()