org.omg.CosCollection
Interface StackOperations

All Superinterfaces:
RestrictedAccessCollectionOperations
All Known Subinterfaces:
Stack
All Known Implementing Classes:
_StackStub, StackPOA

public interface StackOperations
extends RestrictedAccessCollectionOperations

Generated from IDL interface "Stack"

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

Method Summary
 boolean element_pop(AnyHolder element)
           
 void pop()
           
 void push(Any element)
           
 boolean top(AnyHolder element)
           
 
Methods inherited from interface org.omg.CosCollection.RestrictedAccessCollectionOperations
purge, size, unfilled
 

Method Detail

push

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

pop

public void pop()
         throws EmptyCollection
Throws:
EmptyCollection

element_pop

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

top

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