Package com.opengamma.core.change

Examples of com.opengamma.core.change.PassthroughChangeManager.addChangeManager()


  }

  @Override
  public ChangeManager changeManager() {
    final PassthroughChangeManager cm = new PassthroughChangeManager(getDelegates().values());
    cm.addChangeManager(getDefaultDelegate().changeManager());
    return cm;
  }

  @Override
  public Map<UniqueId, ConfigItem<?>> get(final Collection<UniqueId> uniqueIds) {
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.