org.omg.CosCollection
Interface QueueOperations
- All Superinterfaces:
- RestrictedAccessCollectionOperations
- All Known Subinterfaces:
- Queue
- All Known Implementing Classes:
- _QueueStub, QueuePOA
- public interface QueueOperations
- extends RestrictedAccessCollectionOperations
Generated from IDL interface "Queue"
- Author:
- JacORB IDL compiler V 2.1 (JBoss patch 1), 01-Mar-2004
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