|
JXTA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.jxta.impl.endpoint.endpointMeter.PropagationMeter
public class PropagationMeter
Meter corresponding to a propagated messages
Constructor Summary | |
---|---|
PropagationMeter(String serviceName,
String serviceParameter)
|
Method Summary | |
---|---|
PropagationMetric |
collectMetrics()
|
PropagationMetric |
getCumulativeMetrics()
|
(package private) String |
getServiceName()
|
(package private) String |
getServiceParameter()
|
void |
registerPropagateMessageStats(int numPropagatedTo,
int numFilteredOut,
int numErrorsPropagated,
long propagationTime)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PropagationMeter(String serviceName, String serviceParameter)
Method Detail |
---|
public void registerPropagateMessageStats(int numPropagatedTo, int numFilteredOut, int numErrorsPropagated, long propagationTime)
String getServiceName()
String getServiceParameter()
public String toString()
toString
in class Object
public PropagationMetric getCumulativeMetrics()
public PropagationMetric collectMetrics()
|
JXSE | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |