org.omg.CosCollection
Class StackPOATie

java.lang.Object
  extended byorg.omg.PortableServer.Servant
      extended byorg.omg.CosCollection.StackPOA
          extended byorg.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

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

Constructor Detail

StackPOATie

public StackPOATie(StackOperations delegate)

StackPOATie

public StackPOATie(StackOperations delegate,
                   POA poa)
Method Detail

_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