|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.jasmine.monitoring.mbeancmd.sampling.Sampler<CpuSunData>
org.ow2.jasmine.monitoring.mbeancmd.sampling.CpuSunSampler
public class CpuSunSampler
Data sampler for the Sun Java VM.
Field Summary |
---|
Fields inherited from class org.ow2.jasmine.monitoring.mbeancmd.sampling.Sampler |
---|
oNames |
Constructor Summary | |
---|---|
CpuSunSampler(java.lang.String urlString)
Implementation of inherited method. |
Method Summary | |
---|---|
java.lang.String |
getDefaultOn()
Implementation of inherited abstract method. |
protected CpuSunData |
newSampleData()
Implementation of inherited abstract method. |
protected CpuSunData |
poll(CpuSunData data)
Implementation of inherited abstract method. |
private void |
pollCpuSun(CpuSunData data)
Polls Sun Java VM CPU data. |
Methods inherited from class org.ow2.jasmine.monitoring.mbeancmd.sampling.Sampler |
---|
getMBeanServerConnection, getOn, getServerDomain, getServerName, init, process, queryON, sample, setOn |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CpuSunSampler(java.lang.String urlString)
Sampler.Sampler(String)
Method Detail |
---|
public java.lang.String getDefaultOn()
getDefaultOn
in class Sampler<CpuSunData>
Sampler.getDefaultOn()
protected CpuSunData newSampleData()
newSampleData
in class Sampler<CpuSunData>
Sampler.newSampleData()
protected CpuSunData poll(CpuSunData data)
poll
in class Sampler<CpuSunData>
data
- Previous sample.
Sampler.poll(SampleData)
,
pollCpuSun(CpuSunData)
private void pollCpuSun(CpuSunData data)
data
- ServerData to add polled information to.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |