Package com.opengamma.core.config.impl

Examples of com.opengamma.core.config.impl.ConfigItem


          continue;
        }
        final Collection items = getConfigSource().getAll(clazz, VersionCorrection.LATEST);
        if ((items != null) && !items.isEmpty()) {
          for (Object item0 : items) {
            final ConfigItem item = (ConfigItem) item0;
            final ObjectId oid = item.getObjectId();
            s_logger.debug("Watching {} for {}", oid, watch);
            toWatch.add(oid);
          }
        }
      }
View Full Code Here

TOP

Related Classes of com.opengamma.core.config.impl.ConfigItem

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.