TPTP 4.2.0 Monitoring Tools Project
Internal API Specification

org.eclipse.tptp.monitoring.instrumentation.ui.internal.configuration
Class JMXConfigPage

java.lang.Object
  extended byorg.eclipse.hyades.trace.ui.internal.util.AbstractChangeable
      extended byorg.eclipse.tptp.monitoring.instrumentation.ui.internal.configuration.JMXConfigPage
All Implemented Interfaces:
java.util.EventListener, org.eclipse.swt.events.SelectionListener, org.eclipse.swt.internal.SWTEventListener

Deprecated. Do not need to provide a configuration page for JMX Analysis. Will be deleted.

public class JMXConfigPage
extends org.eclipse.hyades.trace.ui.internal.util.AbstractChangeable
implements org.eclipse.swt.events.SelectionListener

This is the jmx settings page that will display the jmx server types.

Since:
TPTP 4.2

Constructor Summary
JMXConfigPage()
          Deprecated. Default constructor.
 
Method Summary
 org.eclipse.swt.widgets.Composite createControl(org.eclipse.swt.widgets.Composite parent)
          Deprecated. Create the controls of the page and restore the settings based on the configuration used to reset the page.
 java.lang.String getSelectItem()
          Deprecated. Returns the jmx selection type.
 java.lang.String getServiceURL()
          Deprecated. Returns the service url.
 void setDefaultOptions()
          Deprecated. Sets the default options for the combo.
 void setSelectItem(java.lang.String item)
          Deprecated. Sets the jmx selected type
 void widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent e)
          Deprecated.  
 void widgetSelected(org.eclipse.swt.events.SelectionEvent e)
          Deprecated. Sent when selection occurs in the control.
 
Methods inherited from class org.eclipse.hyades.trace.ui.internal.util.AbstractChangeable
addListener, changed, removeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMXConfigPage

public JMXConfigPage()
Deprecated. 
Default constructor.

Method Detail

createControl

public org.eclipse.swt.widgets.Composite createControl(org.eclipse.swt.widgets.Composite parent)
Deprecated. 
Create the controls of the page and restore the settings based on the configuration used to reset the page.

Parameters:
parent - the composite
Returns:
the compsite for this page.

widgetDefaultSelected

public void widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent e)
Deprecated. 
Specified by:
widgetDefaultSelected in interface org.eclipse.swt.events.SelectionListener

widgetSelected

public void widgetSelected(org.eclipse.swt.events.SelectionEvent e)
Deprecated. 
Sent when selection occurs in the control.

Specified by:
widgetSelected in interface org.eclipse.swt.events.SelectionListener
Parameters:
e - an event containing information about the selection

setSelectItem

public void setSelectItem(java.lang.String item)
Deprecated. 
Sets the jmx selected type

Parameters:
item - the item to select

getSelectItem

public java.lang.String getSelectItem()
Deprecated. 
Returns the jmx selection type.

Returns:
the selection type

setDefaultOptions

public void setDefaultOptions()
Deprecated. 
Sets the default options for the combo.


getServiceURL

public java.lang.String getServiceURL()
Deprecated. 
Returns the service url.

Returns:
the service url

TPTP 4.2.0 Monitoring Tools Project
Internal API Specification