com.bea.wli.calendar.api
Class BusinessCalendarFactory

java.lang.Object
  extended by com.bea.wli.calendar.api.BusinessCalendarFactory

public class BusinessCalendarFactory
extends Object

This factory is used to create an instance of BusinessCalendar.


Constructor Summary
BusinessCalendarFactory()
           
 
Method Summary
static BusinessCalendar create()
           
static BusinessCalendar create(InitialContext ctx)
           
static ObjectName getObjectNameForBusinessCalendarMBean()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusinessCalendarFactory

public BusinessCalendarFactory()
Method Detail

create

public static BusinessCalendar create()
                               throws BusinessCalendarException
Returns:
BusinessCalendar
Throws:
BusinessCalendarException

create

public static BusinessCalendar create(InitialContext ctx)
                               throws BusinessCalendarException
Returns:
BusinessCalendar
Throws:
BusinessCalendarException

getObjectNameForBusinessCalendarMBean

public static ObjectName getObjectNameForBusinessCalendarMBean()