com.ibm.websphere.scheduler
Interface UserCalendarHome
All Superinterfaces:
javax.ejb.EJBHome, java.rmi.Remote
- public interface UserCalendarHome
- extends javax.ejb.EJBHome
com.ibm.websphere.scheduler.UserCalendar
remote interface.
Since:
5.0
Version:
5.0
See Also:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
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 |
---|---|
create()
Creates a
UserCalendar bean.
|
Methods inherited from interface javax.ejb.EJBHome |
---|
getEJBMetaData, getHomeHandle, remove, remove |
Field Detail
DEFAULT_CALENDAR_JNDI_NAME
- static final java.lang.String DEFAULT_CALENDAR_JNDI_NAME
Method Detail
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
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.