|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.apache.avalon.excalibur.profile.AbstractProfilePoint
The ProfilPoint interface is to mark objects that can be sampled by a Profiler. The interface only has one sampling method to simplify the items that can be sampled.
| Constructor Summary | |
AbstractProfilePoint(java.lang.String name)
Initializes the ProfilePoint with a name. |
|
| Method Summary | |
java.lang.String |
getName()
Get the ProfilePoint's name. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.avalon.excalibur.profile.ProfilePoint |
getSample |
| Constructor Detail |
public AbstractProfilePoint(java.lang.String name)
| Method Detail |
public final java.lang.String getName()
getName in interface ProfilePoint
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||