org.apache.cocoon.components.profiler
Class ProfilerData.Entry

java.lang.Object
  extended by 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.


Field Summary
 Object fragment
           
 String role
           
 long setup
           
 String source
           
 long time
           
 
Constructor Summary
protected ProfilerData.Entry(String role, String source)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

role

public String role

source

public String source

setup

public long setup

time

public long time

fragment

public Object fragment
Constructor Detail

ProfilerData.Entry

protected ProfilerData.Entry(String role,
                             String source)


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.