org.pentaho.di.ui.cluster.dialog
Class SlaveServerDialog

java.lang.Object
  extended by Dialog
      extended by org.pentaho.di.ui.cluster.dialog.SlaveServerDialog

public class SlaveServerDialog
extends Dialog

Dialog that allows you to edit the settings of the security service connection

Since:
31-10-2006
Author:
Matt
See Also:
SlaveServer

Constructor Summary
SlaveServerDialog(Shell par, SlaveServer slaveServer)
           
 
Method Summary
 void dispose()
           
 void getData()
           
 void ok()
           
 boolean open()
           
 void test()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SlaveServerDialog

public SlaveServerDialog(Shell par,
                         SlaveServer slaveServer)
Method Detail

open

public boolean open()

dispose

public void dispose()

getData

public void getData()

ok

public void ok()

test

public void test()