Uses of Class
com.sun.sgs.impl.sharedutil.LoggerWrapper

Packages that use LoggerWrapper
com.sun.sgs.impl.kernel Provides an implementation of the RedDwarf Server kernel. 
com.sun.sgs.impl.profile.listener Provides implementations for ProfileListener
com.sun.sgs.impl.protocol.simple Provides an implementation of the protocol layer APIs using the SimpleSgsProtocol
com.sun.sgs.impl.service.data Provides an implementation of DataService
com.sun.sgs.impl.service.data.store Provides facilities for storing objects used by DataServiceImpl
com.sun.sgs.impl.service.data.store.db.bdb Provides an implementation of the interfaces in the com.sun.sgs.service.store.db package based on Berkeley DB
com.sun.sgs.impl.service.data.store.db.je Provides an implementation of the interfaces in the com.sun.sgs.service.store.db package based on Berkeley DB Java Edition
com.sun.sgs.impl.service.data.store.net Provides an implementation of DataStore that supports clients communicating to a shared data store server over the network. 
com.sun.sgs.impl.service.nodemap.affinity Provides classes, interfaces, and utilities used to find affinity groups with the label propagation algorithm (LPA). 
com.sun.sgs.impl.service.nodemap.affinity.graph Provides classes used to build graphs used by the label propagation algorithm (LPA). 
com.sun.sgs.impl.util Provides miscellaneous utility classes and methods. 
com.sun.sgs.impl.util.lock Provides utility classes for managing locks. 
 

Uses of LoggerWrapper in com.sun.sgs.impl.kernel
 

Fields in com.sun.sgs.impl.kernel declared as LoggerWrapper
(package private) static LoggerWrapper LockingAccessCoordinator.logger
          The logger for this class.
 

Uses of LoggerWrapper in com.sun.sgs.impl.profile.listener
 

Fields in com.sun.sgs.impl.profile.listener declared as LoggerWrapper
(package private) static LoggerWrapper OperationLoggingProfileOpListener.logger
           
 

Uses of LoggerWrapper in com.sun.sgs.impl.protocol.simple
 

Fields in com.sun.sgs.impl.protocol.simple declared as LoggerWrapper
(package private) static LoggerWrapper AsynchronousMessageChannel.logger
          The logger for this class.
protected  LoggerWrapper SimpleSgsProtocolImpl.logger
          The logger for this instance.
 

Constructors in com.sun.sgs.impl.protocol.simple with parameters of type LoggerWrapper
SimpleSgsProtocolAcceptor(Properties properties, ComponentRegistry systemRegistry, TransactionProxy txnProxy, LoggerWrapper logger)
          Constructs an instance with the specified properties, systemRegistry, txnProxy, and logger.
SimpleSgsProtocolImpl(ProtocolListener listener, SimpleSgsProtocolAcceptor acceptor, AsynchronousByteChannel byteChannel, int readBufferSize, LoggerWrapper logger)
          Constructs a new instance of this class.
SimpleSgsRelocationProtocolImpl(ProtocolListener listener, SimpleSgsProtocolAcceptor acceptor, AsynchronousByteChannel byteChannel, int readBufferSize, LoggerWrapper logger)
          Constructs a new instance of this class.
 

Uses of LoggerWrapper in com.sun.sgs.impl.service.data
 

Fields in com.sun.sgs.impl.service.data declared as LoggerWrapper
(package private) static LoggerWrapper DataServiceImpl.logger
          The logger for this class.
 

Methods in com.sun.sgs.impl.service.data that return LoggerWrapper
(package private) static LoggerWrapper DataServiceImpl.getExceptionLogger(RuntimeException exception)
          Returns the logger that should be used to log the specified exception.
 

Uses of LoggerWrapper in com.sun.sgs.impl.service.data.store
 

Fields in com.sun.sgs.impl.service.data.store declared as LoggerWrapper
protected  LoggerWrapper AbstractDataStore.abortLogger
          The logger for transaction abort exceptions.
protected  LoggerWrapper AbstractDataStore.logger
          The main logger for this class.
 

Methods in com.sun.sgs.impl.service.data.store with parameters of type LoggerWrapper
static DbUtilities.Databases DbUtilities.getDatabases(DbEnvironment env, DbTransaction dbTxn, LoggerWrapper logger)
          Opens or creates the Berkeley DB databases for a data store.
 

Constructors in com.sun.sgs.impl.service.data.store with parameters of type LoggerWrapper
AbstractDataStore(ComponentRegistry systemRegistry, LoggerWrapper logger, LoggerWrapper abortLogger)
          Creates an instance of this class.
 

Uses of LoggerWrapper in com.sun.sgs.impl.service.data.store.db.bdb
 

Fields in com.sun.sgs.impl.service.data.store.db.bdb declared as LoggerWrapper
(package private) static LoggerWrapper BdbEnvironment.logger
          The logger for this class.
 

Uses of LoggerWrapper in com.sun.sgs.impl.service.data.store.db.je
 

Fields in com.sun.sgs.impl.service.data.store.db.je declared as LoggerWrapper
(package private) static LoggerWrapper JeEnvironment.logger
          The logger for this class.
 

Uses of LoggerWrapper in com.sun.sgs.impl.service.data.store.net
 

Fields in com.sun.sgs.impl.service.data.store.net declared as LoggerWrapper
(package private) static LoggerWrapper DataStoreServerImpl.logger
          The logger for this class.
 

Uses of LoggerWrapper in com.sun.sgs.impl.service.nodemap.affinity
 

Fields in com.sun.sgs.impl.service.nodemap.affinity declared as LoggerWrapper
protected static LoggerWrapper AbstractLPA.logger
          Our logger.
 

Uses of LoggerWrapper in com.sun.sgs.impl.service.nodemap.affinity.graph
 

Fields in com.sun.sgs.impl.service.nodemap.affinity.graph declared as LoggerWrapper
protected static LoggerWrapper AbstractAffinityGraphBuilder.logger
          Our logger.
 

Uses of LoggerWrapper in com.sun.sgs.impl.util
 

Fields in com.sun.sgs.impl.util declared as LoggerWrapper
protected  LoggerWrapper AbstractService.logger
          The logger for the subclass.
 

Constructors in com.sun.sgs.impl.util with parameters of type LoggerWrapper
AbstractService(Properties properties, ComponentRegistry systemRegistry, TransactionProxy txnProxy, LoggerWrapper logger)
          Constructs an instance with the specified properties, systemRegistry, txnProxy, and logger.
 

Uses of LoggerWrapper in com.sun.sgs.impl.util.lock
 

Fields in com.sun.sgs.impl.util.lock declared as LoggerWrapper
(package private) static LoggerWrapper LockManager.logger
          The logger for this class.
 


RedDwarf, Version 0.10.1
2010-03-14 10:56:12

Copyright © 2010 The RedDwarf Authors. All rights reserved
Copyright © 2007-2010 Sun Microsystems, Inc. All rights reserved