org.pentaho.di.ui.repository.repositoryexplorer.model
Class UISlave

java.lang.Object
  extended by org.pentaho.ui.xul.XulEventSourceAdapter
      extended by org.pentaho.di.ui.repository.repositoryexplorer.model.UISlave
All Implemented Interfaces:
org.pentaho.ui.xul.XulEventSource

public class UISlave
extends org.pentaho.ui.xul.XulEventSourceAdapter


Constructor Summary
UISlave(SlaveServer slave)
           
 
Method Summary
 String getHost()
           
 String getName()
           
 String getPort()
           
 SlaveServer getSlaveServer()
           
 String isMaster()
           
 
Methods inherited from class org.pentaho.ui.xul.XulEventSourceAdapter
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UISlave

public UISlave(SlaveServer slave)
Method Detail

getName

public String getName()

getHost

public String getHost()

getPort

public String getPort()

getSlaveServer

public SlaveServer getSlaveServer()

isMaster

public String isMaster()