|
Rice Pastry API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TimeSource in rice.environment |
---|
Methods in rice.environment that return TimeSource | |
---|---|
static TimeSource |
Environment.generateDefaultTimeSource()
|
TimeSource |
Environment.getTimeSource()
|
Methods in rice.environment with parameters of type TimeSource | |
---|---|
static LogManager |
Environment.generateDefaultLogManager(TimeSource time,
Parameters params)
|
static SelectorManager |
Environment.generateDefaultSelectorManager(TimeSource time,
LogManager logging)
|
Constructors in rice.environment with parameters of type TimeSource | |
---|---|
Environment(SelectorManager sm,
Processor proc,
RandomSource rs,
TimeSource time,
LogManager lm,
Parameters params,
ExceptionStrategy strategy)
Constructor. |
Uses of TimeSource in rice.environment.logging |
---|
Fields in rice.environment.logging declared as TimeSource | |
---|---|
protected TimeSource |
AbstractLogManager.time
|
Methods in rice.environment.logging that return TimeSource | |
---|---|
TimeSource |
AbstractLogManager.getTimeSource()
|
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)
|
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)
|
|
FileLogManager(java.io.PrintStream stream,
TimeSource timeSource,
Parameters params,
java.lang.String prefix)
|
|
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)
|
|
FileLogManager(TimeSource timeSource,
Parameters params)
Convienience constructor. |
|
RotatingLogManager(TimeSource timeSource,
Parameters params)
|
|
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()
|
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)
|
|
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.sim |
---|
Methods in rice.environment.processing.sim with parameters of type TimeSource | |
---|---|
void |
SimProcessor.process(Executable task,
Continuation command,
SelectorManager selector,
TimeSource ts,
LogManager log)
|
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)
|
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.environment.time.simulated |
---|
Classes in rice.environment.time.simulated that implement TimeSource | |
---|---|
class |
DirectTimeSource
|
Uses of TimeSource in rice.selector |
---|
Fields in rice.selector declared as TimeSource | |
---|---|
protected TimeSource |
SelectorManager.timeSource
|
Methods in rice.selector with parameters of type TimeSource | |
---|---|
boolean |
TimerTask.execute(TimeSource ts)
Returns true if should re-insert. |
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |