Rice Pastry API

Uses of Class
rice.environment.logging.Logger

Packages that use Logger
rice   
rice.environment.logging   
rice.environment.logging.file   
rice.environment.logging.simple   
rice.p2p.aggregation   
rice.p2p.commonapi.testing   
rice.p2p.glacier   
rice.p2p.glacier.v2   
rice.p2p.multiring   
rice.p2p.past   
rice.p2p.replication.manager   
rice.pastry   
rice.pastry.client   
rice.pastry.direct   
rice.pastry.messaging   
rice.pastry.socket   
rice.pastry.standard   
rice.persistence   
rice.selector   
 

Uses of Logger in rice
 

Fields in rice declared as Logger
protected  Logger Continuation.ListenerContinuation.logger
           
 

Uses of Logger in rice.environment.logging
 

Subclasses of Logger in rice.environment.logging
 class HeirarchyLogger
           
 

Fields in rice.environment.logging declared as Logger
protected  Logger LogOutputStream.logger
           
 

Methods in rice.environment.logging that return Logger
protected abstract  Logger AbstractLogManager.constructLogger(java.lang.String clazz, int level, boolean useDefault)
           
 Logger AbstractLogManager.getLogger(java.lang.Class clazz, java.lang.String instance)
           
 Logger LogManager.getLogger(java.lang.Class clazz, java.lang.String instance)
          Returns the Logger matching the paramerters, constructs a new one if an appropriate one hasn't yet been constructed.
 

Uses of Logger in rice.environment.logging.file
 

Methods in rice.environment.logging.file that return Logger
protected  Logger RotatingLogManager.constructLogger(java.lang.String clazz, int level, boolean useDefault)
           
 

Uses of Logger in rice.environment.logging.simple
 

Subclasses of Logger in rice.environment.logging.simple
 class SimpleLogger
          This logger writes its name:time:message to the printstream provided, unless the priority is lower than the minimumPriority.
 

Methods in rice.environment.logging.simple that return Logger
protected  Logger SimpleLogManager.constructLogger(java.lang.String clazz, int level, boolean useDefault)
           
 

Uses of Logger in rice.p2p.aggregation
 

Fields in rice.p2p.aggregation declared as Logger
protected  Logger AggregateList.logger
           
protected  Logger AggregationImpl.logger
           
protected  Logger Moraine.logger
           
 

Methods in rice.p2p.aggregation with parameters of type Logger
 void AggregationStatistics.dump(Logger logger)
           
 

Uses of Logger in rice.p2p.commonapi.testing
 

Fields in rice.p2p.commonapi.testing declared as Logger
protected  Logger CommonAPITest.logger
           
 

Uses of Logger in rice.p2p.glacier
 

Fields in rice.p2p.glacier declared as Logger
protected  Logger ErasureCodec.logger
           
 

Uses of Logger in rice.p2p.glacier.v2
 

Fields in rice.p2p.glacier.v2 declared as Logger
protected  Logger GlacierDefaultPolicy.logger
           
protected  Logger GlacierImpl.logger
           
 

Methods in rice.p2p.glacier.v2 with parameters of type Logger
 void GlacierStatistics.dump(Logger logger)
           
 boolean Manifest.validatesFragment(Fragment fragment, int fragmentID, Logger logger)
           
 

Uses of Logger in rice.p2p.multiring
 

Fields in rice.p2p.multiring declared as Logger
protected  Logger MultiringNode.logger
           
 

Uses of Logger in rice.p2p.past
 

Fields in rice.p2p.past declared as Logger
protected  Logger PastImpl.logger
           
 

Uses of Logger in rice.p2p.replication.manager
 

Fields in rice.p2p.replication.manager declared as Logger
protected  Logger ReplicationManagerImpl.logger
           
 

Uses of Logger in rice.pastry
 

Fields in rice.pastry declared as Logger
protected  Logger NodeHandle.logger
           
protected  Logger PastryNode.logger
           
protected  Logger PastryNodeFactory.logger
           
 

Uses of Logger in rice.pastry.client
 

Fields in rice.pastry.client declared as Logger
protected  Logger PastryAppl.logger
           
 

Constructors in rice.pastry.client with parameters of type Logger
PastryAppl(PastryNode pn, java.lang.String instance, int address, MessageDeserializer md, Logger logger)
           
 

Uses of Logger in rice.pastry.direct
 

Fields in rice.pastry.direct declared as Logger
protected  Logger BasicNetworkSimulator.logger
           
 

Methods in rice.pastry.direct that return Logger
 Logger DirectPastryNode.getLogger()
           
 

Uses of Logger in rice.pastry.messaging
 

Fields in rice.pastry.messaging declared as Logger
protected  Logger MessageDispatch.logger
           
 

Uses of Logger in rice.pastry.socket
 

Fields in rice.pastry.socket declared as Logger
protected  Logger SocketChannelReader.logger
           
protected  Logger SocketChannelWriter.logger
           
protected  Logger SocketCollectionManager.logger
           
 

Methods in rice.pastry.socket with parameters of type Logger
static java.net.InetSocketAddress SocketPastryNodeFactory.verifyConnection(int timeout, java.net.InetSocketAddress local, java.net.InetSocketAddress[] existing, Environment env, Logger logger)
          Method which can be used to test the connectivity contstrains of the local node.
static java.net.InetSocketAddress SocketPastryNodeFactory.verifyConnection(int timeout, int tries, java.net.InetSocketAddress local, java.net.InetSocketAddress[] existingInput, Environment env, Logger logger)
           
 

Uses of Logger in rice.pastry.standard
 

Fields in rice.pastry.standard declared as Logger
protected  Logger CertifiedNodeIdFactory.logger
           
protected  Logger IPNodeIdFactory.logger
           
protected  Logger RandomNodeIdFactory.logger
           
protected  Logger StandardLeafSetProtocol.logger
           
protected  Logger StandardRouteSetProtocol.logger
           
 

Uses of Logger in rice.persistence
 

Fields in rice.persistence declared as Logger
protected  Logger LockManagerImpl.logger
           
 

Uses of Logger in rice.selector
 

Fields in rice.selector declared as Logger
protected  Logger SelectorManager.logger
           
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection