SCS

Uses of Class
scs.demos.mapreduce.StartFailureException

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

Uses of StartFailureException in scs.demos.mapreduce
 

Fields in scs.demos.mapreduce declared as StartFailureException
 StartFailureException StartFailureExceptionHolder.value
           
 

Methods in scs.demos.mapreduce that return StartFailureException
static StartFailureException StartFailureExceptionHelper.extract(org.omg.CORBA.Any a)
           
static StartFailureException StartFailureExceptionHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

Methods in scs.demos.mapreduce with parameters of type StartFailureException
static void StartFailureExceptionHelper.insert(org.omg.CORBA.Any a, StartFailureException that)
           
static void StartFailureExceptionHelper.write(org.omg.CORBA.portable.OutputStream ostream, StartFailureException value)
           
 

Methods in scs.demos.mapreduce that throw StartFailureException
 void MasterPOATie.start(java.lang.String confFileName, Reporter reporter)
           
 void _MasterStub.start(java.lang.String confFileName, Reporter reporter)
           
 void MasterOperations.start(java.lang.String confFileName, Reporter reporter)
           
 

Constructors in scs.demos.mapreduce with parameters of type StartFailureException
StartFailureExceptionHolder(StartFailureException initialValue)
           
 

Uses of StartFailureException in scs.demos.mapreduce.schedule
 

Methods in scs.demos.mapreduce.schedule that throw StartFailureException
 void MasterServant.start(java.lang.String configFileName, Reporter reporter)
           
 


SCS