org.omg.CosCollection

Class QueuePOATie

Implemented Interfaces:
InvokeHandler, QueueOperations, RestrictedAccessCollectionOperations

public class QueuePOATie
extends QueuePOA

Generated from IDL interface "Queue"

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

Constructor Summary

QueuePOATie(QueueOperations delegate)
QueuePOATie(QueueOperations delegate, POA poa)

Method Summary

POA
_default_POA()
QueueOperations
_delegate()
void
_delegate(QueueOperations delegate)
Queue
_this()
Queue
_this(ORB orb)
void
dequeue()
boolean
element_dequeue(AnyHolder element)
void
enqueue(Any element)
void
purge()
int
size()
boolean
unfilled()

Methods inherited from class org.omg.CosCollection.QueuePOA

_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

QueuePOATie

public QueuePOATie(QueueOperations delegate)


QueuePOATie

public QueuePOATie(QueueOperations delegate,
                   POA poa)

Method Details

_default_POA

public POA _default_POA()
Overrides:
_default_POA in interface Servant


_delegate

public QueueOperations _delegate()


_delegate

public void _delegate(QueueOperations delegate)


_this

public Queue _this()
Overrides:
_this in interface QueuePOA


_this

public Queue _this(ORB orb)
Overrides:
_this in interface QueuePOA


dequeue

public void dequeue()
            throws EmptyCollection
Specified by:
dequeue in interface QueueOperations


element_dequeue

public boolean element_dequeue(AnyHolder element)
            throws EmptyCollection
Specified by:
element_dequeue in interface QueueOperations


enqueue

public void enqueue(Any element)
            throws ElementInvalid
Specified by:
enqueue in interface QueueOperations


purge

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


size

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


unfilled

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