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);
}
Aggregations