ePOST 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.sim   
rice.environment.processing.simple   
rice.environment.random.simple   
rice.environment.time.simulated   
rice.post.proxy   
rice.selector   
 

Uses of LogManager in rice.environment
 

Methods in rice.environment that return LogManager
static LogManager Environment.generateDefaultLogManager(TimeSource time, Parameters params)
           
 LogManager Environment.getLogManager()
           
 

Methods in rice.environment with parameters of type LogManager
static RandomSource Environment.generateDefaultRandomSource(Parameters params, LogManager logging)
           
static SelectorManager Environment.generateDefaultSelectorManager(TimeSource time, LogManager logging)
           
 

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)
           
 

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)
           
 

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)
           
 

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)
           
 

Uses of LogManager in rice.environment.random.simple
 

Constructors in rice.environment.random.simple with parameters of type LogManager
SimpleRandomSource(LogManager manager)
           
SimpleRandomSource(LogManager manager, java.lang.String instance)
           
SimpleRandomSource(long seed, LogManager manager)
           
SimpleRandomSource(long seed, LogManager manager, java.lang.String instance)
           
 

Uses of LogManager in rice.environment.time.simulated
 

Methods in rice.environment.time.simulated with parameters of type LogManager
 void DirectTimeSource.setLogManager(LogManager manager)
           
 

Uses of LogManager in rice.post.proxy
 

Fields in rice.post.proxy declared as LogManager
protected  LogManager PostProxy.logManager
          The class which manages the log
 

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.
 


ePOST API

Copyright © 2001-2005 - Rice Pastry.