Package com.opengamma.master.holiday.impl

Examples of com.opengamma.master.holiday.impl.MasterHolidaySource


  //-------------------------------------------------------------------------
  @Deprecated
  @Override
  protected HolidaySource createObject() {
    HolidaySource source = new CachedHolidaySource(new MasterHolidaySource(getHolidayMaster()));
    return source;
  }
View Full Code Here


   *
   * @param repo  the component repository, only used to register secondary items like lifecycle, not null
   * @return the holiday source, not null
   */
  protected HolidaySource createHolidaySource(ComponentRepository repo) {
    return new CachedHolidaySource(new MasterHolidaySource(getHolidayMaster()));
  }
View Full Code Here

   * Gets the holiday source.
   *
   * @return the holiday source, not null
   */
  public MasterHolidaySource getHolidaySource() {
    return new MasterHolidaySource(getHolidayMaster());
  }
View Full Code Here

TOP

Related Classes of com.opengamma.master.holiday.impl.MasterHolidaySource

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.