org.benow.web.profiler
Class ProfilerServiceImpl

java.lang.Object
  extended by org.benow.web.profiler.ProfilerServiceImpl
All Implemented Interfaces:
org.benow.java.spec.Markup, org.benow.service.Service, ProfilerService

public class ProfilerServiceImpl
extends java.lang.Object
implements ProfilerService


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.benow.java.spec.Markup
org.benow.java.spec.Markup.ParamName, org.benow.java.spec.Markup.ReturnDescription
 
Constructor Summary
ProfilerServiceImpl()
           
 
Method Summary
 void off()
           
 void startToFile(java.lang.String fileName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfilerServiceImpl

public ProfilerServiceImpl()
Method Detail

startToFile

public void startToFile(java.lang.String fileName)
Specified by:
startToFile in interface ProfilerService

off

public void off()
Specified by:
off in interface ProfilerService