org.apache.cocoon.components.profiler
Class ProfilerData.Entry
java.lang.Object
org.apache.cocoon.components.profiler.ProfilerData.Entry
- Enclosing class:
- ProfilerData
public static class ProfilerData.Entry
- extends Object
Entry, which stores the role and source of a component from a pipeline.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
role
public String role
source
public String source
setup
public long setup
time
public long time
fragment
public Object fragment
ProfilerData.Entry
protected ProfilerData.Entry(String role,
String source)
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.