Project JXTA

Uses of Class
net.jxta.impl.endpoint.transportMeter.TransportMetric

Packages that use TransportMetric
net.jxta.impl.endpoint.transportMeter   
 

Uses of TransportMetric in net.jxta.impl.endpoint.transportMeter
 

Methods in net.jxta.impl.endpoint.transportMeter that return TransportMetric
 TransportMetric TransportMeter.collectMetrics()
           
 TransportMetric TransportMeter.getCumulativeMetrics()
           
 TransportMetric TransportServiceMetric.getTransportMetric(String protocol, EndpointAddress endpointAddress)
          Get the Transport Metric for a specific Transport Type
 TransportMetric TransportServiceMetric.getTransportMetric(TransportMetric prototype)
          Get the Transport Metric for a specific Transport Type
 

Methods in net.jxta.impl.endpoint.transportMeter with parameters of type TransportMetric
 void TransportServiceMetric.addTransportMetric(TransportMetric transportMetric)
          Append a Transport Metric
 TransportMetric TransportServiceMetric.getTransportMetric(TransportMetric prototype)
          Get the Transport Metric for a specific Transport Type
(package private)  void TransportMetric.mergeMetrics(TransportMetric otherTransportMetric)
           
 

Constructors in net.jxta.impl.endpoint.transportMeter with parameters of type TransportMetric
TransportMetric(TransportMetric prototype)
           
 


JXTA J2SE