All Packages Class Hierarchy This Package Previous Next Index
Class ajanta.apps.calendar.CalendarProxy
java.lang.Object
|
+----ajanta.apps.calendar.CalendarProxy
- public class CalendarProxy
- extends Object
- implements Calendar, Serializable
-
checkConflict(CalendarEvent)
- method checks if a given event clashes with an existing appointment.
-
printDayEvents(Date)
- Print DayEvents for the given date
-
ScheduleEvent(CalendarEvent)
- method allows the agent to schedule a particular appointment by inserting
an entry into the database.
ScheduleEvent
public synchronized void ScheduleEvent(CalendarEvent e)
- method allows the agent to schedule a particular appointment by inserting
an entry into the database.
checkConflict
public synchronized boolean checkConflict(CalendarEvent e)
- method checks if a given event clashes with an existing appointment.
- Returns:
- true if it clashes flase otherwise
printDayEvents
public void printDayEvents(Date d)
- Print DayEvents for the given date
All Packages Class Hierarchy This Package Previous Next Index