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 InstrumentDescriptor.createInstrumentSample(String sampleDescription, long sampleInterval, int sampleSize, long sampleLease, int sampleType)
          Returns a InstrumentSampleDescriptor based on its name.
 InstrumentSampleDescriptor InstrumentDescriptor.getInstrumentSampleDescriptor(String instrumentSampleName)
          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(String sampleName)
          Searches the entire instrument tree for an instrument sample with the given name.
 



Copyright © 1997-2012 Apache Software Foundation. All Rights Reserved.