Serialized Form
|
Package org.apache.excalibur.instrument.client |
m_action
int m_action
m_logger
org.apache.avalon.framework.logger.Logger m_logger
m_treeModel
InstrumentManagerTreeModel m_treeModel
m_tree
InstrumentManagerTree m_tree
m_frame
InstrumentClientFrame m_frame
m_deleted
boolean m_deleted
m_runner
java.lang.Thread m_runner
m_descriptionLabel
javax.swing.JLabel m_descriptionLabel
m_listeners
java.util.List<E> m_listeners
m_listenerArray
InstrumentManagerConnectionListener[] m_listenerArray
m_lastLeaseRenewalTime
long m_lastLeaseRenewalTime
m_maintainedSampleLeaseMap
java.util.HashMap<K,V> m_maintainedSampleLeaseMap
m_maintainedSampleLeaseArray
MaintainedSampleLease[] m_maintainedSampleLeaseArray
m_sampleFrames
java.util.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
java.lang.String m_instrumentSampleName
m_fullName
java.lang.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
java.awt.Color m_lineColor
m_lightLineColor
java.awt.Color m_lightLineColor
m_lightGridColor
java.awt.Color m_lightGridColor
m_darkGridColor
java.awt.Color m_darkGridColor
m_frameColor
java.awt.Color m_frameColor
m_crossColor
java.awt.Color m_crossColor
m_maskFrameColor
java.awt.Color m_maskFrameColor
m_maskColor
java.awt.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
java.lang.String m_format
- Format of the text which is displayed along the x (time) axis of the
chart.
m_dFormat
java.lang.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
java.text.DecimalFormat m_intFormat
- Integer number format.
m_floatFormat
java.text.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
InstrumentClientFrame m_frame
m_showUnconfigured
boolean m_showUnconfigured
m_menuFile
javax.swing.JMenu m_menuFile
m_menuInstrumentManagers
javax.swing.JMenu m_menuInstrumentManagers
m_menuOptions
javax.swing.JMenu m_menuOptions
m_menuItemShowUnconfigured
javax.swing.JCheckBoxMenuItem m_menuItemShowUnconfigured
m_menuWindow
javax.swing.JMenu m_menuWindow
|
Package org.apache.excalibur.instrument.client.http |
m_url
java.net.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
HTTPInstrumentManagerData m_manager
m_leasedSamples
java.util.List<E> m_leasedSamples
m_leasedSampleAry
HTTPInstrumentSampleData[] m_leasedSampleAry