org.omg.CosCollection
Interface DequeOperations

All Superinterfaces:
RestrictedAccessCollectionOperations
All Known Subinterfaces:
Deque
All Known Implementing Classes:
_DequeStub, DequePOA

public interface DequeOperations
extends RestrictedAccessCollectionOperations

Generated from IDL interface "Deque"

Author:
JacORB IDL compiler V 2.1 (JBoss patch 1), 01-Mar-2004

Method Summary
 void dequeue_first()
           
 void dequeue_last()
           
 boolean element_dequeue_first(AnyHolder element)
           
 boolean element_dequeue_last(AnyHolder element)
           
 void enqueue_as_first(Any element)
           
 void enqueue_as_last(Any element)
           
 
Methods inherited from interface org.omg.CosCollection.RestrictedAccessCollectionOperations
purge, size, unfilled
 

Method Detail

enqueue_as_first

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

enqueue_as_last

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

dequeue_first

public void dequeue_first()
                   throws EmptyCollection
Throws:
EmptyCollection

element_dequeue_first

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

dequeue_last

public void dequeue_last()
                  throws EmptyCollection
Throws:
EmptyCollection

element_dequeue_last

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