|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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. |
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 |
DefaultInstrumentManagerImpl.locateInstrumentSampleDescriptor(java.lang.String sampleName)
Searches the entire instrument tree for an instrument sample with the given name. |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |