Uses of Interface
org.pentaho.di.trans.HasSlaveServersInterface

Packages that use HasSlaveServersInterface
org.pentaho.di.job This package contains the different elements that make up a Job. 
org.pentaho.di.trans This package contains the classes needed to define and execute transformations. 
org.pentaho.di.ui.spoon This package contains the classes needed by Spoon. 
org.pentaho.di.ui.spoon.delegates   
 

Uses of HasSlaveServersInterface in org.pentaho.di.job
 

Classes in org.pentaho.di.job that implement HasSlaveServersInterface
 class JobMeta
          The definition of a PDI job is represented by a JobMeta object.
 

Uses of HasSlaveServersInterface in org.pentaho.di.trans
 

Classes in org.pentaho.di.trans that implement HasSlaveServersInterface
 class TransMeta
          This class defines information about a transformation and offers methods to save and load it from XML or a PDI database repository, as well as methods to alter a transformation by adding/removing databases, steps, hops, etc.
 

Uses of HasSlaveServersInterface in org.pentaho.di.ui.spoon
 

Methods in org.pentaho.di.ui.spoon with parameters of type HasSlaveServersInterface
 void Spoon.delSlaveServer(HasSlaveServersInterface hasSlaveServersInterface, SlaveServer slaveServer)
           
 void Spoon.newSlaveServer(HasSlaveServersInterface hasSlaveServersInterface)
          This creates a slave server, edits it and adds it to the transformation metadata
 

Uses of HasSlaveServersInterface in org.pentaho.di.ui.spoon.delegates
 

Methods in org.pentaho.di.ui.spoon.delegates with parameters of type HasSlaveServersInterface
 void SpoonSlaveDelegate.delSlaveServer(HasSlaveServersInterface hasSlaveServersInterface, SlaveServer slaveServer)
           
 void SpoonSlaveDelegate.newSlaveServer(HasSlaveServersInterface hasSlaveServersInterface)