JXTA

Uses of Class
net.jxta.impl.endpoint.endpointMeter.PropagationMetric

Packages that use PropagationMetric
net.jxta.impl.endpoint.endpointMeter   
 

Uses of PropagationMetric in net.jxta.impl.endpoint.endpointMeter
 

Methods in net.jxta.impl.endpoint.endpointMeter that return PropagationMetric
 PropagationMetric PropagationMeter.collectMetrics()
           
 PropagationMetric PropagationMeter.getCumulativeMetrics()
           
 PropagationMetric EndpointServiceMetric.getPropagationMetric(String serviceName, String serviceParam)
           
 

Methods in net.jxta.impl.endpoint.endpointMeter that return types with arguments of type PropagationMetric
 Iterator<PropagationMetric> EndpointServiceMetric.getPropagationMetrics()
           
 

Methods in net.jxta.impl.endpoint.endpointMeter with parameters of type PropagationMetric
(package private)  void EndpointServiceMetric.addPropagationMetric(PropagationMetric propagationMetric)
           
 void PropagationMetric.mergeMetrics(PropagationMetric other)
           
 

Constructors in net.jxta.impl.endpoint.endpointMeter with parameters of type PropagationMetric
PropagationMetric(PropagationMetric prototype)
           
 


JXSE