Uses of Class
net.sf.jperfprobe.ProbeManagerImpl.Presentation

Uses of ProbeManagerImpl.Presentation in net.sf.jperfprobe
 

Methods in net.sf.jperfprobe that return ProbeManagerImpl.Presentation
static ProbeManagerImpl.Presentation StaticProbeManager.getPresentation()
          Get the current presentation for the manager
 ProbeManagerImpl.Presentation ProbeManagerImpl.getPresentation()
          Get the current presentation for the manager
 ProbeManagerImpl.Presentation ProbeManager.getPresentation()
          Get the current presentation for the manager
static ProbeManagerImpl.Presentation ProbeManagerImpl.Presentation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ProbeManagerImpl.Presentation[] ProbeManagerImpl.Presentation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.jperfprobe with parameters of type ProbeManagerImpl.Presentation
static void StaticProbeManager.setPresentation(ProbeManagerImpl.Presentation p)
          Set the presentation unit for presentation.
 void ProbeManagerImpl.setPresentation(ProbeManagerImpl.Presentation p)
          Set the presentation unit for presentation.
 void ProbeManager.setPresentation(ProbeManagerImpl.Presentation p)
          Set the presentation unit for presentation.
 

Constructors in net.sf.jperfprobe with parameters of type ProbeManagerImpl.Presentation
ProbeManagerImpl(int firstSamplesToSkip, ProbeManagerImpl.Presentation presentation, Time time)
          Constr
 



Copyright © 2004-2011. All Rights Reserved.