org.mobicents.media.server.local.management
Interface WorkDataGatherer
public interface WorkDataGatherer
Start time:15:37:17 2008-11-27
Project: mobicents-media-server-core
This interface defines methods that are invoked by sink/source - or any other
component to update information about work done during operations, for
instance see http://tools.ietf.org/html/rfc3435#section-3.2.2
- Author:
- baranowb - Bartosz Baranowski
octetsReceived
void octetsReceived(int count)
octetsSent
void octetsSent(int count)
packetsSent
void packetsSent(int count)
packetsReceived
void packetsReceived(int count)
packetsLost
void packetsLost(int count)
interArrivalJitter
void interArrivalJitter(int value)
isGatherStats
boolean isGatherStats()
Copyright © 2009. All Rights Reserved.