gov.nist.javax.sip.stack
Class CallAnalyzer.MetricReference

java.lang.Object
  extended by gov.nist.javax.sip.stack.CallAnalyzer.MetricReference
Enclosing class:
CallAnalyzer

public static class CallAnalyzer.MetricReference
extends Object

This is just a name for certain statistic item. Such as a timestmp of request associated with a thread

Author:
vladimirralev

Field Summary
 String name
           
 
Constructor Summary
CallAnalyzer.MetricReference(String name)
           
 
Method Summary
 boolean equals(Object other)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name
Constructor Detail

CallAnalyzer.MetricReference

public CallAnalyzer.MetricReference(String name)
Method Detail

equals

public boolean equals(Object other)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2012. All Rights Reserved.