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

A

AbstractHTTPData - Class in org.apache.excalibur.instrument.client.http
 
AbstractHTTPData(HTTPInstrumentManagerConnection, String) - Constructor for class org.apache.excalibur.instrument.client.http.AbstractHTTPData
Creates a new AbstractHTTPData.
AbstractHTTPElementData - Class in org.apache.excalibur.instrument.client.http
 
AbstractHTTPElementData(HTTPInstrumentManagerConnection, AbstractHTTPData, String) - Constructor for class org.apache.excalibur.instrument.client.http.AbstractHTTPElementData
Creates a new AbstractHTTPElementData.
AbstractHTTPInstrumentSampleElementData - Class in org.apache.excalibur.instrument.client.http
 
AbstractHTTPInstrumentSampleElementData(HTTPInstrumentManagerConnection, AbstractHTTPData, String) - Constructor for class org.apache.excalibur.instrument.client.http.AbstractHTTPInstrumentSampleElementData
Creates a new AbstractHTTPInstrumentSampleElementData.
AbstractInternalFrame - Class in org.apache.excalibur.instrument.client
 
AbstractInternalFrame(Configuration, boolean, boolean, boolean, boolean, InstrumentClientFrame) - Constructor for class org.apache.excalibur.instrument.client.AbstractInternalFrame
 
AbstractInternalFrame(String, boolean, boolean, boolean, boolean, InstrumentClientFrame) - Constructor for class org.apache.excalibur.instrument.client.AbstractInternalFrame
 
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.
addInstrumentManagerConnectionListener(InstrumentManagerConnectionListener) - Method in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
Adds a InstrumentManagerConnectionListener to the list of listeners which receive state updates of the connection.
addRow(JPanel, String, Component, GridBagLayout, GridBagConstraints) - Method in class org.apache.excalibur.instrument.client.AbstractTabularOptionDialog
Adds a row to the panel consisting of a label and component, separated by a 5 pixel spacer and followed by a 5 pixel high row between this and the next row.
addSampleFrame(String, InstrumentSampleFrame) - Method in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
Adds a single sample frame.
addToDesktop(JDesktopPane) - Method in class org.apache.excalibur.instrument.client.AbstractInternalFrame
Adds the frame to the desktop in a simple and dumb cascading format.
addTreeModelListener(TreeModelListener) - Method in class org.apache.excalibur.instrument.client.InstrumentManagerTreeModel
Adds a listener for the TreeModelEvent posted after the tree changes.

B

buildFileMenu() - Method in class org.apache.excalibur.instrument.client.MenuBar
 
buildInstrumentManagerMenu() - Method in class org.apache.excalibur.instrument.client.MenuBar
 
buildOptionsMenu() - Method in class org.apache.excalibur.instrument.client.MenuBar
 
buildSampleTypeComponent() - Method in class org.apache.excalibur.instrument.client.CreateSampleDialog
Builds the sample type component.
buildWindowMenu() - Method in class org.apache.excalibur.instrument.client.MenuBar
 
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

closeAllFrames() - Method in class org.apache.excalibur.instrument.client.InstrumentClientFrame
 
closed(InstrumentManagerConnection) - Method in class org.apache.excalibur.instrument.client.InstrumentClientFrame
Called when the connection is closed.
closed(InstrumentManagerConnection) - Method in interface org.apache.excalibur.instrument.client.InstrumentManagerConnectionListener
Called when the connection is closed.
closed(InstrumentManagerConnection) - Method in class org.apache.excalibur.instrument.client.InstrumentManagerTreeModel
Called when the connection is closed.
ConnectDialog - Class in org.apache.excalibur.instrument.client
 
ConnectDialog(InstrumentClientFrame) - Constructor for class org.apache.excalibur.instrument.client.ConnectDialog
Creates a new ConnectDialog.
createConnection(URL) - Method in class org.apache.excalibur.instrument.client.InstrumentClientFrame
Creates an registers a new InstrumentManagerConnection.
createInstrumentSample(String, long, int, long, int) - Method in class org.apache.excalibur.instrument.client.http.HTTPInstrumentData
Requests that a sample be created or that its lease be updated.
createInstrumentSample(String, String, long, int, long, int) - Method in class org.apache.excalibur.instrument.client.http.HTTPInstrumentManagerData
Requests that a sample be created or that its lease be updated.
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 class org.apache.excalibur.instrument.client.http.HTTPInstrumentManagerData
Requests that a set of samples be created or that their leases 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.
createIntervalButton(String, long, int, long) - Method in class org.apache.excalibur.instrument.client.CreateSampleDialog
 
createLeaseTimeButton(String, long) - Method in class org.apache.excalibur.instrument.client.CreateSampleDialog
 
CreateSampleDialog - Class in org.apache.excalibur.instrument.client
 
CreateSampleDialog(InstrumentClientFrame, String, String, int) - Constructor for class org.apache.excalibur.instrument.client.CreateSampleDialog
Creates a new CreateSampleDialog.

D

Data - Interface in org.apache.excalibur.instrument.client
 
delete() - Method in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
Called when the connection should be closed and then deleted along with any frames and resources that are associated with it.
deleted(InstrumentManagerConnection) - Method in class org.apache.excalibur.instrument.client.InstrumentClientFrame
Called when the connection is deleted.
deleted(InstrumentManagerConnection) - Method in interface org.apache.excalibur.instrument.client.InstrumentManagerConnectionListener
Called when the connection is deleted.
deleted(InstrumentManagerConnection) - Method in class org.apache.excalibur.instrument.client.InstrumentManagerTreeModel
Called when the connection is deleted.
DesktopPane - Class in org.apache.excalibur.instrument.client
This class was build to make it possible to use some of the JDK1.3 features work in 1.2.2.
DesktopPane() - Constructor for class org.apache.excalibur.instrument.client.DesktopPane
 
dispose() - Method in class org.apache.excalibur.instrument.client.InstrumentManagerTree
 
dragMode - Variable in class org.apache.excalibur.instrument.client.DesktopPane
 

E

ElementData - Interface in org.apache.excalibur.instrument.client
 
EMPTY_MENU_ITEM_ARRAY - Static variable in class org.apache.excalibur.instrument.client.NodeData
 
enableLogging(Logger) - Method in class org.apache.excalibur.instrument.client.AbstractInternalFrame
Sets the Logger to be used by the component.
enableLogging(Logger) - Method in class org.apache.excalibur.instrument.client.http.HTTPInstrumentManagerConnection
 
enableLogging(Logger) - Method in class org.apache.excalibur.instrument.client.InstrumentClientFrame
 
enableLogging(Logger) - Method in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
 

F

fileExit() - Method in class org.apache.excalibur.instrument.client.InstrumentClientFrame
File-Exit callback.
fileNew() - Method in class org.apache.excalibur.instrument.client.InstrumentClientFrame
File->New callback.
fileOpen() - Method in class org.apache.excalibur.instrument.client.InstrumentClientFrame
File->Open callback.
fileSave() - Method in class org.apache.excalibur.instrument.client.InstrumentClientFrame
 
fileSaveAs() - Method in class org.apache.excalibur.instrument.client.InstrumentClientFrame
 
fireTreeNodesChanged(TreeModelEvent) - Method in class org.apache.excalibur.instrument.client.InstrumentManagerTreeModel
 
fireTreeNodesInserted(TreeModelEvent) - Method in class org.apache.excalibur.instrument.client.InstrumentManagerTreeModel
 
fireTreeNodesRemoved(TreeModelEvent) - Method in class org.apache.excalibur.instrument.client.InstrumentManagerTreeModel
 
fireTreeStructureChanged(TreeModelEvent) - Method in class org.apache.excalibur.instrument.client.InstrumentManagerTreeModel
 
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.
getChild(Object, int) - Method in class org.apache.excalibur.instrument.client.InstrumentManagerTreeModel
Returns the child of parent at index index in the parent's child array.
getChildCount(Object) - Method in class org.apache.excalibur.instrument.client.InstrumentManagerTreeModel
Returns the number of children of parent.
getCommonMenuItems() - Method in class org.apache.excalibur.instrument.client.InstrumentNodeData
Returns an array of any menu items which will be displayed both in a popup menu and in the menus.
getCommonMenuItems() - Method in class org.apache.excalibur.instrument.client.InstrumentSampleNodeData
Returns an array of any menu items which will be displayed both in a popup menu and in the menus.
getCommonMenuItems() - Method in class org.apache.excalibur.instrument.client.NodeData
Returns an array of any menu items which will be displayed both in a popup menu and in the menus.
getConnection() - Method in class org.apache.excalibur.instrument.client.http.AbstractHTTPData
Returns the InstrumentManagerConnection that owns the data object.
getConnection(URL) - Method in class org.apache.excalibur.instrument.client.InstrumentClientFrame
 
getConnections() - Method in class org.apache.excalibur.instrument.client.InstrumentClientFrame
 
getData() - Method in class org.apache.excalibur.instrument.client.InstrumentableNodeData
 
getData() - Method in class org.apache.excalibur.instrument.client.InstrumentNodeData
 
getData() - Method in class org.apache.excalibur.instrument.client.InstrumentSampleNodeData
 
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.
getDescription() - Method in class org.apache.excalibur.instrument.client.http.AbstractHTTPData
Returns the description.
getDescription() - Method in class org.apache.excalibur.instrument.client.MaintainedSampleLease
 
getDescription() - Method in class org.apache.excalibur.instrument.client.NodeData
 
getDesktopPane() - Method in class org.apache.excalibur.instrument.client.InstrumentClientFrame
 
getDragMode() - Method in class org.apache.excalibur.instrument.client.DesktopPane
Get the current "dragging style" used by the desktop pane.
getFormattedTime(Date, boolean) - Method in class org.apache.excalibur.instrument.client.LineChart
 
getFrame() - Method in class org.apache.excalibur.instrument.client.AbstractInternalFrame
 
getFrame() - Method in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
Returns a reference to the client frame.
getIcon() - Method in class org.apache.excalibur.instrument.client.InstrumentableNodeData
Get the icon to display for the node.
getIcon() - Method in class org.apache.excalibur.instrument.client.InstrumentNodeData
Get the icon to display for the node.
getIcon() - Method in class org.apache.excalibur.instrument.client.InstrumentSampleNodeData
Get the icon to display for the node.
getIcon() - Method in class org.apache.excalibur.instrument.client.NodeData
Get the icon to display for the node.
getIndexOfChild(Object, Object) - Method in class org.apache.excalibur.instrument.client.InstrumentManagerTreeModel
Returns the index of child in parent.
getInstrumentables() - Method in class org.apache.excalibur.instrument.client.http.HTTPInstrumentableData
Gets a thread-safe snapshot of the child instrumentable list.
getInstrumentables() - Method in class org.apache.excalibur.instrument.client.http.HTTPInstrumentManagerData
Gets a thread-safe snapshot of the instrumentable list.
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.
getInstrumentableTreeNode(String) - Method in class org.apache.excalibur.instrument.client.InstrumentManagerTreeModel
Returns a TreeNode for an Instrumentable given its name.
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.
getInstrumentName() - Method in class org.apache.excalibur.instrument.client.MaintainedSampleLease
 
getInstruments() - Method in class org.apache.excalibur.instrument.client.http.HTTPInstrumentableData
Gets a thread-safe snapshot of the instrument list.
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 class org.apache.excalibur.instrument.client.http.HTTPInstrumentData
Returns an array of the Instrument Samples assigned to the Instrument.
getInstrumentSamples() - Method in interface org.apache.excalibur.instrument.client.InstrumentData
Returns an array of the Instrument Samples assigned to the Instrument.
getInstrumentSampleTreeNode(String) - Method in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
 
getInstrumentSampleTreeNode(String) - Method in class org.apache.excalibur.instrument.client.InstrumentManagerTreeModel
Returns a TreeNode for an InstrumentSample given its name.
getInstrumentSampleTypeName(int) - Static method in class org.apache.excalibur.instrument.client.InstrumentSampleUtils
 
getInstrumentTreeNode(String) - Method in class org.apache.excalibur.instrument.client.InstrumentManagerTreeModel
Returns a TreeNode for an Instrument given its name.
getInstrumentType() - Method in class org.apache.excalibur.instrument.client.http.AbstractHTTPInstrumentSampleElementData
Returns the Type of the Instrument which can use the sample.
getInstrumentType() - Method in interface org.apache.excalibur.instrument.client.InstrumentSampleElementData
Returns the Type of the Instrument which can use the sample.
getInterval() - Method in class org.apache.excalibur.instrument.client.CreateSampleDialog
Returns the interval set in the dialog.
getInterval() - Method in class org.apache.excalibur.instrument.client.http.AbstractHTTPInstrumentSampleElementData
Returns the sample interval.
getInterval() - Method in interface org.apache.excalibur.instrument.client.InstrumentSampleElementData
Returns the sample interval.
getInterval() - Method in class org.apache.excalibur.instrument.client.InstrumentSampleNodeData
 
getInterval() - Method in class org.apache.excalibur.instrument.client.MaintainedSampleLease
 
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.
getLeasedSampleArray() - Method in class org.apache.excalibur.instrument.client.InstrumentManagerTreeModel
Returns an optimized array of TreeNodes representing the leased instrument samples in this tree model.
getLeaseDuration() - Method in class org.apache.excalibur.instrument.client.InstrumentSampleNodeData
Returns the length of the maintained lease.
getLeaseDuration() - Method in class org.apache.excalibur.instrument.client.MaintainedSampleLease
 
getLeaseExpirationTime() - Method in class org.apache.excalibur.instrument.client.http.AbstractHTTPInstrumentSampleElementData
Obtain the UNIX time when the lease expires.
getLeaseExpirationTime() - Method in interface org.apache.excalibur.instrument.client.InstrumentSampleElementData
Obtain the UNIX time when the lease expires.
getLeaseTime() - Method in class org.apache.excalibur.instrument.client.CreateSampleDialog
Returns the lease time set in the dialog.
getListenerArray() - Method in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
Get a threadsafe array of the current listeners avoiding synchronization when possible.
getListeners() - Method in class org.apache.excalibur.instrument.client.InstrumentManagerTreeModel
Returns an optimized array of the registered TreeModelListeners.
getLogger() - Method in class org.apache.excalibur.instrument.client.AbstractInternalFrame
Returns the logger to be used by the component.
getLogger() - Method in class org.apache.excalibur.instrument.client.InstrumentClientFrame
 
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.
getMainPanelComponents() - Method in class org.apache.excalibur.instrument.client.ConnectDialog
Returns an array of components to show in the main panel of the dialog.
getMainPanelComponents() - Method in class org.apache.excalibur.instrument.client.CreateSampleDialog
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().
getMainPanelLabels() - Method in class org.apache.excalibur.instrument.client.ConnectDialog
Returns an array of labels to use for the components returned from getMainPanelComponents().
getMainPanelLabels() - Method in class org.apache.excalibur.instrument.client.CreateSampleDialog
Returns an array of labels to use for the components returned from getMainPanelComponents().
getMaintainedSampleLease(String) - Method in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
Returns a MaintainedSampleLease given a name if the sample is being maintained.
getMaintainedSampleLeaseArray() - Method in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
Returns a thread save array representation of the MaintainedSampleLeases.
getMaintainLease() - Method in class org.apache.excalibur.instrument.client.CreateSampleDialog
Returns the maintain lease flag set in the dialog.
getMessage() - Method in class org.apache.excalibur.instrument.client.AbstractOptionDialog
Returns the message to show at the top of the dialog.
getMessage() - Method in class org.apache.excalibur.instrument.client.ConnectDialog
Returns the message to show at the top of the dialog.
getMessage() - Method in class org.apache.excalibur.instrument.client.CreateSampleDialog
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 class org.apache.excalibur.instrument.client.http.AbstractHTTPElementData
Returns the name.
getName() - Method in class org.apache.excalibur.instrument.client.http.HTTPInstrumentManagerData
Returns the name.
getName() - Method in interface org.apache.excalibur.instrument.client.InstrumentManagerData
Returns the name.
getName() - Method in class org.apache.excalibur.instrument.client.NodeData
 
getOpenFrames() - Method in class org.apache.excalibur.instrument.client.InstrumentClientFrame
Get a list with all open frames.
getParent() - Method in interface org.apache.excalibur.instrument.client.ElementData
Returns the parent data object.
getParent() - Method in class org.apache.excalibur.instrument.client.http.AbstractHTTPElementData
Returns the parent data object.
getParent() - Method in class org.apache.excalibur.instrument.client.http.HTTPInstrumentSampleSnapshotData
Returns the parent data object.
getPopupMenu() - Method in class org.apache.excalibur.instrument.client.NodeData
Return the popup for the node.
getPopupMenuOrigin() - Method in class org.apache.excalibur.instrument.client.LargeMenu
Computes the origin for the JMenu's popup menu.
getRemainingLeaseTime() - Method in class org.apache.excalibur.instrument.client.InstrumentSampleNodeData
 
getRoot() - Method in class org.apache.excalibur.instrument.client.InstrumentManagerTreeModel
Returns the root of the tree.
getSampleCount() - Method in class org.apache.excalibur.instrument.client.CreateSampleDialog
Returns the size set in the dialog.
getSampleDescription() - Method in class org.apache.excalibur.instrument.client.CreateSampleDialog
Returns the sample description set in the dialog.
getSampleFrame(String) - Method in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
Returns a sample frame given a sample name.
getSampleFrameArray() - Method in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
Returns a thread save array representation of the InstrumentSampleFrames.
getSampleName() - Method in class org.apache.excalibur.instrument.client.MaintainedSampleLease
 
getSamples() - Method in class org.apache.excalibur.instrument.client.http.HTTPInstrumentSampleSnapshotData
Returns an array of the individual values which make up the sample.
getSamples() - Method in interface org.apache.excalibur.instrument.client.InstrumentSampleSnapshotData
Returns an array of the individual values which make up the sample.
getSampleSnapshot(String) - Method in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
Returns a snapshot of the specified sample.
getSampleType() - Method in class org.apache.excalibur.instrument.client.CreateSampleDialog
Returns the type set in the dialog.
getSelectedFrame() - Method in class org.apache.excalibur.instrument.client.DesktopPane
return the currently active JInternalFrame in this JDesktopPane, or null if no JInternalFrame is currently active.
getSize() - Method in class org.apache.excalibur.instrument.client.http.AbstractHTTPInstrumentSampleElementData
Returns the number of samples in the sample history.
getSize() - Method in interface org.apache.excalibur.instrument.client.InstrumentSampleElementData
Returns the number of samples in the sample history.
getSize() - Method in class org.apache.excalibur.instrument.client.InstrumentSampleNodeData
 
getSize() - Method in class org.apache.excalibur.instrument.client.MaintainedSampleLease
 
getSnapshot() - Method in class org.apache.excalibur.instrument.client.http.HTTPInstrumentSampleData
Returns a snapshot of the data in the sample.
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.AbstractInternalFrame
Allows subclasses to fill in configuration information.
getState() - Method in class org.apache.excalibur.instrument.client.AbstractInternalFrame
 
getState(String) - Method in class org.apache.excalibur.instrument.client.http.HTTPInstrumentManagerConnection
Requests the current state of the object at the specified path.
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.
getStateVersion() - Method in class org.apache.excalibur.instrument.client.http.AbstractHTTPData
Returns the state version.
getStateVersion() - Method in class org.apache.excalibur.instrument.client.NodeData
 
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 class org.apache.excalibur.instrument.client.http.AbstractHTTPInstrumentSampleElementData
Obtain the UNIX time of the beginning of the sample.
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.
getToolTipText() - Method in class org.apache.excalibur.instrument.client.InstrumentableNodeData
Return the text to use for a tool tip on this node.
getToolTipText() - Method in class org.apache.excalibur.instrument.client.InstrumentNodeData
Return the text to use for a tool tip on this node.
getToolTipText() - Method in class org.apache.excalibur.instrument.client.InstrumentSampleNodeData
Return the text to use for a tool tip on this node.
getToolTipText() - Method in class org.apache.excalibur.instrument.client.NodeData
Return the text to use for a tool tip on this node.
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class org.apache.excalibur.instrument.client.InstrumentManagerTreeCellRenderer
 
getTreeModel() - Method in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
Returns the TreeModel which contains the entire Instrument tree for this connection.
getType() - Method in class org.apache.excalibur.instrument.client.http.AbstractHTTPInstrumentSampleElementData
Returns the type of the Instrument Sample.
getType() - Method in class org.apache.excalibur.instrument.client.http.HTTPInstrumentData
Returns the type of the Instrument.
getType() - Method in interface org.apache.excalibur.instrument.client.InstrumentData
Returns the type of the Instrument.
getType() - Method in class org.apache.excalibur.instrument.client.InstrumentNodeData
 
getType() - Method in interface org.apache.excalibur.instrument.client.InstrumentSampleElementData
Returns the type of the Instrument Sample.
getType() - Method in class org.apache.excalibur.instrument.client.InstrumentSampleNodeData
 
getType() - Method in class org.apache.excalibur.instrument.client.MaintainedSampleLease
 
getURL() - Method in class org.apache.excalibur.instrument.client.ConnectDialog
Returns the URL set in the dialog.
getURL() - Method in class org.apache.excalibur.instrument.client.http.HTTPInstrumentManagerConnection
Returns the URL of the remote InstrumentManager.
getValue() - Method in class org.apache.excalibur.instrument.client.http.AbstractHTTPInstrumentSampleElementData
Obtain the value of the sample.
getValue() - Method in interface org.apache.excalibur.instrument.client.InstrumentSampleElementData
Obtain the value of the sample.

H

handleLeasedSamples() - Method in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
Called once each second by the main worker thread of the client.
hideFrame() - Method in class org.apache.excalibur.instrument.client.AbstractInternalFrame
 
hideFrame() - Method in class org.apache.excalibur.instrument.client.InstrumentSampleFrame
 
hideSampleFrame(InstrumentSampleFrame) - Method in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
Called when a Sample Frame is closed.
HTTPInstrumentableData - Class in org.apache.excalibur.instrument.client.http
 
HTTPInstrumentableData(AbstractHTTPData, String) - Constructor for class org.apache.excalibur.instrument.client.http.HTTPInstrumentableData
Creates a new HTTPInstrumentableData.
HTTPInstrumentData - Class in org.apache.excalibur.instrument.client.http
 
HTTPInstrumentData(HTTPInstrumentableData, String) - Constructor for class org.apache.excalibur.instrument.client.http.HTTPInstrumentData
Creates a new HTTPInstrumentData.
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.
HTTPInstrumentManagerData - Class in org.apache.excalibur.instrument.client.http
 
HTTPInstrumentManagerData(HTTPInstrumentManagerConnection) - Constructor for class org.apache.excalibur.instrument.client.http.HTTPInstrumentManagerData
Creates a new HTTPInstrumentManagerData.
HTTPInstrumentSampleData - Class in org.apache.excalibur.instrument.client.http
 
HTTPInstrumentSampleData(HTTPInstrumentData, String) - Constructor for class org.apache.excalibur.instrument.client.http.HTTPInstrumentSampleData
Creates a new HTTPInstrumentSampleData.
HTTPInstrumentSampleSnapshotData - Class in org.apache.excalibur.instrument.client.http
 
HTTPInstrumentSampleSnapshotData(HTTPInstrumentManagerConnection, String) - Constructor for class org.apache.excalibur.instrument.client.http.HTTPInstrumentSampleSnapshotData
Creates a new HTTPInstrumentSampleSnapshotData.

I

ICON_SUBTYPE_CONF - Static variable in class org.apache.excalibur.instrument.client.InstrumentSampleNodeData
 
ICON_SUBTYPE_LEASE - Static variable in class org.apache.excalibur.instrument.client.InstrumentSampleNodeData
 
ICON_SUBTYPE_MAINTAINED_LEASE - Static variable in class org.apache.excalibur.instrument.client.InstrumentSampleNodeData
 
ICON_SUBTYPE_OLD - Static variable in class org.apache.excalibur.instrument.client.InstrumentSampleNodeData
 
ICON_TYPE_CNT - Static variable in class org.apache.excalibur.instrument.client.InstrumentSampleNodeData
 
ICON_TYPE_MAX - Static variable in class org.apache.excalibur.instrument.client.InstrumentSampleNodeData
 
ICON_TYPE_MEAN - Static variable in class org.apache.excalibur.instrument.client.InstrumentSampleNodeData
 
ICON_TYPE_MIN - Static variable in class org.apache.excalibur.instrument.client.InstrumentSampleNodeData
 
init() - Method in class org.apache.excalibur.instrument.client.InstrumentClientFrame
 
init() - Method in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
Called to initialize the connection object.
initChart(InstrumentSampleSnapshotData) - Method in class org.apache.excalibur.instrument.client.InstrumentSampleFrame
Initializes the chart
initialize() - Method in class org.apache.excalibur.instrument.client.InstrumentClientFrame
 
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
 
InstrumentableNodeData - Class in org.apache.excalibur.instrument.client
 
InstrumentableNodeData(InstrumentableData) - Constructor for class org.apache.excalibur.instrument.client.InstrumentableNodeData
 
InstrumentClientFrame - Class in org.apache.excalibur.instrument.client
 
InstrumentClientFrame(String) - Constructor for class org.apache.excalibur.instrument.client.InstrumentClientFrame
Creates a new InstrumentClient frame.
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
 
InstrumentManagerTree - Class in org.apache.excalibur.instrument.client
 
InstrumentManagerTree(InstrumentManagerConnection) - Constructor for class org.apache.excalibur.instrument.client.InstrumentManagerTree
 
InstrumentManagerTreeCellRenderer - Class in org.apache.excalibur.instrument.client
 
InstrumentManagerTreeCellRenderer() - Constructor for class org.apache.excalibur.instrument.client.InstrumentManagerTreeCellRenderer
 
InstrumentManagerTreeModel - Class in org.apache.excalibur.instrument.client
 
InstrumentManagerTreeModel(InstrumentManagerConnection) - Constructor for class org.apache.excalibur.instrument.client.InstrumentManagerTreeModel
 
InstrumentNodeData - Class in org.apache.excalibur.instrument.client
 
InstrumentNodeData(InstrumentData, InstrumentManagerConnection) - Constructor for class org.apache.excalibur.instrument.client.InstrumentNodeData
 
InstrumentSampleData - Interface in org.apache.excalibur.instrument.client
 
InstrumentSampleElementData - Interface in org.apache.excalibur.instrument.client
 
InstrumentSampleFrame - Class in org.apache.excalibur.instrument.client
 
InstrumentSampleFrame(Configuration, InstrumentManagerConnection, InstrumentClientFrame) - Constructor for class org.apache.excalibur.instrument.client.InstrumentSampleFrame
 
InstrumentSampleFrame(InstrumentManagerConnection, String, InstrumentClientFrame) - Constructor for class org.apache.excalibur.instrument.client.InstrumentSampleFrame
 
InstrumentSampleNodeData - Class in org.apache.excalibur.instrument.client
 
InstrumentSampleNodeData(String, InstrumentSampleData, InstrumentManagerConnection) - Constructor for class org.apache.excalibur.instrument.client.InstrumentSampleNodeData
 
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
 
internalFrameActivated(InternalFrameEvent) - Method in class org.apache.excalibur.instrument.client.AbstractInternalFrame
 
internalFrameClosed(InternalFrameEvent) - Method in class org.apache.excalibur.instrument.client.AbstractInternalFrame
 
internalFrameClosed(InternalFrameEvent) - Method in class org.apache.excalibur.instrument.client.InstrumentSampleFrame
 
internalFrameClosing(InternalFrameEvent) - Method in class org.apache.excalibur.instrument.client.AbstractInternalFrame
 
internalFrameDeactivated(InternalFrameEvent) - Method in class org.apache.excalibur.instrument.client.AbstractInternalFrame
 
internalFrameDeiconified(InternalFrameEvent) - Method in class org.apache.excalibur.instrument.client.AbstractInternalFrame
 
internalFrameIconified(InternalFrameEvent) - Method in class org.apache.excalibur.instrument.client.AbstractInternalFrame
 
internalFrameOpened(InternalFrameEvent) - Method in class org.apache.excalibur.instrument.client.AbstractInternalFrame
 
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.
isAntialias() - Method in class org.apache.excalibur.instrument.client.InstrumentClientFrame
 
isConfigured() - Method in interface org.apache.excalibur.instrument.client.ElementData
Returns the configured flag of the remote object.
isConfigured() - Method in class org.apache.excalibur.instrument.client.http.AbstractHTTPElementData
Returns the configured flag of the remote object.
isConfigured() - Method in class org.apache.excalibur.instrument.client.InstrumentableNodeData
 
isConfigured() - Method in class org.apache.excalibur.instrument.client.InstrumentNodeData
 
isConfigured() - Method in class org.apache.excalibur.instrument.client.InstrumentSampleNodeData
 
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.
isLeaf(Object) - Method in class org.apache.excalibur.instrument.client.InstrumentManagerTreeModel
Returns true if node is a leaf.
isLeased() - Method in class org.apache.excalibur.instrument.client.InstrumentSampleNodeData
 
isLeaseMaintained() - Method in class org.apache.excalibur.instrument.client.InstrumentSampleNodeData
 
isReadOnly() - Method in class org.apache.excalibur.instrument.client.http.HTTPInstrumentManagerData
Returns true if the InstrumentManager on the server is operating in read-only mode.
isRegistered() - Method in class org.apache.excalibur.instrument.client.http.HTTPInstrumentableData
Returns the registered flag of the remote object.
isRegistered() - Method in class org.apache.excalibur.instrument.client.http.HTTPInstrumentData
Returns the registered flag of the remote object.
isRegistered() - Method in interface org.apache.excalibur.instrument.client.InstrumentableData
Returns the registered flag of the remote object.
isRegistered() - Method in class org.apache.excalibur.instrument.client.InstrumentableNodeData
 
isRegistered() - Method in interface org.apache.excalibur.instrument.client.InstrumentData
Returns the registered flag of the remote object.
isRegistered() - Method in class org.apache.excalibur.instrument.client.InstrumentNodeData
 
isSupportsBatchedUpdates() - Method in class org.apache.excalibur.instrument.client.http.HTTPInstrumentManagerData
Returns true if batched lease creates and renewals are implemented on the server.

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.
lastNameToken(String) - Static method in class org.apache.excalibur.instrument.client.http.AbstractHTTPElementData
Returns the last element of a name separated by '.'s
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
 
LIVE_DRAG_MODE - Static variable in class org.apache.excalibur.instrument.client.DesktopPane
Used to indicate you wish to see the entire contents of the item being dragged inside the desktop pane.
loadSampleFrame(Configuration) - Method in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
Loads an InstrumentSampleFrame from a saved state.
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.
loadStateFromConfiguration(Configuration, boolean) - Method in class org.apache.excalibur.instrument.client.InstrumentClientFrame
Loads the Instrument Client state from the specified Configuration.
loadStateFromFile(File, boolean) - Method in class org.apache.excalibur.instrument.client.InstrumentClientFrame
Loads the Instrument Client state from the specified file.
loadStateFromStream(InputStream, boolean) - Method in class org.apache.excalibur.instrument.client.InstrumentClientFrame
Loads the Instrument Client state from the specified stream.
loadTypeIcons(ClassLoader, int, String) - Static method in class org.apache.excalibur.instrument.client.InstrumentSampleNodeData
 

M

m_action - Variable in class org.apache.excalibur.instrument.client.AbstractOptionDialog
 
m_active - Variable in class org.apache.excalibur.instrument.client.AbstractInternalFrame
 
m_antialias - Variable in class org.apache.excalibur.instrument.client.InstrumentClientFrame
 
m_antialias - Variable in class org.apache.excalibur.instrument.client.LineChart
True if Antialiasing should be used when rendering the chart.
m_averageWindow - Variable in class org.apache.excalibur.instrument.client.LineChart
Number of sample points to use when calculating the moving average.
m_averageWindowValues - Variable in class org.apache.excalibur.instrument.client.LineChart
Moving average of the sample point data.
m_batchedUpdates - Variable in class org.apache.excalibur.instrument.client.http.HTTPInstrumentManagerData
 
m_configured - Variable in class org.apache.excalibur.instrument.client.http.AbstractHTTPElementData
 
m_configured - Variable in class org.apache.excalibur.instrument.client.InstrumentableNodeData
 
m_configured - Variable in class org.apache.excalibur.instrument.client.InstrumentNodeData
 
m_configured - Variable in class org.apache.excalibur.instrument.client.InstrumentSampleNodeData
 
m_connected - Variable in class org.apache.excalibur.instrument.client.http.HTTPInstrumentManagerConnection
Flag which keeps track of whether or not the remote server was there the last time we attempted to connect.
m_connection - Variable in class org.apache.excalibur.instrument.client.http.AbstractHTTPData
 
m_connection - Variable in class org.apache.excalibur.instrument.client.InstrumentManagerTree
 
m_connection - Variable in class org.apache.excalibur.instrument.client.InstrumentManagerTreeModel
 
m_connection - Variable in class org.apache.excalibur.instrument.client.InstrumentNodeData
 
m_connection - Variable in class org.apache.excalibur.instrument.client.InstrumentSampleFrame
 
m_connection - Variable in class org.apache.excalibur.instrument.client.InstrumentSampleNodeData
 
m_connectionArray - Variable in class org.apache.excalibur.instrument.client.InstrumentClientFrame
 
m_connections - Variable in class org.apache.excalibur.instrument.client.InstrumentClientFrame
 
m_connectionsPane - Variable in class org.apache.excalibur.instrument.client.InstrumentClientFrame
 
m_crossColor - Variable in class org.apache.excalibur.instrument.client.LineChart
 
m_darkGridColor - Variable in class org.apache.excalibur.instrument.client.LineChart
 
m_data - Variable in class org.apache.excalibur.instrument.client.InstrumentableNodeData
 
m_data - Variable in class org.apache.excalibur.instrument.client.InstrumentNodeData
 
m_data - Variable in class org.apache.excalibur.instrument.client.InstrumentSampleNodeData
 
m_deleted - Variable in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
 
m_description - Variable in class org.apache.excalibur.instrument.client.http.AbstractHTTPData
 
m_description - Variable in class org.apache.excalibur.instrument.client.MaintainedSampleLease
 
m_description - Variable in class org.apache.excalibur.instrument.client.NodeData
 
m_descriptionLabel - Variable in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
 
m_desktopFile - Variable in class org.apache.excalibur.instrument.client.InstrumentClientFrame
 
m_desktopFileDir - Variable in class org.apache.excalibur.instrument.client.InstrumentClientFrame
 
m_desktopPane - Variable in class org.apache.excalibur.instrument.client.InstrumentClientFrame
 
m_dFormat - Variable in class org.apache.excalibur.instrument.client.LineChart
Format of the text which is displayed over the component as the user moves the mouse over the line chart.
m_disabled - Variable in class org.apache.excalibur.instrument.client.http.HTTPInstrumentManagerConnection
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_elementMap - Variable in class org.apache.excalibur.instrument.client.InstrumentManagerTreeModel
 
m_floatFormat - Variable in class org.apache.excalibur.instrument.client.LineChart
Decimal number format.
m_format - Variable in class org.apache.excalibur.instrument.client.LineChart
Format of the text which is displayed along the x (time) axis of the chart.
m_frame - Variable in class org.apache.excalibur.instrument.client.AbstractInternalFrame
 
m_frame - Variable in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
 
m_frame - Variable in class org.apache.excalibur.instrument.client.MenuBar
 
m_frameColor - Variable in class org.apache.excalibur.instrument.client.LineChart
 
m_fullName - Variable in class org.apache.excalibur.instrument.client.InstrumentSampleFrame
 
m_hook - Variable in class org.apache.excalibur.instrument.client.InstrumentClientFrame
Shutdown hook
m_iconDisconnected - Static variable in class org.apache.excalibur.instrument.client.InstrumentSampleFrame
 
m_iconExpired - Static variable in class org.apache.excalibur.instrument.client.InstrumentSampleFrame
 
m_iconInstrumentableConf - Static variable in class org.apache.excalibur.instrument.client.InstrumentableNodeData
An Instrumentable which exists because of configuration.
m_iconInstrumentableOld - Static variable in class org.apache.excalibur.instrument.client.InstrumentableNodeData
An Instrumentable which exists because it was loaded from the state file but is no longer used.
m_iconInstrumentableReg - Static variable in class org.apache.excalibur.instrument.client.InstrumentableNodeData
An Instrumentable which exists because of registration.
m_iconInstrumentableRegConf - Static variable in class org.apache.excalibur.instrument.client.InstrumentableNodeData
An Instrumentable which exists because of registration and configuration.
m_iconInstrumentCtrConf - Static variable in class org.apache.excalibur.instrument.client.InstrumentNodeData
A counter Instrument which exists because of configuration.
m_iconInstrumentCtrOld - Static variable in class org.apache.excalibur.instrument.client.InstrumentNodeData
A counter Instrument which exists because it was loaded from the state file but is no longer used.
m_iconInstrumentCtrReg - Static variable in class org.apache.excalibur.instrument.client.InstrumentNodeData
A counter Instrument which exists because of registration.
m_iconInstrumentCtrRegConf - Static variable in class org.apache.excalibur.instrument.client.InstrumentNodeData
A counter Instrument which exists because of registration and configuration.
m_iconInstrumentValConf - Static variable in class org.apache.excalibur.instrument.client.InstrumentNodeData
A value Instrument which exists because of configuration.
m_iconInstrumentValOld - Static variable in class org.apache.excalibur.instrument.client.InstrumentNodeData
A value Instrument which exists because it was loaded from the state file but is no longer used.
m_iconInstrumentValReg - Static variable in class org.apache.excalibur.instrument.client.InstrumentNodeData
A value Instrument which exists because of registration.
m_iconInstrumentValRegConf - Static variable in class org.apache.excalibur.instrument.client.InstrumentNodeData
A value Instrument which exists because of registration and configuration.
m_iconMissing - Static variable in class org.apache.excalibur.instrument.client.InstrumentSampleFrame
 
m_icons - Static variable in class org.apache.excalibur.instrument.client.InstrumentSampleNodeData
 
m_instrumentableAry - Variable in class org.apache.excalibur.instrument.client.http.HTTPInstrumentableData
 
m_instrumentableAry - Variable in class org.apache.excalibur.instrument.client.http.HTTPInstrumentManagerData
 
m_instrumentableMap - Variable in class org.apache.excalibur.instrument.client.http.HTTPInstrumentableData
 
m_instrumentableMap - Variable in class org.apache.excalibur.instrument.client.http.HTTPInstrumentManagerData
 
m_instrumentables - Variable in class org.apache.excalibur.instrument.client.http.HTTPInstrumentableData
 
m_instrumentables - Variable in class org.apache.excalibur.instrument.client.http.HTTPInstrumentManagerData
 
m_instrumentAry - Variable in class org.apache.excalibur.instrument.client.http.HTTPInstrumentableData
 
m_instrumentDescriptionField - Variable in class org.apache.excalibur.instrument.client.CreateSampleDialog
 
m_instrumentMap - Variable in class org.apache.excalibur.instrument.client.http.HTTPInstrumentableData
 
m_instrumentName - Variable in class org.apache.excalibur.instrument.client.InstrumentSampleNodeData
 
m_instrumentName - Variable in class org.apache.excalibur.instrument.client.MaintainedSampleLease
 
m_instrumentNameField - Variable in class org.apache.excalibur.instrument.client.CreateSampleDialog
 
m_instruments - Variable in class org.apache.excalibur.instrument.client.http.HTTPInstrumentableData
 
m_instrumentSampleName - Variable in class org.apache.excalibur.instrument.client.InstrumentSampleFrame
 
m_instrumentType - Variable in class org.apache.excalibur.instrument.client.CreateSampleDialog
 
m_interval - Variable in class org.apache.excalibur.instrument.client.CreateSampleDialog
 
m_interval - Variable in class org.apache.excalibur.instrument.client.http.AbstractHTTPInstrumentSampleElementData
The sample interval.
m_interval - Variable in class org.apache.excalibur.instrument.client.InstrumentSampleNodeData
Time interval of the sample points.
m_interval - Variable in class org.apache.excalibur.instrument.client.MaintainedSampleLease
 
m_intervalField - Variable in class org.apache.excalibur.instrument.client.CreateSampleDialog
 
m_intFormat - Variable in class org.apache.excalibur.instrument.client.LineChart
Integer number format.
m_lastClientStateVersion - Variable in class org.apache.excalibur.instrument.client.InstrumentManagerTreeModel
The state version of the last client.
m_lastConnected - Variable in class org.apache.excalibur.instrument.client.InstrumentManagerTreeModel
 
m_lastDefaultDescription - Variable in class org.apache.excalibur.instrument.client.CreateSampleDialog
Remembers the last default description so we can tell whether or not the user has modified the description manually.
m_lastLeaseRenewalTime - Variable in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
 
m_lastSnapshotTime - Variable in class org.apache.excalibur.instrument.client.InstrumentSampleFrame
The last time that a snapshot was received.
m_leasedSampleArray - Variable in class org.apache.excalibur.instrument.client.InstrumentManagerTreeModel
 
m_leasedSampleAry - Variable in class org.apache.excalibur.instrument.client.http.HTTPInstrumentManagerConnection
 
m_leasedSampleMap - Variable in class org.apache.excalibur.instrument.client.InstrumentManagerTreeModel
 
m_leasedSamples - Variable in class org.apache.excalibur.instrument.client.http.HTTPInstrumentManagerConnection
 
m_leaseDuration - Variable in class org.apache.excalibur.instrument.client.InstrumentSampleNodeData
The length of the maintained lease.
m_leaseDuration - Variable in class org.apache.excalibur.instrument.client.MaintainedSampleLease
 
m_leaseExpirationTime - Variable in class org.apache.excalibur.instrument.client.http.AbstractHTTPInstrumentSampleElementData
The UNIX time when the lease expires.
m_leaseExpireTime - Variable in class org.apache.excalibur.instrument.client.InstrumentSampleNodeData
 
m_leaseTime - Variable in class org.apache.excalibur.instrument.client.CreateSampleDialog
 
m_leaseTimeField - Variable in class org.apache.excalibur.instrument.client.CreateSampleDialog
 
m_lightGridColor - Variable in class org.apache.excalibur.instrument.client.LineChart
 
m_lightLineColor - Variable in class org.apache.excalibur.instrument.client.LineChart
 
m_lineChart - Variable in class org.apache.excalibur.instrument.client.InstrumentSampleFrame
The LineChart currently visible in the Frame.
m_lineColor - Variable in class org.apache.excalibur.instrument.client.LineChart
 
m_lineSampleInterval - Variable in class org.apache.excalibur.instrument.client.LineChart
Number of sample points between vertical lines.
m_listenerArray - Variable in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
 
m_listenerArray - Variable in class org.apache.excalibur.instrument.client.InstrumentManagerTreeModel
 
m_listeners - Variable in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
 
m_listeners - Variable in class org.apache.excalibur.instrument.client.InstrumentManagerTreeModel
 
m_loaded - Variable in class org.apache.excalibur.instrument.client.AbstractInternalFrame
 
m_logger - Variable in class org.apache.excalibur.instrument.client.AbstractInternalFrame
 
m_logger - Variable in class org.apache.excalibur.instrument.client.InstrumentClientFrame
 
m_logger - Variable in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
 
m_maintainedSampleLeaseArray - Variable in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
 
m_maintainedSampleLeaseMap - Variable in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
 
m_maintainLeaseCheckBox - Variable in class org.apache.excalibur.instrument.client.CreateSampleDialog
 
m_manager - Variable in class org.apache.excalibur.instrument.client.http.HTTPInstrumentManagerConnection
 
m_maskColor - Variable in class org.apache.excalibur.instrument.client.LineChart
 
m_maskFrameColor - Variable in class org.apache.excalibur.instrument.client.LineChart
 
m_max - Variable in class org.apache.excalibur.instrument.client.LineChart
Maximum value in m_values.
m_menuBar - Variable in class org.apache.excalibur.instrument.client.InstrumentClientFrame
 
m_menuFile - Variable in class org.apache.excalibur.instrument.client.MenuBar
 
m_menuInstrumentManagers - Variable in class org.apache.excalibur.instrument.client.MenuBar
 
m_menuItemShowUnconfigured - Variable in class org.apache.excalibur.instrument.client.MenuBar
 
m_menuOptions - Variable in class org.apache.excalibur.instrument.client.MenuBar
 
m_menuWindow - Variable in class org.apache.excalibur.instrument.client.MenuBar
 
m_min - Variable in class org.apache.excalibur.instrument.client.LineChart
Minimum value in m_values.
m_mouseOver - Variable in class org.apache.excalibur.instrument.client.LineChart
 
m_mousePressed - Variable in class org.apache.excalibur.instrument.client.LineChart
 
m_mouseX - Variable in class org.apache.excalibur.instrument.client.LineChart
 
m_mouseY - Variable in class org.apache.excalibur.instrument.client.LineChart
 
m_name - Variable in class org.apache.excalibur.instrument.client.http.AbstractHTTPElementData
 
m_name - Variable in class org.apache.excalibur.instrument.client.http.HTTPInstrumentManagerData
 
m_name - Variable in class org.apache.excalibur.instrument.client.NodeData
 
m_nextFrame - Variable in class org.apache.excalibur.instrument.client.AbstractInternalFrame
 
m_parent - Variable in class org.apache.excalibur.instrument.client.http.AbstractHTTPElementData
 
m_readOnly - Variable in class org.apache.excalibur.instrument.client.http.HTTPInstrumentManagerData
 
m_registered - Variable in class org.apache.excalibur.instrument.client.http.HTTPInstrumentableData
 
m_registered - Variable in class org.apache.excalibur.instrument.client.http.HTTPInstrumentData
 
m_registered - Variable in class org.apache.excalibur.instrument.client.InstrumentableNodeData
 
m_registered - Variable in class org.apache.excalibur.instrument.client.InstrumentNodeData
 
m_root - Variable in class org.apache.excalibur.instrument.client.InstrumentManagerTreeModel
 
m_runner - Variable in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
 
m_sampleAry - Variable in class org.apache.excalibur.instrument.client.http.HTTPInstrumentData
 
m_sampleDescription - Variable in class org.apache.excalibur.instrument.client.CreateSampleDialog
 
m_sampleDescriptionField - Variable in class org.apache.excalibur.instrument.client.CreateSampleDialog
 
m_sampleFrameArray - Variable in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
 
m_sampleFrames - Variable in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
Maintain a list of all sample frames which are viewing data in this connection.
m_sampleInterval - Variable in class org.apache.excalibur.instrument.client.LineChart
The number of milliseconds represented by each data sample.
m_sampleMap - Variable in class org.apache.excalibur.instrument.client.http.HTTPInstrumentData
 
m_sampleName - Variable in class org.apache.excalibur.instrument.client.MaintainedSampleLease
 
m_samples - Variable in class org.apache.excalibur.instrument.client.http.HTTPInstrumentData
 
m_samples - Variable in class org.apache.excalibur.instrument.client.http.HTTPInstrumentSampleSnapshotData
Array of values which make up the sample.
m_samples - Variable in class org.apache.excalibur.instrument.client.InstrumentSampleFrame
A buffered set of sample values.
m_sampleType - Variable in class org.apache.excalibur.instrument.client.CreateSampleDialog
 
m_sampleTypeCounter - Variable in class org.apache.excalibur.instrument.client.CreateSampleDialog
 
m_sampleTypeGroup - Variable in class org.apache.excalibur.instrument.client.CreateSampleDialog
 
m_sampleTypeMaximum - Variable in class org.apache.excalibur.instrument.client.CreateSampleDialog
 
m_sampleTypeMean - Variable in class org.apache.excalibur.instrument.client.CreateSampleDialog
 
m_sampleTypeMinimum - Variable in class org.apache.excalibur.instrument.client.CreateSampleDialog
 
m_sampleTypePanel - Variable in class org.apache.excalibur.instrument.client.CreateSampleDialog
 
m_showUnconfigured - Variable in class org.apache.excalibur.instrument.client.MenuBar
 
m_size - Variable in class org.apache.excalibur.instrument.client.CreateSampleDialog
 
m_size - Variable in class org.apache.excalibur.instrument.client.http.AbstractHTTPInstrumentSampleElementData
The size of the sample history.
m_size - Variable in class org.apache.excalibur.instrument.client.InstrumentSampleNodeData
Number of points in the sample.
m_size - Variable in class org.apache.excalibur.instrument.client.MaintainedSampleLease
 
m_sizeField - Variable in class org.apache.excalibur.instrument.client.CreateSampleDialog
 
m_splitPane - Variable in class org.apache.excalibur.instrument.client.InstrumentClientFrame
 
m_state - Variable in class org.apache.excalibur.instrument.client.InstrumentSampleFrame
 
m_stateVersion - Variable in class org.apache.excalibur.instrument.client.http.AbstractHTTPData
The current state version of the remote object.
m_stateVersion - Variable in class org.apache.excalibur.instrument.client.NodeData
 
m_statusBar - Variable in class org.apache.excalibur.instrument.client.InstrumentClientFrame
 
m_statusLabel - Variable in class org.apache.excalibur.instrument.client.StatusBar
 
m_time - Variable in class org.apache.excalibur.instrument.client.http.AbstractHTTPInstrumentSampleElementData
The UNIX time of the beginning of the sample.
m_time - Variable in class org.apache.excalibur.instrument.client.LineChart
Time of the last sample point.
m_title - Variable in class org.apache.excalibur.instrument.client.InstrumentClientFrame
 
m_tree - Variable in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
 
m_tree - Variable in class org.apache.excalibur.instrument.client.InstrumentManagerTree
 
m_treeModel - Variable in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
 
m_treeModel - Variable in class org.apache.excalibur.instrument.client.InstrumentManagerTree
 
m_type - Variable in class org.apache.excalibur.instrument.client.http.AbstractHTTPInstrumentSampleElementData
The type of the Instrument Sample.
m_type - Variable in class org.apache.excalibur.instrument.client.http.HTTPInstrumentData
The type of the Instrument.
m_type - Variable in class org.apache.excalibur.instrument.client.InstrumentNodeData
 
m_type - Variable in class org.apache.excalibur.instrument.client.InstrumentSampleNodeData
Type of the sample.
m_type - Variable in class org.apache.excalibur.instrument.client.MaintainedSampleLease
 
m_url - Variable in class org.apache.excalibur.instrument.client.ConnectDialog
 
m_url - Variable in class org.apache.excalibur.instrument.client.http.HTTPInstrumentManagerConnection
 
m_urlField - Variable in class org.apache.excalibur.instrument.client.ConnectDialog
 
m_value - Variable in class org.apache.excalibur.instrument.client.http.AbstractHTTPInstrumentSampleElementData
The sample value.
m_values - Variable in class org.apache.excalibur.instrument.client.LineChart
Sample point data.
m_zoneOffset - Static variable in class org.apache.excalibur.instrument.client.LineChart
Stores the time-zone offset for this JVM.
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.
MaintainedSampleLease - Class in org.apache.excalibur.instrument.client
 
MaintainedSampleLease(String, int, long, int, long, String) - Constructor for class org.apache.excalibur.instrument.client.MaintainedSampleLease
 
MaintainedSampleLease(Configuration) - Constructor for class org.apache.excalibur.instrument.client.MaintainedSampleLease
 
MEDIA_PATH - Static variable in class org.apache.excalibur.instrument.client.InstrumentClientFrame
 
MEDIA_PATH - Static variable in class org.apache.excalibur.instrument.client.NodeData
 
MenuBar - Class in org.apache.excalibur.instrument.client
 
MenuBar(InstrumentClientFrame) - Constructor for class org.apache.excalibur.instrument.client.MenuBar
 
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.

N

NodeData - Class in org.apache.excalibur.instrument.client
 
NodeData() - Constructor for class org.apache.excalibur.instrument.client.NodeData
 
nodeSelected(int) - Method in class org.apache.excalibur.instrument.client.InstrumentManagerTree
 

O

opened(InstrumentManagerConnection) - Method in class org.apache.excalibur.instrument.client.InstrumentClientFrame
Called when the connection is opened.
opened(InstrumentManagerConnection) - Method in interface org.apache.excalibur.instrument.client.InstrumentManagerConnectionListener
Called when the connection is opened.
opened(InstrumentManagerConnection) - Method in class org.apache.excalibur.instrument.client.InstrumentManagerTreeModel
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
 
OUTLINE_DRAG_MODE - Static variable in class org.apache.excalibur.instrument.client.DesktopPane
Used to indicate you wish to see only an outline of the item being dragged inside the desktop pane.

P

paintComponent(Graphics) - Method in class org.apache.excalibur.instrument.client.LineChart
Paints the component.
paintFrame(Graphics, int, int, int, int) - Method in class org.apache.excalibur.instrument.client.LineChart
Draws the frame around the whole chart.
paintHorizontalGrid(Graphics, int, int, int, int, int, int) - Method in class org.apache.excalibur.instrument.client.LineChart
Draws the horizontal lines which make up the background of the chart.
paintOverlay(Graphics, int, int, int, int, int) - Method in class org.apache.excalibur.instrument.client.LineChart
Draws the overlay label at the mouse location.
paintOverlayAt(Graphics, int, int, int, int, int, int, int, String, long) - Method in class org.apache.excalibur.instrument.client.LineChart
Draws the overlay label at the specified location.
paintValues(Graphics, int, int, int, int) - Method in class org.apache.excalibur.instrument.client.LineChart
Draws the data values which to be displayed in the chart.
paintVerticalGrid(Graphics, int, int, int, int, int) - Method in class org.apache.excalibur.instrument.client.LineChart
Draws the vertical lines which make up the background of the chart.
purgeExpiredSamples() - Method in class org.apache.excalibur.instrument.client.InstrumentManagerTreeModel
Remove any instrument samples whose current leases have expired.

R

rebuildInstrumentableMenu(JMenu, InstrumentManagerConnection, InstrumentableData) - Method in class org.apache.excalibur.instrument.client.MenuBar
 
rebuildInstrumentManagerMenu(JMenu, InstrumentManagerConnection) - Method in class org.apache.excalibur.instrument.client.MenuBar
 
rebuildInstrumentManagersMenu() - Method in class org.apache.excalibur.instrument.client.MenuBar
 
rebuildInstrumentMenu(JMenu, InstrumentManagerConnection, InstrumentableData, InstrumentData) - Method in class org.apache.excalibur.instrument.client.MenuBar
 
rebuildOptionsMenu() - Method in class org.apache.excalibur.instrument.client.MenuBar
 
rebuildWindowMenu() - Method in class org.apache.excalibur.instrument.client.MenuBar
 
refreshModel() - Method in class org.apache.excalibur.instrument.client.InstrumentManagerTreeModel
Refreshes the entire Tree Model with the latest information from the server.
removeInstrumentManagerConnectionListener(InstrumentManagerConnectionListener) - Method in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
Removes a InstrumentManagerConnectionListener from the list of listeners which receive state updates of the connection.
removeSampleFrame(String) - Method in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
Removes a single sample frame.
removeTreeModelListener(TreeModelListener) - Method in class org.apache.excalibur.instrument.client.InstrumentManagerTreeModel
Removes a listener previously added with addTreeModelListener().
renewAllSampleLeases() - Method in class org.apache.excalibur.instrument.client.InstrumentManagerTreeModel
Once a minute, all of the leased samples should be updated.
reorganizeFrames(int, int, JInternalFrame[]) - Method in class org.apache.excalibur.instrument.client.InstrumentClientFrame
Reorganizes a list of internal frames to a specific number of rows and columns.
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.
saveState() - Method in class org.apache.excalibur.instrument.client.MaintainedSampleLease
Saves the current state into a Configuration.
saveStateToConfiguration() - Method in class org.apache.excalibur.instrument.client.InstrumentClientFrame
Returns the Instrument Manager's state as a Configuration object.
saveStateToFile(File) - Method in class org.apache.excalibur.instrument.client.InstrumentClientFrame
Saves the Instrument Client's state to the specified file.
saveStateToStream(OutputStream) - Method in class org.apache.excalibur.instrument.client.InstrumentClientFrame
Saves the Instrument Client's state to the specified output stream.
select() - Method in class org.apache.excalibur.instrument.client.InstrumentSampleNodeData
Called when the node is selected.
select() - Method in class org.apache.excalibur.instrument.client.NodeData
Called when the node is selected.
selectedFrame - Variable in class org.apache.excalibur.instrument.client.DesktopPane
 
setAntialias(boolean) - Method in class org.apache.excalibur.instrument.client.InstrumentClientFrame
 
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.
setDefaultStateFile(File) - Method in class org.apache.excalibur.instrument.client.InstrumentClientFrame
Stores the default state file name and attempts to load it if it exists.
setDescription(String) - Method in class org.apache.excalibur.instrument.client.NodeData
 
setDragMode(int) - Method in class org.apache.excalibur.instrument.client.DesktopPane
Set the "dragging style" used by the desktop pane.
setFrame(InstrumentClientFrame) - Method in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
Stores a reference to the client frame.
setInterval(long) - Method in class org.apache.excalibur.instrument.client.CreateSampleDialog
Sets the initial interval to be shown in the interval TextField.
setLeaseDuration(long) - Method in class org.apache.excalibur.instrument.client.InstrumentSampleNodeData
Sets the maintained lease time.
setLeaseExpireTime(long) - Method in class org.apache.excalibur.instrument.client.InstrumentSampleNodeData
 
setLeaseTime(long) - Method in class org.apache.excalibur.instrument.client.CreateSampleDialog
Sets the initial lease time to be shown in the lease time TextField.
setMaintainLease(boolean) - Method in class org.apache.excalibur.instrument.client.CreateSampleDialog
Sets the initial maintain lease flag to be shown in the maintain lease CheckBox.
setSampleCount(int) - Method in class org.apache.excalibur.instrument.client.CreateSampleDialog
Sets the initial size to be shown in the size TextField.
setSampleDescription(String) - Method in class org.apache.excalibur.instrument.client.CreateSampleDialog
Sets the initial sample description to be shown in the TextField.
setSampleType(int) - Method in class org.apache.excalibur.instrument.client.CreateSampleDialog
Sets the initial size to be shown in the size TextField.
setSelectedFrame(JInternalFrame) - Method in class org.apache.excalibur.instrument.client.DesktopPane
set the currently active JInternalFrame in this JDesktopPane.
setStateDisconnected() - Method in class org.apache.excalibur.instrument.client.InstrumentSampleFrame
Sets the state of the frame to show that the connection is closed.
setStateSampleExpired() - Method in class org.apache.excalibur.instrument.client.InstrumentSampleFrame
Sets the state of the frame to show that the sample could not be found.
setStateSampleMissing() - Method in class org.apache.excalibur.instrument.client.InstrumentSampleFrame
Sets the state of the frame to show that the sample could not be found.
setStateSnapshot(InstrumentSampleSnapshotData) - Method in class org.apache.excalibur.instrument.client.InstrumentSampleFrame
 
setStatusMessage(String) - Method in class org.apache.excalibur.instrument.client.InstrumentClientFrame
 
setStatusMessage(String) - Method in class org.apache.excalibur.instrument.client.StatusBar
 
setTitle(String) - Method in class org.apache.excalibur.instrument.client.AbstractInternalFrame
 
setURL(URL) - Method in class org.apache.excalibur.instrument.client.ConnectDialog
Sets the initial URL to be shown in the URL TextField.
setValues(int[], long) - Method in class org.apache.excalibur.instrument.client.LineChart
Sets the data samples to be displayed by the line chart.
showConnectDialog() - Method in class org.apache.excalibur.instrument.client.InstrumentClientFrame
 
showCreateSampleDialog(InstrumentData) - Method in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
Create a new Sample assigned to the specified instrument data.
showErrorDialog(String) - Method in class org.apache.excalibur.instrument.client.InstrumentClientFrame
 
showErrorDialog(String, Throwable) - Method in class org.apache.excalibur.instrument.client.InstrumentClientFrame
 
showNodePopup(int, int, int) - Method in class org.apache.excalibur.instrument.client.InstrumentManagerTree
 
showUsage() - Static method in class org.apache.excalibur.instrument.client.Main
 
shutdown() - Method in class org.apache.excalibur.instrument.client.InstrumentClientFrame
Shutdown the InstrumentClient.
SHUTDOWN_HOOK_NAME - Static variable in class org.apache.excalibur.instrument.client.InstrumentClientFrame
 
startMaintainingSample(String, int, long, int, long, String) - Method in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
Start maintaining the lease for an instrument sample which already exists.
STATE_DISCONNECTED - Static variable in class org.apache.excalibur.instrument.client.InstrumentSampleFrame
 
STATE_EXPIRED - Static variable in class org.apache.excalibur.instrument.client.InstrumentSampleFrame
 
STATE_MISSING - Static variable in class org.apache.excalibur.instrument.client.InstrumentSampleFrame
 
STATE_NONE - Static variable in class org.apache.excalibur.instrument.client.InstrumentSampleFrame
 
STATE_SNAPSHOT - Static variable in class org.apache.excalibur.instrument.client.InstrumentSampleFrame
 
StatusBar - Class in org.apache.excalibur.instrument.client
This class defines the status bar at the bottom of the main frame.
StatusBar() - Constructor for class org.apache.excalibur.instrument.client.StatusBar
 
stopMaintainingSample(String) - Method in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
Stop maintaining the lease for an instrument sample which already exists.

T

tileFrames() - Method in class org.apache.excalibur.instrument.client.InstrumentClientFrame
Tile all open frames
tileFramesH() - Method in class org.apache.excalibur.instrument.client.InstrumentClientFrame
Tiles all internal frames horizontally
tileFramesV() - Method in class org.apache.excalibur.instrument.client.InstrumentClientFrame
Tiles all internal frames vertically
toString() - Method in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
Returns a string representation of the connection.
toString() - Method in class org.apache.excalibur.instrument.client.NodeData
 

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(Configuration) - Method in class org.apache.excalibur.instrument.client.http.AbstractHTTPData
Update the contents of the object using values from the Configuration object.
update(Configuration) - Method in class org.apache.excalibur.instrument.client.http.AbstractHTTPElementData
Update the contents of the object using values from the Configuration object.
update(Configuration) - Method in class org.apache.excalibur.instrument.client.http.AbstractHTTPInstrumentSampleElementData
Update the contents of the object using values from the Configuration object.
update(Configuration, boolean) - Method in class org.apache.excalibur.instrument.client.http.HTTPInstrumentableData
Update the contents of the object using values from the Configuration object.
update() - Method in class org.apache.excalibur.instrument.client.http.HTTPInstrumentableData
Causes the InstrumentableData to update itself with the latest data from the server.
update(Configuration, boolean) - Method in class org.apache.excalibur.instrument.client.http.HTTPInstrumentData
Update the contents of the object using values from the Configuration object.
update() - Method in class org.apache.excalibur.instrument.client.http.HTTPInstrumentData
Causes the InstrumentData to update itself with the latest data from the server.
update(Configuration, boolean) - Method in class org.apache.excalibur.instrument.client.http.HTTPInstrumentManagerData
Update the contents of the object using values from the Configuration object.
update() - Method in class org.apache.excalibur.instrument.client.http.HTTPInstrumentManagerData
Causes the InstrumentManagerData to update itself with the latest data from the server.
update(Configuration) - Method in class org.apache.excalibur.instrument.client.http.HTTPInstrumentSampleData
Update the contents of the object using values from the Configuration object.
update() - Method in class org.apache.excalibur.instrument.client.http.HTTPInstrumentSampleData
Causes the InstrumentSampleData to update itself with the latest data from the server.
update(Configuration) - Method in class org.apache.excalibur.instrument.client.http.HTTPInstrumentSampleSnapshotData
Update the contents of the object using values from the Configuration object.
update() - Method in class org.apache.excalibur.instrument.client.http.HTTPInstrumentSampleSnapshotData
Causes the InstrumentSampleSnapshotData to update itself with the latest data from the server.
update() - Method in class org.apache.excalibur.instrument.client.InstrumentableNodeData
Collect latest property values 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.
update() - Method in class org.apache.excalibur.instrument.client.InstrumentNodeData
 
update() - Method in class org.apache.excalibur.instrument.client.InstrumentSampleFrame
Called to update the frame and request a new snapshot from the server.
update() - Method in class org.apache.excalibur.instrument.client.InstrumentSampleNodeData
 
update(String, String, int) - Method in class org.apache.excalibur.instrument.client.NodeData
 
updateAll() - Method in class org.apache.excalibur.instrument.client.http.HTTPInstrumentManagerData
Causes the the entire instrument tree to be updated in one call.
updateAll() - Method in interface org.apache.excalibur.instrument.client.InstrumentManagerData
Causes the the entire instrument tree to be updated in one call.
updateConnectionTab(InstrumentManagerConnection) - Method in class org.apache.excalibur.instrument.client.InstrumentClientFrame
 
updateIcon() - Method in class org.apache.excalibur.instrument.client.InstrumentSampleFrame
Update the icon that is displayed for the frame.
updateInstrument(InstrumentData) - Method in class org.apache.excalibur.instrument.client.InstrumentManagerTreeModel
 
updateInstrument(InstrumentData, DefaultMutableTreeNode, int) - Method in class org.apache.excalibur.instrument.client.InstrumentManagerTreeModel
 
updateInstrumentable(InstrumentableData, DefaultMutableTreeNode, int) - Method in class org.apache.excalibur.instrument.client.InstrumentManagerTreeModel
 
updateInstrumentManagerData(InstrumentManagerData, DefaultMutableTreeNode, int) - Method in class org.apache.excalibur.instrument.client.InstrumentManagerTreeModel
Called to update the local view of the InstrumentManagerData in the TreeeModel.
updateInstrumentSample(InstrumentSampleData) - Method in class org.apache.excalibur.instrument.client.InstrumentManagerTreeModel
 
updateInstrumentSample(InstrumentSampleData, DefaultMutableTreeNode) - Method in class org.apache.excalibur.instrument.client.InstrumentManagerTreeModel
 
updateLease() - Method in class org.apache.excalibur.instrument.client.http.HTTPInstrumentSampleData
Requests that the sample's lease be updated.
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.
updateTitle() - Method in class org.apache.excalibur.instrument.client.InstrumentClientFrame
 
updateTitle() - Method in class org.apache.excalibur.instrument.client.InstrumentSampleFrame
Sets the title of the frame and obtains a reference to the InstrumentSampleDescriptor in the process.
updateUI() - Method in class org.apache.excalibur.instrument.client.AbstractInternalFrame
 
urlEncode(String) - Method in class org.apache.excalibur.instrument.client.http.AbstractHTTPData
URL encode the specified string.
urlEncode(String) - Method in class org.apache.excalibur.instrument.client.http.HTTPInstrumentManagerConnection
URL encode the specified string.

V

validateFields() - Method in class org.apache.excalibur.instrument.client.AbstractOptionDialog
Goes through and validates the fields in the dialog.
validateFields() - Method in class org.apache.excalibur.instrument.client.ConnectDialog
Goes through and validates the fields in the dialog.
validateFields() - Method in class org.apache.excalibur.instrument.client.CreateSampleDialog
Goes through and validates the fields in the dialog.
validateFields(boolean) - Method in class org.apache.excalibur.instrument.client.CreateSampleDialog
Goes through and validates the fields in the dialog.
valueForPathChanged(TreePath, Object) - Method in class org.apache.excalibur.instrument.client.InstrumentManagerTreeModel
Messaged when the user has altered the value for the item identified by path to newValue.
viewSample(String) - Method in class org.apache.excalibur.instrument.client.InstrumentManagerConnection
Displays a frame for the given sample.

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