SCS

Uses of Class
scs.demos.mapreduce.ChannelException

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

Uses of ChannelException in scs.demos.mapreduce
 

Fields in scs.demos.mapreduce declared as ChannelException
 ChannelException ChannelExceptionHolder.value
           
 

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

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

Methods in scs.demos.mapreduce that throw ChannelException
 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 ChannelException
ChannelExceptionHolder(ChannelException initialValue)
           
 

Uses of ChannelException in scs.demos.mapreduce.schedule
 

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


SCS