Uses of Package
org.apache.cocoon.profiling.data

Packages that use org.apache.cocoon.profiling.data
org.apache.cocoon.profiling.component Provides cocoon-profiling pipeline components. 
org.apache.cocoon.profiling.data Contains classes and interfaces for the storage and the construction of data structures of profiling data. 
org.apache.cocoon.profiling.profiler Provides the abstract base class Profiler and some specific implementations. 
org.apache.cocoon.profiling.spring Provides components to interact with Spring. 
 

Classes in org.apache.cocoon.profiling.data used by org.apache.cocoon.profiling.component
ProfilingDataHolder
          Interface for the storage layer of the profiling module.
 

Classes in org.apache.cocoon.profiling.data used by org.apache.cocoon.profiling.data
InstanceRepresentation
          A data class to store the necessary information used for profiling of an object instance.
ProfilingData
          Class used to store the gathered profiling information for one intercepted method invocation.
ProfilingDataHolder
          Interface for the storage layer of the profiling module.
ProfilingDataManager
          The ProfilingDataManager is responsible for building the data structure by linking the ProfilingData elements together.
ProfilingIdGenerator
          The ProfilingIdGenerator has to work thread dependent.
 

Classes in org.apache.cocoon.profiling.data used by org.apache.cocoon.profiling.profiler
ProfilingData
          Class used to store the gathered profiling information for one intercepted method invocation.
ProfilingDataManager
          The ProfilingDataManager is responsible for building the data structure by linking the ProfilingData elements together.
ProfilingIdGenerator
          The ProfilingIdGenerator has to work thread dependent.
 

Classes in org.apache.cocoon.profiling.data used by org.apache.cocoon.profiling.spring
ProfilingDataManager
          The ProfilingDataManager is responsible for building the data structure by linking the ProfilingData elements together.
ProfilingIdGenerator
          The ProfilingIdGenerator has to work thread dependent.
 



Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.