Serialized Form


Package org.apache.excalibur.instrument.client

Class org.apache.excalibur.instrument.client.AbstractOptionDialog extends JDialog implements Serializable

Serialized Fields

m_action

int m_action

Class org.apache.excalibur.instrument.client.AbstractTabularOptionDialog extends AbstractOptionDialog implements Serializable

Class org.apache.excalibur.instrument.client.InstrumentManagerConnection extends JComponent implements Serializable

Serialized Fields

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

Class org.apache.excalibur.instrument.client.InstrumentSampleFrame extends org.apache.excalibur.instrument.client.AbstractInternalFrame implements Serializable

Serialized Fields

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.

Class org.apache.excalibur.instrument.client.LargeMenu extends JMenu implements Serializable

Class org.apache.excalibur.instrument.client.LineChart extends JComponent implements Serializable

Serialized Fields

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

Class org.apache.excalibur.instrument.client.MenuBar extends JMenuBar implements Serializable

Serialized Fields

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

Class org.apache.excalibur.instrument.client.http.HTTPInstrumentManagerConnection extends InstrumentManagerConnection implements Serializable

Serialized Fields

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 The Apache Software Foundation. All Rights Reserved.