Rice Pastry API

Uses of Interface
rice.environment.logging.LogManager

Packages that use LogManager
rice.environment   
rice.environment.logging   
rice.environment.logging.file   
rice.environment.logging.simple   
rice.environment.processing   
rice.environment.processing.simple   
rice.selector   
 

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 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.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.selector
 

Fields in rice.selector declared as LogManager
protected  LogManager SelectorManager.log
          DESCRIBE THE FIELD
 

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

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection