Uses of Interface
org.infinispan.logging.Log

Packages that use Log
org.infinispan.config   
org.infinispan.factories   
org.infinispan.interceptors.base   
org.infinispan.logging   
org.infinispan.marshall   
org.infinispan.notifications   
org.infinispan.notifications.cachelistener   
org.infinispan.notifications.cachemanagerlistener   
org.infinispan.transaction   
 

Uses of Log in org.infinispan.config
 

Fields in org.infinispan.config declared as Log
protected  Log AbstractConfigurationBean.log
           
 

Uses of Log in org.infinispan.factories
 

Fields in org.infinispan.factories declared as Log
protected  Log AbstractComponentFactory.log
           
 

Methods in org.infinispan.factories that return Log
protected  Log GlobalComponentRegistry.getLog()
           
protected  Log ComponentRegistry.getLog()
           
protected abstract  Log AbstractComponentRegistry.getLog()
           
 

Uses of Log in org.infinispan.interceptors.base
 

Fields in org.infinispan.interceptors.base declared as Log
protected  Log CommandInterceptor.log
           
 

Uses of Log in org.infinispan.logging
 

Classes in org.infinispan.logging that implement Log
 class AbstractLogImpl
          Abstract log implementation that handles message interpolation
 class JDKLogImpl
          Logger that delivers messages to a JDK logger
 class Log4JLogImpl
          Logger that delivers messages to a Log4J logger
 

Methods in org.infinispan.logging that return Log
static Log LogFactory.getLog(Class clazz)
           
static Log LogFactory.getLog(String category)
           
 

Uses of Log in org.infinispan.marshall
 

Fields in org.infinispan.marshall declared as Log
protected  Log MarshallerImpl.log
           
 

Uses of Log in org.infinispan.notifications
 

Methods in org.infinispan.notifications that return Log
protected abstract  Log AbstractListenerImpl.getLog()
           
 

Uses of Log in org.infinispan.notifications.cachelistener
 

Methods in org.infinispan.notifications.cachelistener that return Log
protected  Log CacheNotifierImpl.getLog()
           
 

Uses of Log in org.infinispan.notifications.cachemanagerlistener
 

Methods in org.infinispan.notifications.cachemanagerlistener that return Log
protected  Log CacheManagerNotifierImpl.getLog()
           
 

Uses of Log in org.infinispan.transaction
 

Fields in org.infinispan.transaction declared as Log
protected static Log DummyTransactionManager.log
           
 



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.