com.ibm.websphere.scheduler
Interface UserCalendarHome
- All Superinterfaces:
- javax.ejb.EJBHome, java.rmi.Remote
public interface UserCalendarHome
- extends javax.ejb.EJBHome
The home interface used for all UserCalendar beans.
All calendars are required to use
this home interface and the com.ibm.websphere.scheduler.UserCalendar
remote interface.
- Since:
- 5.0
- Version:
- 5.0
- See Also:
UserCalendar
,
TaskInfo.setUserCalendar(java.lang.String, java.lang.String)
Field Summary |
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. |
Methods inherited from interface javax.ejb.EJBHome |
getEJBMetaData, getHomeHandle, remove, remove |
DEFAULT_CALENDAR_JNDI_NAME
static final 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.
Use this JNDI name if you wish to use this calendar in your own application.
- Since:
- 5.0
- See Also:
UserCalendar
,
Constant Field Values
create
UserCalendar create()
throws javax.ejb.CreateException,
java.rmi.RemoteException
- Creates a
UserCalendar
bean.
- Returns:
- the remote UserCalendar interface for the TaskHandler bean.
- Throws:
javax.ejb.CreateException
java.rmi.RemoteException
- Since:
- 5.0