|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.code.jetm.reporting.ext.NoOpEtmPoint
public class NoOpEtmPoint
An implementation of EtmPoint
that does nothing.
Constructor Summary | |
---|---|
NoOpEtmPoint(String name)
Create a no-op ETM point. |
Method Summary | |
---|---|
void |
alterName(String newName)
|
void |
collect()
|
long |
getEndTime()
|
String |
getName()
|
etm.core.monitor.EtmPoint |
getParent()
|
long |
getStartTime()
|
long |
getStartTimeMillis()
|
long |
getTicks()
|
double |
getTransactionTime()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NoOpEtmPoint(String name)
name
- The name of the point.Method Detail |
---|
public void alterName(String newName)
alterName
in interface etm.core.monitor.EtmPoint
public void collect()
collect
in interface etm.core.monitor.EtmPoint
public long getEndTime()
getEndTime
in interface etm.core.monitor.EtmPoint
public String getName()
getName
in interface etm.core.monitor.EtmPoint
public etm.core.monitor.EtmPoint getParent()
getParent
in interface etm.core.monitor.EtmPoint
public long getStartTime()
getStartTime
in interface etm.core.monitor.EtmPoint
public long getStartTimeMillis()
getStartTimeMillis
in interface etm.core.monitor.EtmPoint
public long getTicks()
getTicks
in interface etm.core.monitor.EtmPoint
public double getTransactionTime()
getTransactionTime
in interface etm.core.monitor.EtmPoint
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |