org.omg.CosCollection
Interface PriorityQueueOperations

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

public interface PriorityQueueOperations
extends RestrictedAccessCollectionOperations

Generated from IDL interface "PriorityQueue"

Author:
JacORB IDL compiler V 2.1 (JBoss patch 1), 01-Mar-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 Detail

enqueue

public void enqueue(Any element)
             throws ElementInvalid
Throws:
ElementInvalid

dequeue

public void dequeue()
             throws EmptyCollection
Throws:
EmptyCollection

element_dequeue

public boolean element_dequeue(AnyHolder element)
                        throws EmptyCollection
Throws:
EmptyCollection