|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcgl.narada.transport.MonitoredLink
public class MonitoredLink
| Constructor Summary | |
|---|---|
MonitoredLink()
|
|
| Method Summary | |
|---|---|
void |
disablePerformanceFactor(String factor)
|
void |
enablePerformanceFactor(String factor)
|
LinkPerformanceData[] |
getAllPerformanceData()
Returns the complete set of performance factors measured and their corresponding values |
long[] |
getLatencies()
|
String |
getPerformanceData(String factorName)
Returns the value of a performance factor as a string |
String[] |
getPerformanceFactorsMeasured()
Returns the list of performance factors that are measured on this communication link |
boolean |
performanceGatheringEnabled()
Used to test weather performing gathering is enabled for a given communication link |
void |
processPerformancePackets(byte[] perfData)
|
byte[] |
sendPerformancePackets()
|
void |
setPerformanceGathering(boolean gather)
Used to enable or disable performance gathering on a communication link |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MonitoredLink()
| Method Detail |
|---|
public byte[] sendPerformancePackets()
throws TransportException
TransportExceptionpublic void processPerformancePackets(byte[] perfData)
public long[] getLatencies()
public void setPerformanceGathering(boolean gather)
public boolean performanceGatheringEnabled()
public String[] getPerformanceFactorsMeasured()
public void disablePerformanceFactor(String factor)
public void enablePerformanceFactor(String factor)
public LinkPerformanceData[] getAllPerformanceData()
public String getPerformanceData(String factorName)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||