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

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

Methods in org.apache.excalibur.instrument.manager that return InstrumentSampleDescriptor
 InstrumentSampleDescriptor DefaultInstrumentManager.locateInstrumentSampleDescriptor(java.lang.String sampleName)
          Searches the entire instrument tree for an instrument sample with the given name.
 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.
 



Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.