com.ibm.websphere.scheduler

Interface UserCalendarHome

All Superinterfaces:
javax.ejb.EJBHome, java.rmi.Remote

  1. public interface UserCalendarHome
  2. 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

Modifier and Type Field and Description
  1. static
  2. 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.

Method Summary

Modifier and Type Method and Description
  1. UserCalendar
create()
Creates a UserCalendar bean.
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove

Field Detail

DEFAULT_CALENDAR_JNDI_NAME

  1. 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:

Method Detail

create

  1. UserCalendar create()
  2. throws javax.ejb.CreateException
  3. 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