Uses of Interface
org.apache.excalibur.instrument.manager.InstrumentSampleDescriptor

Packages that use InstrumentSampleDescriptor
org.apache.excalibur.instrument.manager   
org.apache.excalibur.instrument.manager.http   
org.apache.excalibur.instrument.manager.impl   
 

Uses of InstrumentSampleDescriptor in org.apache.excalibur.instrument.manager
 

Methods in org.apache.excalibur.instrument.manager that return InstrumentSampleDescriptor
 InstrumentSampleDescriptor InstrumentDescriptor.getInstrumentSampleDescriptor(java.lang.String instrumentSampleName)
          Returns a InstrumentSampleDescriptor based on its name.
 InstrumentSampleDescriptor InstrumentDescriptor.createInstrumentSample(java.lang.String sampleDescription, long sampleInterval, int sampleSize, long sampleLease, int sampleType)
          Returns a InstrumentSampleDescriptor based on its name.
 InstrumentSampleDescriptor[] InstrumentDescriptor.getInstrumentSampleDescriptors()
          Returns an array of Descriptors for the InstrumentSamples configured for this Instrument.
 InstrumentSampleDescriptor DefaultInstrumentManager.locateInstrumentSampleDescriptor(java.lang.String sampleName)
          Searches the entire instrument tree for an instrument sample with the given name.
 

Uses of InstrumentSampleDescriptor in org.apache.excalibur.instrument.manager.http
 

Methods in org.apache.excalibur.instrument.manager.http with parameters of type InstrumentSampleDescriptor
protected  void AbstractXMLHandler.outputSampleBrief(java.io.PrintWriter out, InstrumentSampleDescriptor sample, java.lang.String indent, boolean packed)
           
protected  void AbstractXMLHandler.outputSample(java.io.PrintWriter out, InstrumentSampleDescriptor sample, java.lang.String indent, boolean packed)
           
protected  void AbstractXMLHandler.outputSampleHistory(java.io.PrintWriter out, InstrumentSampleDescriptor sample, java.lang.String indent, long baseTime, boolean packed, boolean compact)
           
protected  void AbstractHTMLHandler.breadCrumbs(java.io.PrintWriter out, InstrumentSampleDescriptor desc, boolean link)
           
protected  void AbstractHTMLHandler.outputInstrumentSamples(java.io.PrintWriter out, InstrumentSampleDescriptor[] descs, boolean readOnly)
           
 

Uses of InstrumentSampleDescriptor in org.apache.excalibur.instrument.manager.impl
 

Classes in org.apache.excalibur.instrument.manager.impl that implement InstrumentSampleDescriptor
 class InstrumentSampleDescriptorImpl
          Describes an InstrumentSample and acts as a Proxy to protect the original InstrumentSample object.
 

Methods in org.apache.excalibur.instrument.manager.impl that return InstrumentSampleDescriptor
 InstrumentSampleDescriptor InstrumentDescriptorImpl.getInstrumentSampleDescriptor(java.lang.String instrumentSampleName)
          Returns a InstrumentSampleDescriptor based on its name.
 InstrumentSampleDescriptor InstrumentDescriptorImpl.createInstrumentSample(java.lang.String sampleDescription, long sampleInterval, int sampleSize, long sampleLease, int sampleType)
          Returns a InstrumentSampleDescriptor based on its name.
 InstrumentSampleDescriptor[] InstrumentDescriptorImpl.getInstrumentSampleDescriptors()
          Returns an array of Descriptors for the InstrumentSamples configured for this Instrument.
 InstrumentSampleDescriptor DefaultInstrumentManagerImpl.locateInstrumentSampleDescriptor(java.lang.String sampleName)
          Searches the entire instrument tree for an instrument sample with the given name.
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.