Rice Pastry API

Uses of Interface
rice.environment.time.TimeSource

Packages that use TimeSource
rice.environment   
rice.environment.logging   
rice.environment.logging.file   
rice.environment.logging.simple   
rice.environment.processing   
rice.environment.processing.simple   
rice.environment.time.simple   
rice.selector   
 

Uses of TimeSource in rice.environment
 

Methods in rice.environment that return TimeSource
 TimeSource Environment.getTimeSource()
          Gets the TimeSource attribute of the Environment object
static TimeSource Environment.generateDefaultTimeSource()
          DESCRIBE THE METHOD
 

Methods in rice.environment with parameters of type TimeSource
static LogManager Environment.generateDefaultLogManager(TimeSource time, Parameters params)
          DESCRIBE THE METHOD
static SelectorManager Environment.generateDefaultSelectorManager(TimeSource time, LogManager logging)
          DESCRIBE THE METHOD
 

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

Uses of TimeSource in rice.environment.logging
 

Fields in rice.environment.logging declared as TimeSource
protected  TimeSource AbstractLogManager.time
          DESCRIBE THE FIELD
 

Methods in rice.environment.logging that return TimeSource
 TimeSource AbstractLogManager.getTimeSource()
          Gets the TimeSource attribute of the AbstractLogManager object
 

Constructors in rice.environment.logging with parameters of type TimeSource
AbstractLogManager(java.io.PrintStream stream, TimeSource timeSource, Parameters params, java.lang.String prefix, java.lang.String df)
          Constructor for AbstractLogManager.
 

Uses of TimeSource in rice.environment.logging.file
 

Constructors in rice.environment.logging.file with parameters of type TimeSource
FileLogManager(java.io.PrintStream stream, TimeSource timeSource, Parameters params)
          Constructor for FileLogManager.
FileLogManager(java.io.PrintStream stream, TimeSource timeSource, Parameters params, java.lang.String prefix)
          Constructor for FileLogManager.
FileLogManager(java.io.PrintStream stream, TimeSource timeSource, Parameters params, java.lang.String prefix, java.lang.String filePrefix, java.lang.String fileSuffix, java.lang.String dateFormat)
          Constructor for FileLogManager.
FileLogManager(TimeSource timeSource, Parameters params)
          Convienience constructor.
RotatingLogManager(TimeSource timeSource, Parameters params)
          Constructor for RotatingLogManager.
RotatingLogManager(TimeSource timeSource, Parameters params, java.lang.String prefix, java.lang.String dateFormat)
           
 

Uses of TimeSource in rice.environment.logging.simple
 

Methods in rice.environment.logging.simple that return TimeSource
 TimeSource SimpleLogManager.getTimeSource()
          Gets the TimeSource attribute of the SimpleLogManager object
 

Constructors in rice.environment.logging.simple with parameters of type TimeSource
SimpleLogManager(java.io.PrintStream stream, TimeSource timeSource, Parameters params)
          Constructor.
SimpleLogManager(java.io.PrintStream stream, TimeSource timeSource, Parameters params, java.lang.String prefix, java.lang.String dateFormat)
          Constructor for SimpleLogManager.
SimpleLogManager(TimeSource timeSource, Parameters params)
          Convienience constructor.
 

Uses of TimeSource in rice.environment.processing
 

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

Uses of TimeSource in rice.environment.processing.simple
 

Methods in rice.environment.processing.simple with parameters of type TimeSource
 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 TimeSource
ProcessingRequest(Executable r, Continuation c, LogManager logging, TimeSource timeSource, SelectorManager selectorManager)
          Constructor for ProcessingRequest.
 

Uses of TimeSource in rice.environment.time.simple
 

Classes in rice.environment.time.simple that implement TimeSource
 class SimpleTimeSource
          Uses System.currentTimeMillis() to generate time.
 

Uses of TimeSource in rice.selector
 

Fields in rice.selector declared as TimeSource
protected  TimeSource SelectorManager.timeSource
          DESCRIBE THE FIELD
 

Constructors in rice.selector with parameters of type TimeSource
ProfileSelector(java.lang.String instance, TimeSource timeSource, LogManager log)
           
SelectorManager(java.lang.String instance, TimeSource timeSource, LogManager log)
          Constructor, which is private since there is only one selector per JVM.
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection