SCS

Uses of Interface
scs.demos.mapreduce.ReporterOperations

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

Uses of ReporterOperations in scs.demos.mapreduce
 

Subinterfaces of ReporterOperations in scs.demos.mapreduce
 interface Reporter
          scs/demos/mapreduce/Reporter.java .
 

Classes in scs.demos.mapreduce that implement ReporterOperations
 class _ReporterStub
          scs/demos/mapreduce/_ReporterStub.java .
 class ReporterPOA
          scs/demos/mapreduce/ReporterPOA.java .
 class ReporterPOATie
          scs/demos/mapreduce/ReporterPOATie.java .
 

Methods in scs.demos.mapreduce that return ReporterOperations
 ReporterOperations ReporterPOATie._delegate()
           
 

Methods in scs.demos.mapreduce with parameters of type ReporterOperations
 void ReporterPOATie._delegate(ReporterOperations delegate)
           
 

Constructors in scs.demos.mapreduce with parameters of type ReporterOperations
ReporterPOATie(ReporterOperations delegate)
           
ReporterPOATie(ReporterOperations delegate, org.omg.PortableServer.POA poa)
           
 

Uses of ReporterOperations in scs.demos.mapreduce.schedule
 

Classes in scs.demos.mapreduce.schedule that implement ReporterOperations
 class ReporterServant
          Servant que implementa a interface scs::demos::mapreduce::Reporter Gera um log com mensagens sobre o processamento
 


SCS