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.2.3, 10-Dec-2005
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