com.webmethods.sc.calendar
Class CalendarSystemFactory

java.lang.Object
  extended by com.webmethods.sc.calendar.CalendarSystemFactory

public class CalendarSystemFactory
extends Object

Singleton static class which is used to create ICalendarSystem


Method Summary
static ICalendarSystem getCalendarSystem()
          Returns instance of ICalendarSystem.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCalendarSystem

public static ICalendarSystem getCalendarSystem()
Returns instance of ICalendarSystem. Before using any calendar system APIs you need to initialize MWS library component MWSLibrary with connection to MWS database

Returns: