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

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

public class JCACFData
extends SampleData<JCACFData>

Data retrieved from JCA Connection Factories.


Field Summary
private static java.lang.String header
          Default output header.
 
Fields inherited from class org.ow2.jasmine.monitoring.mbeancmd.sampling.SampleData
decimalFormat
 
Constructor Summary
JCACFData()
           
 
Method Summary
 void compute(JCACFData 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 static final java.lang.String header
Default output header.

See Also:
Constant Field Values
Constructor Detail

JCACFData

public JCACFData()
Method Detail

compute

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

Specified by:
compute in class SampleData<JCACFData>
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<JCACFData>
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<JCACFData>
Returns:
The inner (specialized) part of the data for this data type.
See Also:
SampleData.getInnerPrintData()