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 Mar 12, 2011 4:11:25 PM
- Author:
- JacORB IDL compiler V 2.3.1 (JBoss patch01), 29-Jul-2009
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