Rice Pastry API

Uses of Interface
rice.environment.time.TimeSource

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

Uses of TimeSource in rice.environment
 

Fields in rice.environment declared as TimeSource
 TimeSource Environment.time
          DESCRIBE THE FIELD
 

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

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

Uses of TimeSource in rice.environment.logging.simple
 

Constructors in rice.environment.logging.simple with parameters of type TimeSource
SimpleLogManager(java.io.PrintStream stream, TimeSource timeSource, Parameters params)
          Constructor.
SimpleLogManager(TimeSource timeSource, Parameters params)
          Convienience constructor.
SimpleLogger(java.lang.String loggerName, java.io.PrintStream ps, TimeSource time, int minPriority)
          Constructor.
 

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(TimeSource timeSource)
           
SelectorManager(boolean profile, TimeSource timeSource)
          Constructor, which is private since there is only one selector per JVM.
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.