SCS

Uses of Interface
scs.demos.mapreduce.Task

Packages that use Task
scs.demos.mapreduce   
scs.demos.mapreduce.schedule   
 

Uses of Task in scs.demos.mapreduce
 

Classes in scs.demos.mapreduce that implement Task
 class _TaskStub
          scs/demos/mapreduce/_TaskStub.java .
 

Fields in scs.demos.mapreduce declared as Task
 Task TaskHolder.value
           
 

Methods in scs.demos.mapreduce that return Task
 Task TaskPOA._this()
           
 Task TaskPOA._this(org.omg.CORBA.ORB orb)
           
static Task TaskHelper.extract(org.omg.CORBA.Any a)
           
static Task TaskHelper.narrow(org.omg.CORBA.Object obj)
           
static Task TaskHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static Task TaskHelper.unchecked_narrow(org.omg.CORBA.Object obj)
           
 

Methods in scs.demos.mapreduce with parameters of type Task
 void WorkerPOATie.execute(IComponent channel, Task task)
           
 void WorkerOperations.execute(IComponent channel, Task task)
           
 void _WorkerStub.execute(IComponent channel, Task task)
           
static void TaskHelper.insert(org.omg.CORBA.Any a, Task that)
           
static void TaskHelper.write(org.omg.CORBA.portable.OutputStream ostream, Task value)
           
 

Constructors in scs.demos.mapreduce with parameters of type Task
TaskHolder(Task initialValue)
           
 

Uses of Task in scs.demos.mapreduce.schedule
 

Methods in scs.demos.mapreduce.schedule with parameters of type Task
 void MasterServant.addTaskQueue(Task t)
           
 void WorkerServant.execute(IComponent channel, Task task)
           
 


SCS