g-Eclipse
Release 1.0.0

eu.geclipse.ui.simpleTest
Class ReachabilityTestDialog

java.lang.Object
  extended by Dialog
      extended by eu.geclipse.ui.dialogs.AbstractSimpleTestDialog
          extended by eu.geclipse.ui.simpleTest.ReachabilityTestDialog

public class ReachabilityTestDialog
extends AbstractSimpleTestDialog

A dialog that allows the user to ping selected resources.


Constructor Summary
ReachabilityTestDialog(ISimpleTest test, java.util.List<IGridResource> resources, Shell parentShell)
          Construct a new dialog from the specified test.
 
Method Summary
 boolean close()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReachabilityTestDialog

public ReachabilityTestDialog(ISimpleTest test,
                              java.util.List<IGridResource> resources,
                              Shell parentShell)
Construct a new dialog from the specified test.

Parameters:
test - The ISimpleTest for which to create the dialog for.
resources - The resources that this test should be applied to.
parentShell - The parent shell of this dialog.
Method Detail

close

public boolean close()

g-Eclipse
Release 1.0.0