|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
SFBData
Data retrieved from stateful session beans. |
class |
SLBData
Sampler for retrieving data from stateless 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(javax.management.ObjectName on)
Gets the SampleData associated with a given ObjectName. |
protected SampleData |
WebSampler.newSampleData()
Implementation of inherited abstract method. |
protected SampleData |
TxSampler.newSampleData()
Implementation of inherited abstract method. |
protected SampleData |
SLBSampler.newSampleData()
Implementation of inherited abstract method. |
protected SampleData |
SFBSampler.newSampleData()
Implementation of inherited abstract method. |
protected SampleData |
ServletSampler.newSampleData()
Implementation of inherited abstract method. |
protected SampleData |
ServerSampler.newSampleData()
Implementation of inherited abstract method. |
protected abstract SampleData |
Sampler.newSampleData()
|
protected SampleData |
JoramQSampler.newSampleData()
Implementation of inherited abstract method. |
protected SampleData |
JCACFSampler.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 |
CpuSunSampler.newSampleData()
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 |
TxSampler.poll(SampleData data)
Implementation of inherited abstract method. |
protected SampleData |
SLBSampler.poll(SampleData data)
Implementation of inherited abstract method. |
protected SampleData |
SFBSampler.poll(SampleData data)
Implementation of inherited abstract method. |
protected SampleData |
ServletSampler.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 abstract SampleData |
Sampler.poll(SampleData prev)
Poll based on a previous sample. |
protected SampleData |
JoramQSampler.poll(SampleData data)
Implementation of inherited abstract method. |
protected SampleData |
JCACFSampler.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 |
CpuSunSampler.poll(SampleData data)
Implementation of inherited abstract method. |
SampleData |
XSampleData.put(javax.management.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 | |
|---|---|
java.util.Set<SampleData> |
XSampleData.getSampleData()
|
| Methods in org.ow2.jasmine.monitoring.mbeancmd.sampling with parameters of type SampleData | |
|---|---|
void |
XSampleData.compute(SampleData needs_cast)
Implementation of inherited abstract method. |
void |
WebData.compute(SampleData needs_cast)
Implementation of inherited abstract method. |
void |
TxData.compute(SampleData needs_cast)
Implementation of inherited abstract method. |
void |
SLBData.compute(SampleData needs_cast)
Implementation of inherited abstract method. |
void |
SFBData.compute(SampleData needs_cast)
Implementation of inherited abstract method. |
void |
ServletData.compute(SampleData needs_cast)
Implementation of inherited abstract method. |
void |
ServerData.compute(SampleData needs_cast)
Implementation of inherited abstract 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 |
JoramQData.compute(SampleData needs_cast)
Implementation of inherited abstract method. |
void |
JCACFData.compute(SampleData needs_cast)
Implementation of inherited abstract method. |
void |
EntityData.compute(SampleData needs_cast)
Implementation of inherited abstract method. |
void |
DSData.compute(SampleData needs_cast)
Implementation of inherited method. |
void |
CpuSunData.compute(SampleData needs_cast)
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 |
TxSampler.poll(SampleData data)
Implementation of inherited abstract method. |
protected SampleData |
SLBSampler.poll(SampleData data)
Implementation of inherited abstract method. |
protected SampleData |
SFBSampler.poll(SampleData data)
Implementation of inherited abstract method. |
protected SampleData |
ServletSampler.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 abstract SampleData |
Sampler.poll(SampleData prev)
Poll based on a previous sample. |
protected SampleData |
JoramQSampler.poll(SampleData data)
Implementation of inherited abstract method. |
protected SampleData |
JCACFSampler.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 |
CpuSunSampler.poll(SampleData data)
Implementation of inherited abstract method. |
SampleData |
XSampleData.put(javax.management.ObjectName on,
SampleData data)
Puts an object in XSampleData.samples. |
SampleData |
Sampler.sample(SampleData previous)
Samples data based on a previous sample. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||