org.omg.CosCollection
Interface StackOperations

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

public interface StackOperations
extends RestrictedAccessCollectionOperations

Generated from IDL interface "Stack".

Version:
generated at Sep 14, 2010 11:02:14 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007

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

void push(Any element)
          throws ElementInvalid
Throws:
ElementInvalid

pop

void pop()
         throws EmptyCollection
Throws:
EmptyCollection

element_pop

boolean element_pop(AnyHolder element)
                    throws EmptyCollection
Throws:
EmptyCollection

top

boolean top(AnyHolder element)
            throws EmptyCollection
Throws:
EmptyCollection