Examples of attachClientToSharedViewProcess()


Examples of com.opengamma.engine.view.impl.ViewProcessorImpl.attachClientToSharedViewProcess()

      // cause initial updates to be pushed through, they will not be seen until the merging update listener is
      // resumed, at which point the new permission provider will be in place.
      ViewProcessorImpl viewProcessor = getViewProcessor();
      ViewPermissionContext context = privateProcess ?
          viewProcessor.attachClientToPrivateViewProcess(getUniqueId(), _mergingViewProcessListener, viewDefinitionId, executionOptions) :
          viewProcessor.attachClientToSharedViewProcess(getUniqueId(), _mergingViewProcessListener, viewDefinitionId, executionOptions);
      attachToViewProcessCore(context);
    } finally {
      _clientLock.unlock();
    }
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.