|
Rice Pastry API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of LogManager in rice.environment |
Methods in rice.environment that return LogManager | |
LogManager |
Environment.getLogManager()
Gets the LogManager attribute of the Environment object |
static LogManager |
Environment.generateDefaultLogManager(TimeSource time,
Parameters params)
DESCRIBE THE METHOD |
Methods in rice.environment with parameters of type LogManager | |
static RandomSource |
Environment.generateDefaultRandomSource(Parameters params,
LogManager logging)
DESCRIBE THE METHOD |
static SelectorManager |
Environment.generateDefaultSelectorManager(TimeSource time,
LogManager logging)
DESCRIBE THE METHOD |
Constructors in rice.environment with parameters of type LogManager | |
Environment(SelectorManager sm,
Processor proc,
RandomSource rs,
TimeSource time,
LogManager lm,
Parameters params)
Constructor. |
Uses of LogManager in rice.environment.logging |
Subinterfaces of LogManager in rice.environment.logging | |
interface |
CloneableLogManager
If you implement this interface, then your log manager can be cloned. |
Classes in rice.environment.logging that implement LogManager | |
class |
AbstractLogManager
|
Methods in rice.environment.logging that return LogManager | |
LogManager |
CloneableLogManager.clone(java.lang.String detail)
Return a new LogManager with identical parameters except that there is an indication of detail in each line, or filename if seperated by files. |
Uses of LogManager in rice.environment.logging.file |
Classes in rice.environment.logging.file that implement LogManager | |
class |
FileLogManager
|
class |
RotatingLogManager
|
Methods in rice.environment.logging.file that return LogManager | |
LogManager |
FileLogManager.clone(java.lang.String detail)
DESCRIBE THE METHOD |
Uses of LogManager in rice.environment.logging.simple |
Classes in rice.environment.logging.simple that implement LogManager | |
class |
SimpleLogManager
This class creates loggers that log to a specified PrintStream System.out by default. |
Methods in rice.environment.logging.simple that return LogManager | |
LogManager |
SimpleLogManager.clone(java.lang.String detail)
DESCRIBE THE METHOD |
Uses of LogManager in rice.environment.processing |
Methods in rice.environment.processing with parameters of type LogManager | |
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 LogManager in rice.environment.processing.sim |
Methods in rice.environment.processing.sim with parameters of type LogManager | |
void |
SimProcessor.process(Executable task,
Continuation command,
SelectorManager selector,
TimeSource ts,
LogManager log)
DESCRIBE THE METHOD |
Uses of LogManager in rice.environment.processing.simple |
Methods in rice.environment.processing.simple with parameters of type LogManager | |
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 LogManager | |
ProcessingRequest(Executable r,
Continuation c,
LogManager logging,
TimeSource timeSource,
SelectorManager selectorManager)
Constructor for ProcessingRequest. |
Uses of LogManager in rice.environment.random.simple |
Constructors in rice.environment.random.simple with parameters of type LogManager | |
SimpleRandomSource(long seed,
LogManager manager,
java.lang.String instance)
Constructor for SimpleRandomSource. |
|
SimpleRandomSource(long seed,
LogManager manager)
Constructor for SimpleRandomSource. |
|
SimpleRandomSource(LogManager manager)
Constructor for SimpleRandomSource. |
|
SimpleRandomSource(LogManager manager,
java.lang.String instance)
Constructor for SimpleRandomSource. |
Uses of LogManager in rice.environment.time.simulated |
Methods in rice.environment.time.simulated with parameters of type LogManager | |
void |
DirectTimeSource.setLogManager(LogManager manager)
Sets the LogManager attribute of the DirectTimeSource object |
Uses of LogManager in rice.selector |
Constructors in rice.selector with parameters of type LogManager | |
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 |