wt.tools.profiler
Interface ProfilerService

All Known Implementing Classes:
ProfilerServiceFwd, StandardProfilerService

public interface ProfilerService


Method Summary
 int disableAdapters(ProfilingKey[] keys)
           
 int enableAdapters(ProfilingKey[] keys)
           
 ProfilerWrapper getProfData()
           
 ProfilingKey[] getRegAdapters()
           
 ProfilerFeedback pollProfData()
          This call makes use of wt.feedback to report the profiling data at regular intervals
 

Method Detail

getRegAdapters

public ProfilingKey[] getRegAdapters()
                              throws WTException
Returns:
ProfilingKey[]
Throws:
WTException

enableAdapters

public int enableAdapters(ProfilingKey[] keys)
                   throws WTException
Parameters:
keys -
Returns:
int
Throws:
WTException

disableAdapters

public int disableAdapters(ProfilingKey[] keys)
                    throws WTException
Parameters:
keys -
Returns:
int
Throws:
WTException

getProfData

public ProfilerWrapper getProfData()
                            throws WTException
Returns:
ProfilerWrapper
Throws:
WTException

pollProfData

public ProfilerFeedback pollProfData()
                              throws WTException
This call makes use of wt.feedback to report the profiling data at regular intervals

Returns:
ProfilerFeedback
Throws:
WTException