Search in sources :

Example 1 with HasSlaveServersInterface

use of org.pentaho.di.trans.HasSlaveServersInterface in project pentaho-kettle by pentaho.

the class Spoon method delSlaveServer.

public void delSlaveServer() {
    final HasSlaveServersInterface hasSlaveServersInterface = (HasSlaveServersInterface) selectionObjectParent;
    final SlaveServer slaveServer = (SlaveServer) selectionObject;
    delSlaveServer(hasSlaveServersInterface, slaveServer);
}
Also used : HasSlaveServersInterface(org.pentaho.di.trans.HasSlaveServersInterface) SlaveServer(org.pentaho.di.cluster.SlaveServer)

Aggregations

SlaveServer (org.pentaho.di.cluster.SlaveServer)1 HasSlaveServersInterface (org.pentaho.di.trans.HasSlaveServersInterface)1