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 03-Nov-2015 12:24:02
- Author:
- JacORB IDL compiler V 3.7
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
Copyright © 2015 JacORB. All rights reserved.