TPTP 4.3.0 Monitoring Tools Project
Internal API Specification

org.eclipse.tptp.monitoring.managedagent.jmx.internal.configuration
Class JMXAgentConfigurationPage

java.lang.Object
  extended byorg.eclipse.hyades.trace.ui.internal.util.AbstractChangeable
      extended byorg.eclipse.tptp.monitoring.managedagent.jmx.internal.configuration.JMXAgentConfigurationPage
All Implemented Interfaces:
java.util.EventListener, org.eclipse.tptp.trace.ui.provisional.launcher.IConfigurationPage, org.eclipse.swt.events.SelectionListener, org.eclipse.swt.internal.SWTEventListener

public class JMXAgentConfigurationPage
extends org.eclipse.hyades.trace.ui.internal.util.AbstractChangeable
implements org.eclipse.tptp.trace.ui.provisional.launcher.IConfigurationPage, org.eclipse.swt.events.SelectionListener

The SWT page for JMX Agent configuration.

Since:
TPTP 4.2

Constructor Summary
JMXAgentConfigurationPage()
           
 
Method Summary
 void addErrorListener(org.eclipse.tptp.trace.ui.provisional.launcher.IStatusListener statusListener)
          An error condition be caused by this page
 void createControl(org.eclipse.swt.widgets.Composite parent)
          Create the controls of the page and restore the settings based on the configuration used to reset the page
 java.lang.String getDescription()
          Return the description of the page
 java.lang.String getInitContextFactory()
          Returns the initial context factory.
 java.lang.String getJNDIName()
          Returns the JNDI name.
 java.lang.String getPageName()
          Return the page name
 java.lang.String getPassword()
          Returns the password.
 java.lang.String getSelectedServerType()
          Returns the selected server type.
 java.lang.String getServiceURL()
          Returns the jmx service URL
 java.lang.String getTitle()
          Return the title of the wizard page
 java.lang.String getUserName()
          Returns the user name.
 org.eclipse.jface.resource.ImageDescriptor getWizardBanner()
          Return the wizard banner of the page
 void reset(org.eclipse.debug.core.ILaunchConfiguration launchConfiguration)
          Resets the launch configuration.
 void widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent e)
          Not implemented
 void widgetSelected(org.eclipse.swt.events.SelectionEvent e)
          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

JMXAgentConfigurationPage

public JMXAgentConfigurationPage()
Method Detail

addErrorListener

public void addErrorListener(org.eclipse.tptp.trace.ui.provisional.launcher.IStatusListener statusListener)
An error condition be caused by this page

Specified by:
addErrorListener in interface org.eclipse.tptp.trace.ui.provisional.launcher.IConfigurationPage

createControl

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

Specified by:
createControl in interface org.eclipse.tptp.trace.ui.provisional.launcher.IConfigurationPage

getDescription

public java.lang.String getDescription()
Return the description of the page

Specified by:
getDescription in interface org.eclipse.tptp.trace.ui.provisional.launcher.IConfigurationPage

getPageName

public java.lang.String getPageName()
Return the page name

Specified by:
getPageName in interface org.eclipse.tptp.trace.ui.provisional.launcher.IConfigurationPage

getTitle

public java.lang.String getTitle()
Return the title of the wizard page

Specified by:
getTitle in interface org.eclipse.tptp.trace.ui.provisional.launcher.IConfigurationPage

getWizardBanner

public org.eclipse.jface.resource.ImageDescriptor getWizardBanner()
Return the wizard banner of the page

Specified by:
getWizardBanner in interface org.eclipse.tptp.trace.ui.provisional.launcher.IConfigurationPage

reset

public void reset(org.eclipse.debug.core.ILaunchConfiguration launchConfiguration)
Resets the launch configuration.

Specified by:
reset in interface org.eclipse.tptp.trace.ui.provisional.launcher.IConfigurationPage

widgetDefaultSelected

public void widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent e)
Not implemented

Specified by:
widgetDefaultSelected in interface org.eclipse.swt.events.SelectionListener

widgetSelected

public void widgetSelected(org.eclipse.swt.events.SelectionEvent e)
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

getSelectedServerType

public java.lang.String getSelectedServerType()
Returns the selected server type.

Returns:
the selected server type

getJNDIName

public java.lang.String getJNDIName()
Returns the JNDI name.

Returns:
the JNDI name

getInitContextFactory

public java.lang.String getInitContextFactory()
Returns the initial context factory.

Returns:
the initial context factory

getServiceURL

public java.lang.String getServiceURL()
Returns the jmx service URL

Returns:
the jmx service URL

getUserName

public java.lang.String getUserName()
Returns the user name.

Returns:
the user name

getPassword

public java.lang.String getPassword()
Returns the password.

Returns:
the password

TPTP 4.3.0 Monitoring Tools Project
Internal API Specification