com.pcbsys.nirvana.nAdminAPI.nMulticastConfigurationStatus Class Reference

Contains the status of a Nirvana Realm server multicast interface. More...

Public Member Functions

long getBytesSent ()
 Returns the number of bytes sent by this multicast instance. More...
 
int getCurrentClientCount ()
 The Count of currently connected clients to this multicast Instance. More...
 
String getMulticastName ()
 Returns the name of this multicast instance. More...
 
long getResetsSent ()
 Returns the number of connection resets by this multicast instance. More...
 
String getResourceName ()
 Returns the name of the resource that this status object is associated with. More...
 
long getRetransmittedPackets ()
 Returns the number of retransmitted packets due to loss or delay. More...
 
long getTotalPacketsSent ()
 Returns the total packets sent by this multicast instance. More...
 
long getUnAckedPacketQueueSize ()
 The size of unacked/outstanding packet queue size on the server. More...
 

Detailed Description

Contains the status of a Nirvana Realm server multicast interface.

Member Function Documentation

long com.pcbsys.nirvana.nAdminAPI.nMulticastConfigurationStatus.getBytesSent ( )

Returns the number of bytes sent by this multicast instance.

Returns
int bytes sent
int com.pcbsys.nirvana.nAdminAPI.nMulticastConfigurationStatus.getCurrentClientCount ( )

The Count of currently connected clients to this multicast Instance.

Returns
int count of current clients
String com.pcbsys.nirvana.nAdminAPI.nMulticastConfigurationStatus.getMulticastName ( )

Returns the name of this multicast instance.

Returns
string name of the multicast instance
long com.pcbsys.nirvana.nAdminAPI.nMulticastConfigurationStatus.getResetsSent ( )

Returns the number of connection resets by this multicast instance.

Returns
The number of resets
String com.pcbsys.nirvana.nAdminAPI.nMulticastConfigurationStatus.getResourceName ( )

Returns the name of the resource that this status object is associated with.

Returns
String resource name
long com.pcbsys.nirvana.nAdminAPI.nMulticastConfigurationStatus.getRetransmittedPackets ( )

Returns the number of retransmitted packets due to loss or delay.

Returns
int number of retransmitted packets
long com.pcbsys.nirvana.nAdminAPI.nMulticastConfigurationStatus.getTotalPacketsSent ( )

Returns the total packets sent by this multicast instance.

Returns
int total packets sent
long com.pcbsys.nirvana.nAdminAPI.nMulticastConfigurationStatus.getUnAckedPacketQueueSize ( )

The size of unacked/outstanding packet queue size on the server.

Returns
int outstanding packet queue size