102103104105106107108109
} } private void setMediaRemoval(boolean prevent, boolean persistent) throws SCSIException, TimeoutException, InterruptedException { final CDB cdb = new CDBMediaRemoval(prevent, persistent); api.executeCommand(cdb, null, 0, 5000); }