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

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

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


Constructor Summary
UICluster(ClusterSchema clusterSchema)
           
 
Method Summary
 ClusterSchema getClusterSchema()
           
 String getName()
           
 String getServerList()
           
 
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

UICluster

public UICluster(ClusterSchema clusterSchema)
Method Detail

getName

public String getName()

getClusterSchema

public ClusterSchema getClusterSchema()

getServerList

public String getServerList()