Uses of Class
org.ow2.jasmine.monitoring.mbeancmd.sampling.SampleData

Packages that use SampleData
org.ow2.jasmine.monitoring.mbeancmd.context   
org.ow2.jasmine.monitoring.mbeancmd.sampling   
 

Uses of SampleData in org.ow2.jasmine.monitoring.mbeancmd.context
 

Methods in org.ow2.jasmine.monitoring.mbeancmd.context that return SampleData
 SampleData SamplerContext.getPreviousData()
           
 

Methods in org.ow2.jasmine.monitoring.mbeancmd.context with parameters of type SampleData
 void SamplerContext.setPreviousData(SampleData previousData)
           
 

Uses of SampleData in org.ow2.jasmine.monitoring.mbeancmd.sampling
 

Subclasses of SampleData in org.ow2.jasmine.monitoring.mbeancmd.sampling
 class CpuSunData
          Data retrieved from the Sun Java VM.
 class DSData
          Data retrieved from datasources.
 class EntityData
          Data retrieved from entity beans.
 class JCACFData
          Data retrieved from JCA Connection Factories.
 class JoramQData
          Data retrieved from JCA Connection Factories.
 class ServerData
          Data retrieved from various parts of the J2EE server.
 class ServletData
          Data retrieved from servlets.
 class SessionBeanData
          Data retrieved from session beans.
 class TxData
          Transaction statistics.
 class WebData
          Data retrieved from the HTTP server.
 class XSampleData
          SampleData where sampling operates on a Set.
 

Methods in org.ow2.jasmine.monitoring.mbeancmd.sampling that return SampleData
 SampleData XSampleData.get(ObjectName on)
          Gets the SampleData associated with a given ObjectName.
protected  SampleData CpuSunSampler.newSampleData()
          Implementation of inherited abstract method.
protected  SampleData EntitySampler.newSampleData()
          Implementation of inherited abstract method.
protected  SampleData DSSampler.newSampleData()
          Implementation of inherited abstract method.
protected  SampleData JoramQSampler.newSampleData()
          Implementation of inherited abstract method.
protected  SampleData ServerSampler.newSampleData()
          Implementation of inherited abstract method.
protected  SampleData SessionBeanSampler.newSampleData()
           
protected  SampleData ServletSampler.newSampleData()
          Implementation of inherited abstract method.
protected  SampleData WebSampler.newSampleData()
          Implementation of inherited abstract method.
protected  SampleData JCACFSampler.newSampleData()
          Implementation of inherited abstract method.
protected abstract  SampleData Sampler.newSampleData()
           
protected  SampleData TxSampler.newSampleData()
          Implementation of inherited abstract method.
protected  SampleData CpuSunSampler.poll(SampleData data)
          Implementation of inherited abstract method.
protected  SampleData EntitySampler.poll(SampleData data)
          Implementation of inherited abstract method.
protected  SampleData DSSampler.poll(SampleData data)
          Implementation of inherited abstract method.
protected  SampleData JoramQSampler.poll(SampleData data)
          Implementation of inherited abstract method.
protected  SampleData ServerSampler.poll(SampleData data)
          Implementation of inherited abstract method, will call all pollers of this class.
protected  SampleData SessionBeanSampler.poll(SampleData data)
          Implementation of inherited abstract method.
protected  SampleData ServletSampler.poll(SampleData data)
          Implementation of inherited abstract method.
protected  SampleData WebSampler.poll(SampleData data)
          Implementation of inherited abstract method, will call all pollers of this class.
protected  SampleData JCACFSampler.poll(SampleData data)
          Implementation of inherited abstract method.
protected abstract  SampleData Sampler.poll(SampleData prev)
          Poll based on a previous sample.
protected  SampleData TxSampler.poll(SampleData data)
          Implementation of inherited abstract method.
 SampleData XSampleData.put(ObjectName on, SampleData data)
          Puts an object in XSampleData.samples.
 SampleData Sampler.sample(SampleData previous)
          Samples data based on a previous sample.
 

Methods in org.ow2.jasmine.monitoring.mbeancmd.sampling that return types with arguments of type SampleData
 Set<SampleData> XSampleData.getSampleData()
           
 

Methods in org.ow2.jasmine.monitoring.mbeancmd.sampling with parameters of type SampleData
 void CpuSunData.compute(SampleData needs_cast)
          Implementation of inherited abstract method.
 void DSData.compute(SampleData needs_cast)
          Implementation of inherited method.
 void ServerData.compute(SampleData needs_cast)
          Implementation of inherited abstract method.
 void TxData.compute(SampleData needs_cast)
          Implementation of inherited abstract method.
 void SessionBeanData.compute(SampleData needs_cast)
          Implementation of inherited abstract method.
 void XSampleData.compute(SampleData needs_cast)
          Implementation of inherited abstract method.
 void JCACFData.compute(SampleData needs_cast)
          Implementation of inherited method.
abstract  void SampleData.compute(SampleData prev)
          Compute based on a previous measurement, will fill all fields that are marked as being "computed" and don't have a public setter.
 void EntityData.compute(SampleData needs_cast)
          Implementation of inherited abstract method.
 void JoramQData.compute(SampleData needs_cast)
          Implementation of inherited abstract method.
 void WebData.compute(SampleData needs_cast)
          Implementation of inherited abstract method.
 void ServletData.compute(SampleData needs_cast)
          Implementation of inherited abstract method.
protected  double SampleData.computeSamplePeriod(SampleData prev)
           
protected  SampleData CpuSunSampler.poll(SampleData data)
          Implementation of inherited abstract method.
protected  SampleData EntitySampler.poll(SampleData data)
          Implementation of inherited abstract method.
protected  SampleData DSSampler.poll(SampleData data)
          Implementation of inherited abstract method.
protected  SampleData JoramQSampler.poll(SampleData data)
          Implementation of inherited abstract method.
protected  SampleData ServerSampler.poll(SampleData data)
          Implementation of inherited abstract method, will call all pollers of this class.
protected  SampleData SessionBeanSampler.poll(SampleData data)
          Implementation of inherited abstract method.
protected  SampleData ServletSampler.poll(SampleData data)
          Implementation of inherited abstract method.
protected  SampleData WebSampler.poll(SampleData data)
          Implementation of inherited abstract method, will call all pollers of this class.
protected  SampleData JCACFSampler.poll(SampleData data)
          Implementation of inherited abstract method.
protected abstract  SampleData Sampler.poll(SampleData prev)
          Poll based on a previous sample.
protected  SampleData TxSampler.poll(SampleData data)
          Implementation of inherited abstract method.
 SampleData XSampleData.put(ObjectName on, SampleData data)
          Puts an object in XSampleData.samples.
 SampleData Sampler.sample(SampleData previous)
          Samples data based on a previous sample.
 



Copyright © 2011 OW2 Consortium. All Rights Reserved.