public class StackPOATie extends StackPOA
Constructor and Description |
---|
StackPOATie(StackOperations delegate) |
StackPOATie(StackOperations delegate,
POA poa) |
Modifier and Type | Method and Description |
---|---|
POA |
_default_POA() |
StackOperations |
_delegate() |
void |
_delegate(StackOperations delegate) |
Stack |
_this() |
Stack |
_this(ORB orb) |
boolean |
element_pop(AnyHolder element) |
void |
pop() |
void |
purge() |
void |
push(Any element) |
int |
size() |
boolean |
top(AnyHolder element) |
boolean |
unfilled() |
_all_interfaces, _invoke
_get_component, _get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
public StackPOATie(StackOperations delegate)
public StackPOATie(StackOperations delegate, POA poa)
public StackOperations _delegate()
public void _delegate(StackOperations delegate)
public POA _default_POA()
_default_POA
in class Servant
public void purge()
public boolean unfilled()
public int size()
public void pop() throws EmptyCollection
EmptyCollection
public boolean top(AnyHolder element) throws EmptyCollection
EmptyCollection
public boolean element_pop(AnyHolder element) throws EmptyCollection
EmptyCollection
public void push(Any element) throws ElementInvalid
ElementInvalid
Copyright © 2016 JacORB. All rights reserved.