Uses of Class
org.apache.excalibur.instrument.client.MaintainedSampleLease

Packages that use MaintainedSampleLease
org.apache.excalibur.instrument.client   
 

Uses of MaintainedSampleLease in org.apache.excalibur.instrument.client
 

Fields in org.apache.excalibur.instrument.client declared as MaintainedSampleLease
private  MaintainedSampleLease[] InstrumentManagerConnection.m_maintainedSampleLeaseArray
           
 

Methods in org.apache.excalibur.instrument.client that return MaintainedSampleLease
(package private)  MaintainedSampleLease InstrumentManagerConnection.getMaintainedSampleLease(java.lang.String sampleName)
          Returns a MaintainedSampleLease given a name if the sample is being maintained.
private  MaintainedSampleLease[] InstrumentManagerConnection.getMaintainedSampleLeaseArray()
          Returns a thread save array representation of the MaintainedSampleLeases.