agentland.util.scheduler
Interface Scheduler
- All Superinterfaces:
- Agent, Remote
- All Known Implementing Classes:
- SchedulerAgent
- public interface Scheduler
- extends Agent
addReminder
public long addReminder(ReminderRecord reminder)
throws RemoteException
updateReminder
public boolean updateReminder(long id,
ReminderRecord reminder)
throws RemoteException
removeReminder
public boolean removeReminder(long id)
throws RemoteException
getReminder
public ReminderRecord getReminder(long id)
throws RemoteException
getMyReminders
public Vector getMyReminders(AgentID aid)
throws RemoteException