|
|||||||||
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.TxSampler
public class TxSampler
Transaction statistics sampler.
Field Summary |
---|
Fields inherited from class org.ow2.jasmine.monitoring.mbeancmd.sampling.Sampler |
---|
oNames |
Constructor Summary | |
---|---|
TxSampler(java.lang.String urlString)
Implementation of inherited method. |
Method Summary | |
---|---|
java.lang.String |
getDefaultOn()
Implementation of inherited abstract method. |
protected SampleData |
newSampleData()
Implementation of inherited abstract method. |
protected SampleData |
poll(SampleData data)
Implementation of inherited abstract method. |
private void |
pollJTM(TxData data)
Polls the transaction manager. |
Methods inherited from class org.ow2.jasmine.monitoring.mbeancmd.sampling.Sampler |
---|
getDomain, getMBeanServerConnection, getName, getOn, getServer, 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 TxSampler(java.lang.String urlString)
Sampler.Sampler(String)
Method Detail |
---|
public java.lang.String getDefaultOn()
getDefaultOn
in class Sampler
Sampler.getDefaultOn()
protected SampleData newSampleData()
newSampleData
in class Sampler
Sampler.newSampleData()
protected SampleData poll(SampleData data)
poll
in class Sampler
data
- Previous sample.
Sampler.poll(SampleData)
,
pollJTM(TxData)
private void pollJTM(TxData data)
data
- TxData to add polled information to.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |