Class DelayedPriorityQueueProxy

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractQueue<E>
java.util.PriorityQueue
org.apache.openjpa.util.proxy.DelayedPriorityQueueProxy
All Implemented Interfaces:
Serializable, Iterable, Collection, Queue, Proxy, DelayedProxy, ProxyCollection

public class DelayedPriorityQueueProxy extends PriorityQueue implements ProxyCollection, DelayedProxy
PriorityQueue proxy with delay loading capability. Allows non-indexed add and remove operations to occur on an unloaded collection. Operations that require a load will trigger a load.
See Also: