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 Dec 2, 2008 2:43:20 PM
- Author:
- JacORB IDL compiler V 2.3.0 (JBoss patch 5), 06-Jun-2007
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