|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserCalendarHome
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.
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. |
Method Summary | |
---|---|
UserCalendar |
create()
Creates a UserCalendar bean. |
Methods inherited from interface javax.ejb.EJBHome |
---|
getEJBMetaData, getHomeHandle, remove, remove |
Field Detail |
---|
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 ValuesMethod Detail |
---|
UserCalendar create() throws javax.ejb.CreateException, java.rmi.RemoteException
UserCalendar
bean.
javax.ejb.CreateException
java.rmi.RemoteException
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |