public class _StackStub extends ObjectImpl implements Stack
| Constructor and Description |
|---|
_StackStub() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
_ids() |
boolean |
element_pop(AnyHolder element) |
void |
pop() |
void |
purge() |
void |
push(Any element) |
int |
size() |
boolean |
top(AnyHolder element) |
boolean |
unfilled() |
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, wait_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_overridepublic static final Class _opsClass
public String[] _ids()
_ids in class ObjectImplpublic void purge()
purge in interface RestrictedAccessCollectionOperationspublic boolean unfilled()
unfilled in interface RestrictedAccessCollectionOperationspublic int size()
size in interface RestrictedAccessCollectionOperationspublic void pop()
throws EmptyCollection
pop in interface StackOperationsEmptyCollectionpublic boolean top(AnyHolder element) throws EmptyCollection
top in interface StackOperationsEmptyCollectionpublic boolean element_pop(AnyHolder element) throws EmptyCollection
element_pop in interface StackOperationsEmptyCollectionpublic void push(Any element) throws ElementInvalid
push in interface StackOperationsElementInvalidCopyright © 2015 JacORB. All rights reserved.