org.omg.CosCollection

Class StackPOATie

Implemented Interfaces:
InvokeHandler, RestrictedAccessCollectionOperations, StackOperations

public class StackPOATie
extends StackPOA

Generated from IDL interface "Stack"

Author:
JacORB IDL compiler V 2.2, 7-May-2004

Constructor Summary

StackPOATie(StackOperations delegate)
StackPOATie(StackOperations delegate, POA poa)

Method Summary

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()

Methods inherited from class org.omg.CosCollection.StackPOA

_all_interfaces, _invoke, _this, _this

Methods inherited from class org.omg.PortableServer.Servant

_all_interfaces, _default_POA, _get_delegate, _get_interface, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object

Constructor Details

StackPOATie

public StackPOATie(StackOperations delegate)


StackPOATie

public StackPOATie(StackOperations delegate,
                   POA poa)

Method Details

_default_POA

public POA _default_POA()
Overrides:
_default_POA in interface Servant


_delegate

public StackOperations _delegate()


_delegate

public void _delegate(StackOperations delegate)


_this

public Stack _this()
Overrides:
_this in interface StackPOA


_this

public Stack _this(ORB orb)
Overrides:
_this in interface StackPOA


element_pop

public boolean element_pop(AnyHolder element)
            throws EmptyCollection
Specified by:
element_pop in interface StackOperations


pop

public void pop()
            throws EmptyCollection
Specified by:
pop in interface StackOperations


purge

public void purge()
Specified by:
purge in interface RestrictedAccessCollectionOperations


push

public void push(Any element)
            throws ElementInvalid
Specified by:
push in interface StackOperations


size

public int size()
Specified by:
size in interface RestrictedAccessCollectionOperations


top

public boolean top(AnyHolder element)
            throws EmptyCollection
Specified by:
top in interface StackOperations


unfilled

public boolean unfilled()
Specified by:
unfilled in interface RestrictedAccessCollectionOperations