com.pcbsys.nirvana.client.nAbstractChannel Class Reference

This is the base class for all nirvana channel types, including queues and normal pub/sub channels and as such has no public methods. More...

Inheritance diagram for com.pcbsys.nirvana.client.nAbstractChannel:
com.pcbsys.nirvana.client.nChannel com.pcbsys.nirvana.client.nQueue

Public Member Functions

int getQueueSize ()
 Returns the size of the underlying event queue waiting for delivery via the go method. More...
 
nSession getSession ()
 Returns the nSession used to create/find this channel. More...
 

Detailed Description

This is the base class for all nirvana channel types, including queues and normal pub/sub channels and as such has no public methods.

See Also
nChannel
nQueue

Member Function Documentation

int com.pcbsys.nirvana.client.nAbstractChannel.getQueueSize ( )

Returns the size of the underlying event queue waiting for delivery via the go method.

Returns
number of events to be delivered
nSession com.pcbsys.nirvana.client.nAbstractChannel.getSession ( )

Returns the nSession used to create/find this channel.

Returns
the nSession associated with this channel