org.omg.CosCollection

Interface StackOperations

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

public interface StackOperations
extends RestrictedAccessCollectionOperations

Generated from IDL interface "Stack"

Author:
JacORB IDL compiler V 2.2, 7-May-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 Details

element_pop

public boolean element_pop(AnyHolder element)
            throws EmptyCollection


pop

public void pop()
            throws EmptyCollection


push

public void push(Any element)
            throws ElementInvalid


top

public boolean top(AnyHolder element)
            throws EmptyCollection