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