org.ow2.jasmine.monitoring.mbeancmd.sampling
Class SLBData

java.lang.Object
  extended by org.ow2.jasmine.monitoring.mbeancmd.sampling.SampleData<SLBData>
      extended by org.ow2.jasmine.monitoring.mbeancmd.sampling.SLBData

public class SLBData
extends SampleData<SLBData>

Sampler for retrieving data from stateless session beans.


Field Summary
private  java.lang.String header
          Default output header.
 
Fields inherited from class org.ow2.jasmine.monitoring.mbeancmd.sampling.SampleData
decimalFormat
 
Constructor Summary
SLBData()
           
 
Method Summary
 void compute(SLBData prev)
          Implementation of inherited abstract method.
protected  java.lang.String getInnerPrintData()
          Implementation of inherited abstract method.
protected  java.lang.String getInnerPrintHeader()
          Implementation of inherited abstract method.
 
Methods inherited from class org.ow2.jasmine.monitoring.mbeancmd.sampling.SampleData
getAttribute, getAttributeAsDouble, getAttributeAsInt, getAttributeAsLong, getPrintHeader, getSampleTime, getSeparator, getServerDomain, getServerName, isValid, printData, setAttribute, setObjectName, setSampleTime, setSeparator, setServerInfo, setValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

header

private final java.lang.String header
Default output header.

See Also:
Constant Field Values
Constructor Detail

SLBData

public SLBData()
Method Detail

compute

public void compute(SLBData prev)
Implementation of inherited abstract method.

Specified by:
compute in class SampleData<SLBData>
Parameters:
prev - Previous measurement.
See Also:
SampleData.compute(SampleData)

getInnerPrintHeader

protected java.lang.String getInnerPrintHeader()
Implementation of inherited abstract method.

Specified by:
getInnerPrintHeader in class SampleData<SLBData>
Returns:
The inner (specialized) part of the header for this data type.
See Also:
SampleData.getInnerPrintHeader()

getInnerPrintData

protected java.lang.String getInnerPrintData()
Implementation of inherited abstract method.

Specified by:
getInnerPrintData in class SampleData<SLBData>
Returns:
The inner (specialized) part of the data for this data type.
See Also:
SampleData.getInnerPrintData()