Package fr.soleil.salsa.business.tool

Examples of fr.soleil.salsa.business.tool.ScanConnectorToolRead2D


                        throw exception;
                    }
                    break;
                case SCAN_2D:
                    try {
                        scanResult = new ScanConnectorToolRead2D(scanServerName, scanServerManager)
                                .readScanResult();
                    }
                    catch (SalsaDeviceException exception) {
                        scanServerManager.invalidateScanServerProxy(scanServerName);
                        throw exception;
View Full Code Here


                case SCAN_1D:
                    scanResult = new ScanConnectorToolRead1D(scanServerName, scanServerManager)
                            .readScanResult();
                    break;
                case SCAN_2D:
                    scanResult = new ScanConnectorToolRead2D(scanServerName, scanServerManager)
                            .readScanResult();
                    break;
                default:
                    scanResult = null;
                    break;
View Full Code Here

TOP

Related Classes of fr.soleil.salsa.business.tool.ScanConnectorToolRead2D

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.