A B C D E F G H I L M O P R S T U V

A

AbstractOptionDialog - Class in org.apache.excalibur.instrument.client
 
AbstractOptionDialog(JFrame, String, int) - Constructor for class org.apache.excalibur.instrument.client.AbstractOptionDialog
Creates a new AbstractOptionDialog.
AbstractTabularOptionDialog - Class in org.apache.excalibur.instrument.client
Creates a dialog which displays a table of labeled components to the user.
AbstractTabularOptionDialog(JFrame, String, int) - Constructor for class org.apache.excalibur.instrument.client.AbstractTabularOptionDialog
Creates a new AbstractTabularOptionDialog.

B

BUTTON_CANCEL - Static variable in class org.apache.excalibur.instrument.client.AbstractOptionDialog
 
BUTTON_OK - Static variable in class org.apache.excalibur.instrument.client.AbstractOptionDialog
 

C

closed(InstrumentManagerConnection) - Method in interface org.apache.excalibur.instrument.client.InstrumentManagerConnectionListener
Called when the connection is closed.
createInstrumentSample(String, long, int, long, int) - Method in interface org.apache.excalibur.instrument.client.InstrumentData
Requests that a sample be created or that its lease be updated.
createInstrumentSample(String, String, long, int, long, int) - Method in interface org.apache.excalibur.instrument.client.InstrumentManagerData
Requests that a sample be created or that its lease be updated.
createInstrumentSamples(String[], String[], long[], int[], long[], int[]) - Method in interface org.apache.excalibur.instrument.client.InstrumentManagerData
Requests that a set of samples be created or that their leases be updated.

D

Data - Interface in org.apache.excalibur.instrument.client
 
deleted(InstrumentManagerConnection) - Method in interface org.apache.excalibur.instrument.client.InstrumentManagerConnectionListener
Called when the connection is deleted.

E

ElementData - Interface in org.apache.excalibur.instrument.client
 
enableLogging(Logger) - Method in class org.apache.excalibur.instrument.client.http.HTTPInstrumentManagerConnection
 
enableLogging(Logger) - Method in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
 

F

FRAME_TYPE - Static variable in class org.apache.excalibur.instrument.client.InstrumentSampleFrame
 

G

generateFullInstrumentSampleName(String, int, long, int) - Static method in class org.apache.excalibur.instrument.client.InstrumentSampleUtils
Generates a fully qualified sample name given its parameters.
generateInstrumentSampleName(int, long, int) - Static method in class org.apache.excalibur.instrument.client.InstrumentSampleUtils
Generates a sample name given its parameters.
getAction() - Method in class org.apache.excalibur.instrument.client.AbstractOptionDialog
Returns the button which the user selected.
getDefaultDescriptionForType(int, long) - Static method in class org.apache.excalibur.instrument.client.InstrumentSampleUtils
Returns the default description for a given type.
getDescription() - Method in interface org.apache.excalibur.instrument.client.Data
Returns the description.
getInstrumentables() - Method in interface org.apache.excalibur.instrument.client.InstrumentableData
Gets a thread-safe snapshot of the child instrumentable list.
getInstrumentables() - Method in interface org.apache.excalibur.instrument.client.InstrumentManagerData
Gets a thread-safe snapshot of the instrumentable list.
getInstrumentManager() - Method in class org.apache.excalibur.instrument.client.http.HTTPInstrumentManagerConnection
Returns the Instrument Manager.
getInstrumentManager() - Method in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
Returns the Instrument Manager.
getInstruments() - Method in interface org.apache.excalibur.instrument.client.InstrumentableData
Gets a thread-safe snapshot of the instrument list.
getInstrumentSampleName() - Method in class org.apache.excalibur.instrument.client.InstrumentSampleFrame
Returns the name of the sample being displayed.
getInstrumentSamples() - Method in interface org.apache.excalibur.instrument.client.InstrumentData
Returns an array of the Instrument Samples assigned to the Instrument.
getInstrumentSampleTypeName(int) - Static method in class org.apache.excalibur.instrument.client.InstrumentSampleUtils
 
getInstrumentType() - Method in interface org.apache.excalibur.instrument.client.InstrumentSampleElementData
Returns the Type of the Instrument which can use the sample.
getInterval() - Method in interface org.apache.excalibur.instrument.client.InstrumentSampleElementData
Returns the sample interval.
getKey() - Method in class org.apache.excalibur.instrument.client.http.HTTPInstrumentManagerConnection
Returns the key used to identify this object.
getKey() - Method in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
Returns the key used to identify this object.
getLastSnapshotTime() - Method in class org.apache.excalibur.instrument.client.InstrumentSampleFrame
The last time that a snapshot was received.
getLeaseExpirationTime() - Method in interface org.apache.excalibur.instrument.client.InstrumentSampleElementData
Obtain the UNIX time when the lease expires.
getListenerArray() - Method in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
Get a threadsafe array of the current listeners avoiding synchronization when possible.
getLogger() - Method in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
 
getMainPanel() - Method in class org.apache.excalibur.instrument.client.AbstractOptionDialog
Returns the main panel which makes up the guts of the dialog.
getMainPanel() - Method in class org.apache.excalibur.instrument.client.AbstractTabularOptionDialog
Returns the main panel which makes up the guts of the dialog.
getMainPanelComponents() - Method in class org.apache.excalibur.instrument.client.AbstractTabularOptionDialog
Returns an array of components to show in the main panel of the dialog.
getMainPanelLabels() - Method in class org.apache.excalibur.instrument.client.AbstractTabularOptionDialog
Returns an array of labels to use for the components returned from getMainPanelComponents().
getMessage() - Method in class org.apache.excalibur.instrument.client.AbstractOptionDialog
Returns the message to show at the top of the dialog.
getName() - Method in interface org.apache.excalibur.instrument.client.ElementData
Returns the name.
getName() - Method in interface org.apache.excalibur.instrument.client.InstrumentManagerData
Returns the name.
getParent() - Method in interface org.apache.excalibur.instrument.client.ElementData
Returns the parent data object.
getPopupMenuOrigin() - Method in class org.apache.excalibur.instrument.client.LargeMenu
Computes the origin for the JMenu's popup menu.
getSampleFrameArray() - Method in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
Returns a thread save array representation of the InstrumentSampleFrames.
getSamples() - Method in interface org.apache.excalibur.instrument.client.InstrumentSampleSnapshotData
Returns an array of the individual values which make up the sample.
getSize() - Method in interface org.apache.excalibur.instrument.client.InstrumentSampleElementData
Returns the number of samples in the sample history.
getSnapshot() - Method in interface org.apache.excalibur.instrument.client.InstrumentSampleData
Returns a snapshot of the data in the sample.
getState(DefaultConfiguration) - Method in class org.apache.excalibur.instrument.client.InstrumentSampleFrame
Allows subclasses to fill in configuration information.
getStateVersion() - Method in interface org.apache.excalibur.instrument.client.Data
Returns the state version.
getTabTitle() - Method in class org.apache.excalibur.instrument.client.http.HTTPInstrumentManagerConnection
Returns the title to display in the tab for the connection.
getTabTitle() - Method in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
Returns the title to display in the tab for the connection.
getTabTooltip() - Method in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
Returns the tooltip to display in the tab for the connection.
getTime() - Method in interface org.apache.excalibur.instrument.client.InstrumentSampleElementData
Obtain the UNIX time of the beginning of the sample.
getTitle() - Method in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
Returns the title for the connection.
getType() - Method in interface org.apache.excalibur.instrument.client.InstrumentData
Returns the type of the Instrument.
getType() - Method in interface org.apache.excalibur.instrument.client.InstrumentSampleElementData
Returns the type of the Instrument Sample.
getValue() - Method in interface org.apache.excalibur.instrument.client.InstrumentSampleElementData
Obtain the value of the sample.

H

HTTPInstrumentManagerConnection - Class in org.apache.excalibur.instrument.client.http
A Connection to the remote InstrumentManager which connects using the HTTP connector.
HTTPInstrumentManagerConnection(URL) - Constructor for class org.apache.excalibur.instrument.client.http.HTTPInstrumentManagerConnection
Creates a new HTTPInstrumentManagerConnection.

I

init() - Method in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
Called to initialize the connection object.
INSTRUMENT_SAMPLE_TYPE_COUNTER - Static variable in interface org.apache.excalibur.instrument.client.InstrumentSampleElementData
Type which identifies CounterInstrumentSamples.
INSTRUMENT_SAMPLE_TYPE_MAXIMUM - Static variable in interface org.apache.excalibur.instrument.client.InstrumentSampleElementData
Type which identifies MaximumInstrumentSamples.
INSTRUMENT_SAMPLE_TYPE_MEAN - Static variable in interface org.apache.excalibur.instrument.client.InstrumentSampleElementData
Type which identifies MeanInstrumentSamples.
INSTRUMENT_SAMPLE_TYPE_MINIMUM - Static variable in interface org.apache.excalibur.instrument.client.InstrumentSampleElementData
Type which identifies MinimumInstrumentSamples.
INSTRUMENT_TYPE_COUNTER - Static variable in interface org.apache.excalibur.instrument.client.InstrumentData
Type which identifies CounterInstruments.
INSTRUMENT_TYPE_NONE - Static variable in interface org.apache.excalibur.instrument.client.InstrumentData
Type which specifies that the type of a Instrument has not yet been determined.
INSTRUMENT_TYPE_VALUE - Static variable in interface org.apache.excalibur.instrument.client.InstrumentData
Type which identifies ValueInstruments.
InstrumentableData - Interface in org.apache.excalibur.instrument.client
 
InstrumentData - Interface in org.apache.excalibur.instrument.client
 
InstrumentManagerConnection - Class in org.apache.excalibur.instrument.client
A Connection to the remote InstrumentManager.
InstrumentManagerConnection() - Constructor for class org.apache.excalibur.instrument.client.InstrumentManagerConnection
Creates a new InstrumentManagerConnection.
InstrumentManagerConnectionListener - Interface in org.apache.excalibur.instrument.client
 
InstrumentManagerData - Interface in org.apache.excalibur.instrument.client
 
InstrumentSampleData - Interface in org.apache.excalibur.instrument.client
 
InstrumentSampleElementData - Interface in org.apache.excalibur.instrument.client
 
InstrumentSampleFrame - Class in org.apache.excalibur.instrument.client
 
InstrumentSampleSnapshotData - Interface in org.apache.excalibur.instrument.client
 
InstrumentSampleUtils - Class in org.apache.excalibur.instrument.client
A series of methods which are useful when working with InstrumentSamples.
InstrumentSampleUtils() - Constructor for class org.apache.excalibur.instrument.client.InstrumentSampleUtils
 
internalFrameClosed(InternalFrameEvent) - Method in class org.apache.excalibur.instrument.client.InstrumentSampleFrame
 
invokeGC() - Method in class org.apache.excalibur.instrument.client.http.HTTPInstrumentManagerConnection
Invokes GC on the JVM running the InstrumentManager.
invokeGC() - Method in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
Invokes GC on the JVM running the InstrumentManager.
isConfigured() - Method in interface org.apache.excalibur.instrument.client.ElementData
Returns the configured flag of the remote object.
isConnected() - Method in class org.apache.excalibur.instrument.client.http.HTTPInstrumentManagerConnection
Returns true if connected.
isConnected() - Method in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
Returns true if connected.
isDeleted() - Method in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
Returns true once the connection has been deleted.
isRegistered() - Method in interface org.apache.excalibur.instrument.client.InstrumentableData
Returns the registered flag of the remote object.
isRegistered() - Method in interface org.apache.excalibur.instrument.client.InstrumentData
Returns the registered flag of the remote object.

L

LargeMenu - Class in org.apache.excalibur.instrument.client
The default JMenu class does not work correctly when the popup menu contains large numbers of elements.
LargeMenu() - Constructor for class org.apache.excalibur.instrument.client.LargeMenu
Constructs a new JMenu with no text.
LargeMenu(String) - Constructor for class org.apache.excalibur.instrument.client.LargeMenu
Constructs a new JMenu with the supplied string as its text.
LargeMenu(Action) - Constructor for class org.apache.excalibur.instrument.client.LargeMenu
Constructs a menu whose properties are taken from the Action supplied.
LargeMenu(String, boolean) - Constructor for class org.apache.excalibur.instrument.client.LargeMenu
Constructs a new JMenu with the supplied string as its text and specified as a tear-off menu or not.
LineChart - Class in org.apache.excalibur.instrument.client
Draws a nice pretty chart given a set of data.
LineChart(int, long, String, String, int, boolean) - Constructor for class org.apache.excalibur.instrument.client.LineChart
 
loadState(Configuration) - Method in class org.apache.excalibur.instrument.client.http.HTTPInstrumentManagerConnection
Loads the state from a Configuration object.
loadState(Configuration) - Method in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
Loads the state from a Configuration object.

M

m_action - Variable in class org.apache.excalibur.instrument.client.AbstractOptionDialog
 
m_frame - Variable in class org.apache.excalibur.instrument.client.MenuBar
 
Main - Class in org.apache.excalibur.instrument.client
 
Main() - Constructor for class org.apache.excalibur.instrument.client.Main
 
main(String[]) - Static method in class org.apache.excalibur.instrument.client.Main
Main method used to lauch an InstrumentClient application.
MenuBar - Class in org.apache.excalibur.instrument.client
 
mouseClicked(MouseEvent) - Method in class org.apache.excalibur.instrument.client.LineChart
Called when the mouse is clicked ont the component.
mouseDragged(MouseEvent) - Method in class org.apache.excalibur.instrument.client.LineChart
Called when the mouse is dragged over the component.
mouseEntered(MouseEvent) - Method in class org.apache.excalibur.instrument.client.LineChart
Called when the mouse is enters the component.
mouseExited(MouseEvent) - Method in class org.apache.excalibur.instrument.client.LineChart
Called when the mouse is exits the component.
mouseMoved(MouseEvent) - Method in class org.apache.excalibur.instrument.client.LineChart
Called when the mouse is moved over the component.
mousePressed(MouseEvent) - Method in class org.apache.excalibur.instrument.client.LineChart
Called when the mouse is pressed ont the component.
mouseReleased(MouseEvent) - Method in class org.apache.excalibur.instrument.client.LineChart
Called when the mouse is released ont the component.

O

opened(InstrumentManagerConnection) - Method in interface org.apache.excalibur.instrument.client.InstrumentManagerConnectionListener
Called when the connection is opened.
org.apache.excalibur.instrument.client - package org.apache.excalibur.instrument.client
 
org.apache.excalibur.instrument.client.http - package org.apache.excalibur.instrument.client.http
 

P

paintComponent(Graphics) - Method in class org.apache.excalibur.instrument.client.LineChart
Paints the component.

R

rebuildOptionsMenu() - Method in class org.apache.excalibur.instrument.client.MenuBar
 
rebuildWindowMenu() - Method in class org.apache.excalibur.instrument.client.MenuBar
 
resolveInstrumentSampleType(String) - Static method in class org.apache.excalibur.instrument.client.InstrumentSampleUtils
Resolves an instrument sample type based on a name.
run() - Method in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
 

S

saveState() - Method in class org.apache.excalibur.instrument.client.http.HTTPInstrumentManagerConnection
Saves the current state into a Configuration.
saveState() - Method in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
Saves the current state into a Configuration.
setAntialias(boolean) - Method in class org.apache.excalibur.instrument.client.LineChart
Sets the antialias flag to control whether or not antialiasing will be used when rendering the component.
setValues(int[], long) - Method in class org.apache.excalibur.instrument.client.LineChart
Sets the data samples to be displayed by the line chart.

T

toString() - Method in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
Returns a string representation of the connection.

U

update() - Method in interface org.apache.excalibur.instrument.client.Data
Causes the Data to update itself with the latest data from the server.
update() - Method in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
Causes the InstrumentManagerConnection to update itself with the latest data from the server.
updateAll() - Method in interface org.apache.excalibur.instrument.client.InstrumentManagerData
Causes the the entire instrument tree to be updated in one call.
updateLease() - Method in interface org.apache.excalibur.instrument.client.InstrumentSampleData
Requests that the sample's lease be updated.
updateSampleFrames() - Method in class org.apache.excalibur.instrument.client.http.HTTPInstrumentManagerConnection
Updates all registered SampleFrames with the latest data from the server.
updateSampleFrames() - Method in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
Updates all registered SampleFrames with the latest data from the server.
updateSnapshot(InstrumentSampleSnapshotData) - Method in class org.apache.excalibur.instrument.client.InstrumentSampleFrame
Called to update the frame when a snapshot is already available.

V

validateFields() - Method in class org.apache.excalibur.instrument.client.AbstractOptionDialog
Goes through and validates the fields in the dialog.

A B C D E F G H I L M O P R S T U V

Copyright © 1997-2011 Apache Software Foundation. All Rights Reserved.