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

Uses of ProbeManager.Presentation in net.sf.jperfprobe
 

Methods in net.sf.jperfprobe that return ProbeManager.Presentation
static ProbeManager.Presentation StaticProbeManager.getPresentation()
          Get the current presentation for the manager
 ProbeManager.Presentation ProbeManager.getPresentation()
          Get the current presentation for the manager
static ProbeManager.Presentation ProbeManager.Presentation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ProbeManager.Presentation[] ProbeManager.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 ProbeManager.Presentation
static void StaticProbeManager.setPresentation(ProbeManager.Presentation p)
          Set the presentation unit for presentation.
 void ProbeManager.setPresentation(ProbeManager.Presentation p)
          Set the presentation unit for presentation.
 

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



Copyright © 2004-2008. All Rights Reserved.