|
||||||||||
| 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
org.ow2.jasmine.monitoring.mbeancmd.sampling.WebSampler
public class WebSampler
Sampler that retrieves statistics from the HTTP server.
| Field Summary |
|---|
| Fields inherited from class org.ow2.jasmine.monitoring.mbeancmd.sampling.Sampler |
|---|
context |
| Constructor Summary | |
|---|---|
WebSampler(JmxContext context)
Implementation of inherited method. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDefaultOn()
Implementation of inherited abstract method. |
void |
init()
Override of inherited method: will initialize all object name arrays. |
protected SampleData |
newSampleData()
Implementation of inherited abstract method. |
protected SampleData |
poll(SampleData data)
Implementation of inherited abstract method, will call all pollers of this class. |
| Methods inherited from class org.ow2.jasmine.monitoring.mbeancmd.sampling.Sampler |
|---|
getDomain, getJmxUrl, getMBeanServerConnection, getName, getOn, getServer, queryON, releaseMbeanServerConnection, sample, setOn |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebSampler(JmxContext context)
Sampler#Sampler(String)| Method Detail |
|---|
public java.lang.String getDefaultOn()
getDefaultOn in class SamplerSampler.getDefaultOn()public void init()
init in class Samplerprotected SampleData newSampleData()
newSampleData in class SamplerSampler.newSampleData()protected SampleData poll(SampleData data)
poll in class Samplerdata - Previous sample.
Sampler.poll(SampleData),
pollSessions(WebData),
pollGlobalRequestProcessor(WebData),
pollThreadPool(WebData)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||