org.omg.CosCollection

Interface PriorityQueueOperations

All Superinterfaces:
RestrictedAccessCollectionOperations
Known Subinterfaces:
PriorityQueue
Known Implementing Classes:
PriorityQueuePOA, PriorityQueuePOATie, _PriorityQueueStub

public interface PriorityQueueOperations
extends RestrictedAccessCollectionOperations

Generated from IDL interface "PriorityQueue"

Author:
JacORB IDL compiler V 2.2, 7-May-2004

Method Summary

void
dequeue()
boolean
element_dequeue(AnyHolder element)
void
enqueue(Any element)

Methods inherited from interface org.omg.CosCollection.RestrictedAccessCollectionOperations

purge, size, unfilled

Method Details

dequeue

public void dequeue()
            throws EmptyCollection


element_dequeue

public boolean element_dequeue(AnyHolder element)
            throws EmptyCollection


enqueue

public void enqueue(Any element)
            throws ElementInvalid