Uses of Class
org.opensync.engine.server.Agenda

Packages that use Agenda
org.opensync.engine.admin.gui   
org.opensync.engine.server   
 

Uses of Agenda in org.opensync.engine.admin.gui
 

Methods in org.opensync.engine.admin.gui that return Agenda
 Agenda AgendaTreeNode.getAgenda()
           
 

Methods in org.opensync.engine.admin.gui with parameters of type Agenda
protected  AgendaTreeNode OpenSyncTree.createNode(Agenda agenda)
           
protected  void AppPnl.process(Agenda agenda)
           
(package private)  void AgendaPnl.createTable(Agenda agenda)
           
 

Constructors in org.opensync.engine.admin.gui with parameters of type Agenda
AgendaTreeNode(Agenda agenda)
           
AgendaPnl(Agenda agenda)
           
AgendaIFrm(Agenda agenda)
           
 

Uses of Agenda in org.opensync.engine.server
 

Fields in org.opensync.engine.server declared as Agenda
protected  Agenda Task.agenda
          The agenda of the task
 

Methods in org.opensync.engine.server that return Agenda
 Agenda Task.getAgenda()
          Get the agenda
 

Methods in org.opensync.engine.server with parameters of type Agenda
 void TasksScheduler.schedule(Agenda agenda, boolean hot)
          Schedule all tasks of the agenda
 void Task.setAgenda(Agenda agenda)
          Set the agenda
 void Agendas.add(Agenda agenda)
          Add an agenda to the list
 



Copyright © 2004 sourceforge. All Rights Reserved.