com.ibm.websphere.scheduler
Interface UserCalendarHome
-
- All Superinterfaces:
- javax.ejb.EJBHome, java.rmi.Remote
public interface UserCalendarHome extends javax.ejb.EJBHomeThe home interface used for all UserCalendar beans. All calendars are required to use this home interface and thecom.ibm.websphere.scheduler.UserCalendarremote interface.- Since:
- 5.0
- Version:
- 5.0
- See Also:
UserCalendar,TaskInfo.setUserCalendar(java.lang.String, java.lang.String)
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.StringDEFAULT_CALENDAR_JNDI_NAMEThe JNDI name of theDefaultUserCalendar UserCalendarthat is installed in the SchedulerCalendars.ear application and installed into the default Application Server when the Scheduler component is installed.
-
Method Summary
Methods Modifier and Type Method and Description UserCalendarcreate()Creates aUserCalendarbean.
-
-
-
Field Detail
-
DEFAULT_CALENDAR_JNDI_NAME
static final java.lang.String DEFAULT_CALENDAR_JNDI_NAME
The JNDI name of theDefaultUserCalendar UserCalendarthat 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.
- Since:
- 5.0
- See Also:
UserCalendar, Constant Field Values
-
-
Method Detail
-
create
UserCalendar create() throws javax.ejb.CreateException, java.rmi.RemoteException
Creates aUserCalendarbean.- Returns:
- the remote UserCalendar interface for the TaskHandler bean.
- Throws:
javax.ejb.CreateExceptionjava.rmi.RemoteException- Since:
- 5.0
-
-