Package org.cishell.framework

Examples of org.cishell.framework.CIShellContextDelegate


              * kind of stuff?
              */
              ServiceReference uniqueServiceReference = dataManagerServiceReference;
//              ServiceReference uniqueServiceReference = new ServiceReferenceDelegate(
//              dataManagerServiceReference);
            CIShellContext ciShellContext = new CIShellContextDelegate(
              uniqueServiceReference, new LocalCIShellContext(Activator.context));
            LogService uniqueLogger =
              (LogService) ciShellContext.getService(LogService.class.getName());

              try {
                Data[] inputData = fileLoader.loadFile(
                  Activator.context,
                  ciShellContext,
View Full Code Here


      // Create the algorithm.
      algorithm = createAlgorithm(
        factory,
        data,
        parameters,
        new CIShellContextDelegate(this.serviceReference, this.ciShellContext));

      if (algorithm == null) {
        return null;
      }
View Full Code Here

TOP

Related Classes of org.cishell.framework.CIShellContextDelegate

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.