public interface UserCalendarHome
extends javax.ejb.EJBHome
com.ibm.websphere.scheduler.UserCalendar
remote interface.UserCalendar
,
TaskInfo.setUserCalendar(java.lang.String, java.lang.String)
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_CALENDAR_JNDI_NAME
The JNDI name of the
DefaultUserCalendar UserCalendar that is
installed in the SchedulerCalendars.ear application and installed into the default
Application Server when the Scheduler component is installed. |
Modifier and Type | Method and Description |
---|---|
UserCalendar |
create()
Creates a
UserCalendar bean. |
static final java.lang.String DEFAULT_CALENDAR_JNDI_NAME
DefaultUserCalendar UserCalendar
that is
installed in the SchedulerCalendars.ear application and installed into the default
Application Server when the Scheduler component is installed.
Use this JNDI name if you wish to use this calendar in your own application.
UserCalendar
,
Constant Field ValuesUserCalendar create() throws javax.ejb.CreateException, java.rmi.RemoteException
UserCalendar
bean.javax.ejb.CreateException
java.rmi.RemoteException