Package org.apache.jackrabbit.rmi.iterator

Utility classes for implementing JCR iterators based on static arrays.

See:
          Description

Class Summary
ArrayEventIterator Array implementation of the JCR EventIterator interface.
ArrayEventListenerIterator Array implementation of the JCR EventListenerIterator interface.
ArrayIterator Array implementation of the JCR RangeIterator interface.
 

Package org.apache.jackrabbit.rmi.iterator Description

Utility classes for implementing JCR iterators based on static arrays.

This package contains array-based implementations of the JCR RangeIterator interfaces.

These utility classes were designed for the transparent JCR-RMI layer, but can easily be used as a part of any JCR repository implementation. This package depends only on the standard JCR and J2SE APIs.



Copyright © 2004-2006 . All Rights Reserved.