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

Method Index

 o checkConflict(CalendarEvent)
method checks if a given event clashes with an existing appointment.
 o printDayEvents(Date)
Print DayEvents for the given date
 o ScheduleEvent(CalendarEvent)
method allows the agent to schedule a particular appointment by inserting an entry into the database.

Methods

 o ScheduleEvent
 public synchronized void ScheduleEvent(CalendarEvent e)
method allows the agent to schedule a particular appointment by inserting an entry into the database.

 o 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
 o printDayEvents
 public void printDayEvents(Date d)
Print DayEvents for the given date


All Packages  Class Hierarchy  This Package  Previous  Next  Index