final public class SynchronizedQueryResult implements QueryResult(Code)
QueryResult implementation that synchronizes all methods except the
next and prev accessors on a lock object. Synchronization for the next and
prev accessors is provided inside
VersantQueryImp .