Rice Pastry API

Uses of Class
rice.selector.SelectorManager

Packages that use SelectorManager
rice.environment   
rice.environment.logging.file   
rice.environment.processing   
rice.environment.processing.simple   
rice.selector   
rice.selector.testing   
 

Uses of SelectorManager in rice.environment
 

Methods in rice.environment that return SelectorManager
 SelectorManager Environment.getSelectorManager()
          Gets the SelectorManager attribute of the Environment object
static SelectorManager Environment.generateDefaultSelectorManager(TimeSource time, LogManager logging)
          DESCRIBE THE METHOD
 

Constructors in rice.environment with parameters of type SelectorManager
Environment(SelectorManager sm, Processor proc, RandomSource rs, TimeSource time, LogManager lm, Parameters params)
          Constructor.
 

Uses of SelectorManager in rice.environment.logging.file
 

Methods in rice.environment.logging.file with parameters of type SelectorManager
 void RotatingLogManager.startRotateTask(SelectorManager sm)
          DESCRIBE THE METHOD
 

Uses of SelectorManager in rice.environment.processing
 

Methods in rice.environment.processing with parameters of type SelectorManager
 void Processor.process(Executable task, Continuation command, SelectorManager selector, TimeSource ts, LogManager log)
          Schedules a job for processing on the dedicated processing thread.
 

Constructors in rice.environment.processing with parameters of type SelectorManager
WorkRequest(Continuation c, SelectorManager sm)
          Constructor for WorkRequest.
 

Uses of SelectorManager in rice.environment.processing.simple
 

Methods in rice.environment.processing.simple with parameters of type SelectorManager
 void SimpleProcessor.process(Executable task, Continuation command, SelectorManager selector, TimeSource ts, LogManager log)
          Schedules a job for processing on the dedicated processing thread.
 

Constructors in rice.environment.processing.simple with parameters of type SelectorManager
ProcessingRequest(Executable r, Continuation c, LogManager logging, TimeSource timeSource, SelectorManager selectorManager)
          Constructor for ProcessingRequest.
 

Uses of SelectorManager in rice.selector
 

Subclasses of SelectorManager in rice.selector
 class ProfileSelector
           
 

Uses of SelectorManager in rice.selector.testing
 

Methods in rice.selector.testing with parameters of type SelectorManager
static void SelectorTest.scheduleRepeated(Timer timer, SelectorManager sman)
          DESCRIBE THE METHOD
static void SelectorTest.scheduleStuff(Timer timer, SelectorManager sman)
          DESCRIBE THE METHOD
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection