|
Rice Pastry API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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)
Constructor for SimpleLogManager. |
|
SimpleLogManager(TimeSource timeSource,
Parameters params)
Convienience constructor. |
|
SimpleLogger(java.lang.String loggerName,
SimpleLogManager slm,
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(java.lang.String instance,
TimeSource timeSource,
LogManager log)
|
|
SelectorManager(boolean profile,
java.lang.String instance,
TimeSource timeSource,
LogManager log)
Constructor, which is private since there is only one selector per JVM. |
|
Rice Pastry API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |