Package jsynoptic.plugins.merge

Examples of jsynoptic.plugins.merge.JSAsynchronousMergeDSCollection$AsynchronousMergeDSCollectionInformation


        String collectionName = (String)settings.get(COLLECTION_NAME);
        boolean isAsynchronous = ((Boolean)settings.get(IS_ASYNCHRONOUS)).booleanValue();

        if (isAsynchronous) {
            try{
                ret= new JSAsynchronousMergeDSCollection(collectionName);
          
            } catch (IOException e) {
                MergeDataException.mergeDataErrors.add(e.getMessage());
                ret = null;
               
View Full Code Here

TOP

Related Classes of jsynoptic.plugins.merge.JSAsynchronousMergeDSCollection$AsynchronousMergeDSCollectionInformation

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.