org.omg.CosCollection
Class StackPOATie
java.lang.Object
org.omg.PortableServer.Servant
org.omg.CosCollection.StackPOA
org.omg.CosCollection.StackPOATie
- All Implemented Interfaces:
- InvokeHandler, RestrictedAccessCollectionOperations, StackOperations
- public class StackPOATie
- extends StackPOA
Generated from IDL interface "Stack"
- Author:
- JacORB IDL compiler V 2.2.3, 10-Dec-2005
Methods inherited from class org.omg.PortableServer.Servant |
_get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StackPOATie
public StackPOATie(StackOperations delegate)
StackPOATie
public StackPOATie(StackOperations delegate,
POA poa)
_this
public Stack _this()
- Overrides:
_this
in class StackPOA
_this
public Stack _this(ORB orb)
- Overrides:
_this
in class StackPOA
_delegate
public StackOperations _delegate()
_delegate
public void _delegate(StackOperations delegate)
_default_POA
public POA _default_POA()
- Overrides:
_default_POA
in class Servant
purge
public void purge()
unfilled
public boolean unfilled()
size
public int size()
pop
public void pop()
throws EmptyCollection
- Throws:
EmptyCollection
top
public boolean top(AnyHolder element)
throws EmptyCollection
- Throws:
EmptyCollection
element_pop
public boolean element_pop(AnyHolder element)
throws EmptyCollection
- Throws:
EmptyCollection
push
public void push(Any element)
throws ElementInvalid
- Throws:
ElementInvalid