org.apache.cocoon.profiling.data
Interface ProfilingDataManager

All Known Implementing Classes:
ProfilingDataManagerImpl

public interface ProfilingDataManager

The ProfilingDataManager is responsible for building the data structure by linking the ProfilingData elements together.

The creation of the data structure is solely in the responsibility of the ProfilingDataManager and has to be accomplished using the information stored in the ProfilingData objects. Furthermore it has to group the incoming ProfilingData objects and to move the whole data structure to the ProfilingDataHolder after one group was completely processed.


Method Summary
 void add(ProfilingData data)
          Add and process the given profiling data.
 void setProfilingDataHolder(ProfilingDataHolder profilingDataHolder)
           
 

Method Detail

add

void add(ProfilingData data)
Add and process the given profiling data.

Parameters:
data -

setProfilingDataHolder

void setProfilingDataHolder(ProfilingDataHolder profilingDataHolder)


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