Uses of Interface
org.jgroups.logging.Log

Packages that use Log
org.jgroups Provides top-level public JGroups classes such as Channel, Message, etc. 
org.jgroups.auth   
org.jgroups.blocks Provides building blocks that are layered on top of channels. 
org.jgroups.blocks.executor   
org.jgroups.blocks.mux   
org.jgroups.client   
org.jgroups.conf Provides ways to configure a protocol stack. 
org.jgroups.debug Provides debug support, including testing, profiling, and a graphical view of a protocol stack. 
org.jgroups.logging   
org.jgroups.persistence Provides features for storing information to a database or file. 
org.jgroups.protocols.pbcast Supports probabilistic broadcasts. 
org.jgroups.stack Support for managing protocol stacks. 
org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. 
 

Uses of Log in org.jgroups
 

Fields in org.jgroups declared as Log
protected static Log Message.log
           
protected  Log JChannel.log
           
protected static Log Membership.log
           
 

Methods in org.jgroups that return Log
protected abstract  Log Channel.getLog()
           
protected  Log JChannel.getLog()
           
 

Uses of Log in org.jgroups.auth
 

Fields in org.jgroups.auth declared as Log
protected  Log AuthToken.log
           
 

Uses of Log in org.jgroups.blocks
 

Fields in org.jgroups.blocks declared as Log
protected  Log ReplicatedHashMap.log
           
protected  Log BasicConnectionTable.log
           
protected static Log DistributedTree.log
           
protected static Log RequestCorrelator.log
           
protected static Log MethodCall.log
           
protected static Log Request.log
           
protected  Log AbstractConnectionMap.log
           
protected  Log PullPushAdapter.log
          Deprecated.  
protected  Log DistributedLockManager.log
          Deprecated.  
protected  Log ReplicatedTree.log
           
protected  Log NotificationBus.log
          Deprecated.  
protected  Log VotingAdapter.log
           
protected  Log MessageDispatcher.log
           
protected  Log DistributedQueue.logger
           
 

Uses of Log in org.jgroups.blocks.executor
 

Fields in org.jgroups.blocks.executor declared as Log
protected static Log ExecutionRunner._logger
           
 

Uses of Log in org.jgroups.blocks.mux
 

Fields in org.jgroups.blocks.mux declared as Log
protected  Log MuxUpHandler.log
           
 

Uses of Log in org.jgroups.client
 

Fields in org.jgroups.client declared as Log
protected  Log StompConnection.log
           
 

Uses of Log in org.jgroups.conf
 

Fields in org.jgroups.conf declared as Log
protected static Log XmlConfigurator.log
           
protected static Log PropertyHelper.log
           
protected static Log ClassConfigurator.log
           
static Log ProtocolConfiguration.log
           
 

Uses of Log in org.jgroups.debug
 

Fields in org.jgroups.debug declared as Log
protected  Log ProtocolTester.log
           
 

Uses of Log in org.jgroups.logging
 

Classes in org.jgroups.logging that implement Log
 class JDKLogImpl
          Logger that delivers messages to a JDK logger
 class Log4JLogImpl
          Logger that delivers messages to a Log4J logger
 

Methods in org.jgroups.logging that return Log
static Log LogFactory.getLog(java.lang.Class clazz)
           
 Log CustomLogFactory.getLog(java.lang.Class clazz)
           
static Log LogFactory.getLog(java.lang.String category)
           
 Log CustomLogFactory.getLog(java.lang.String category)
           
 

Uses of Log in org.jgroups.persistence
 

Fields in org.jgroups.persistence declared as Log
protected static Log PersistenceFactory.log
          Deprecated.  
protected  Log DBPersistenceManager.log
           
 

Uses of Log in org.jgroups.protocols.pbcast
 

Fields in org.jgroups.protocols.pbcast declared as Log
protected  Log GmsImpl.log
           
 

Constructors in org.jgroups.protocols.pbcast with parameters of type Log
Merger(GMS gms, Log log)
           
 

Uses of Log in org.jgroups.stack
 

Fields in org.jgroups.stack declared as Log
protected static Log Configurator.log
           
protected static Log AckMcastSenderWindow.log
          Default retransmit thread suspend timeout (ms)
protected static Log Retransmitter.log
           
protected  Log RouterStubManager.log
           
protected static Log NakReceiverWindow.log
           
protected  Log Protocol.log
           
protected static Log AckMcastReceiverWindow.log
           
protected  Log GossipRouter.log
           
protected static Log IpAddress.log
           
 

Uses of Log in org.jgroups.util
 

Fields in org.jgroups.util declared as Log
protected static Log HashedTimingWheel.log
           
protected static Log PropertiesToXML.log
           
protected static Log DefaultTimeScheduler.log
           
protected static Log RetransmitTable.log
           
protected static Log Queue.log
           
protected static Log Digest.log
           
protected static Log TimeScheduler2.log
           
 

Methods in org.jgroups.util with parameters of type Log
static java.net.MulticastSocket Util.createMulticastSocket(SocketFactory factory, java.lang.String service_name, java.net.InetAddress mcast_addr, int port, Log log)
           
 



Copyright © 1998-2009 Bela Ban / Red Hat. All Rights Reserved.