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

java.lang.Object
  extended byorg.apache.cocoon.components.profiler.ProfilerData.Entry
Enclosing class:
ProfilerData

public 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)
           
 
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-2005 The Apache Software Foundation. All Rights Reserved.