Serialized Form
|
Package org.apache.excalibur.instrument.client |
m_action
int m_action
m_logger
Logger m_logger
m_treeModel
org.apache.excalibur.instrument.client.InstrumentManagerTreeModel m_treeModel
m_tree
org.apache.excalibur.instrument.client.InstrumentManagerTree m_tree
m_frame
org.apache.excalibur.instrument.client.InstrumentClientFrame m_frame
m_deleted
boolean m_deleted
m_runner
Thread m_runner
m_descriptionLabel
JLabel m_descriptionLabel
m_listeners
List<E> m_listeners
m_listenerArray
InstrumentManagerConnectionListener[] m_listenerArray
m_lastLeaseRenewalTime
long m_lastLeaseRenewalTime
m_maintainedSampleLeaseMap
HashMap<K,V> m_maintainedSampleLeaseMap
m_maintainedSampleLeaseArray
org.apache.excalibur.instrument.client.MaintainedSampleLease[] m_maintainedSampleLeaseArray
m_sampleFrames
Map<K,V> m_sampleFrames
- Maintain a list of all sample frames which are viewing data in this connection.
m_sampleFrameArray
InstrumentSampleFrame[] m_sampleFrameArray
m_state
int m_state
m_connection
InstrumentManagerConnection m_connection
m_instrumentSampleName
String m_instrumentSampleName
m_fullName
String m_fullName
m_lastSnapshotTime
long m_lastSnapshotTime
- The last time that a snapshot was received. This is the time in the
snapshot and is always in Server time. Not the time on this system.
m_samples
int[] m_samples
- A buffered set of sample values. May be null.
m_lineChart
LineChart m_lineChart
- The LineChart currently visible in the Frame. May be null.
m_lineColor
Color m_lineColor
m_lightLineColor
Color m_lightLineColor
m_lightGridColor
Color m_lightGridColor
m_darkGridColor
Color m_darkGridColor
m_frameColor
Color m_frameColor
m_crossColor
Color m_crossColor
m_maskFrameColor
Color m_maskFrameColor
m_maskColor
Color m_maskColor
m_lineSampleInterval
int m_lineSampleInterval
- Number of sample points between vertical lines.
m_sampleInterval
long m_sampleInterval
- The number of milliseconds represented by each data sample.
m_format
String m_format
- Format of the text which is displayed along the x (time) axis of the
chart.
m_dFormat
String m_dFormat
- Format of the text which is displayed over the component as
the user moves the mouse over the line chart.
m_averageWindow
int m_averageWindow
- Number of sample points to use when calculating the moving average.
m_antialias
boolean m_antialias
- True if Antialiasing should be used when rendering the chart.
m_time
long m_time
- Time of the last sample point.
m_values
int[] m_values
- Sample point data.
m_averageWindowValues
float[] m_averageWindowValues
- Moving average of the sample point data.
m_min
int m_min
- Minimum value in m_values.
m_max
int m_max
- Maximum value in m_values.
m_intFormat
DecimalFormat m_intFormat
- Integer number format.
m_floatFormat
DecimalFormat m_floatFormat
- Decimal number format.
m_mouseOver
boolean m_mouseOver
m_mousePressed
boolean m_mousePressed
m_mouseX
int m_mouseX
m_mouseY
int m_mouseY
m_frame
org.apache.excalibur.instrument.client.InstrumentClientFrame m_frame
m_showUnconfigured
boolean m_showUnconfigured
m_menuFile
JMenu m_menuFile
m_menuInstrumentManagers
JMenu m_menuInstrumentManagers
m_menuOptions
JMenu m_menuOptions
m_menuItemShowUnconfigured
JCheckBoxMenuItem m_menuItemShowUnconfigured
m_menuWindow
JMenu m_menuWindow
|
Package org.apache.excalibur.instrument.client.http |
m_url
URL m_url
m_connected
boolean m_connected
- Flag which keeps track of whether or not the remote server was there
the last time we attempted to connect.
m_disabled
boolean m_disabled
- If we ever decide that we are not talking to an Instrument Manager then
disable the connection to avoid pounding the remote server with lots
of 404 requests.
m_manager
org.apache.excalibur.instrument.client.http.HTTPInstrumentManagerData m_manager
m_leasedSamples
List<E> m_leasedSamples
m_leasedSampleAry
org.apache.excalibur.instrument.client.http.HTTPInstrumentSampleData[] m_leasedSampleAry
Copyright © 1997-2012 Apache Software Foundation. All Rights Reserved.