org.mobicents.media.server.local.management
Interface ConnectionLocalManagement


public interface ConnectionLocalManagement


Method Summary
 long getConnectionCreationTime()
           
 int getInterArrivalJitter()
           
 int getOctetsReceived()
           
 int getOctetsSent()
           
 java.lang.String getOtherEnd()
           
 int getPacketsLost()
           
 int getPacketsReceived()
           
 int getPacketsSent()
           
 boolean isGatherStats()
           
 void setGatherStats(boolean gatherStats)
           
 

Method Detail

getConnectionCreationTime

long getConnectionCreationTime()

getOtherEnd

java.lang.String getOtherEnd()

isGatherStats

boolean isGatherStats()

setGatherStats

void setGatherStats(boolean gatherStats)

getPacketsSent

int getPacketsSent()

getPacketsReceived

int getPacketsReceived()

getOctetsReceived

int getOctetsReceived()

getOctetsSent

int getOctetsSent()

getInterArrivalJitter

int getInterArrivalJitter()

getPacketsLost

int getPacketsLost()


Copyright © 2009. All Rights Reserved.