Uses of Interface
org.infinispan.util.logging.Log

Packages that use Log
org.infinispan.config Cache configuration beans and parsers. 
org.infinispan.distribution Classes relating to the distributed cache mode. 
org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration. 
org.infinispan.interceptors.base Base interceptors containing common, reusable behavior. 
org.infinispan.notifications Notifications and eventing for listeners on both the Cache and CacheManager interfaces. 
org.infinispan.notifications.cachelistener Cache-specific notifications and eventing. 
org.infinispan.notifications.cachemanagerlistener CacheManager-specific notifications and eventing. 
org.infinispan.query.impl   
org.infinispan.tools.schema   
org.infinispan.transaction.tm Infinispan's bare-bones internal transaction manager, used for batching calls as well as as a dummy, unit-test-only transaction manager. 
org.infinispan.util.logging Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines. 
 

Uses of Log in org.infinispan.config
 

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

Uses of Log in org.infinispan.distribution
 

Methods in org.infinispan.distribution that return Log
protected abstract  Log RehashTask.getLog()
           
protected  Log LeaveTask.getLog()
           
protected  Log JoinTask.getLog()
           
 

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.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.query.impl
 

Fields in org.infinispan.query.impl declared as Log
 Log CacheQueryImpl.log
           
 

Uses of Log in org.infinispan.tools.schema
 

Fields in org.infinispan.tools.schema declared as Log
protected  Log AbstractTreeWalker.log
           
 

Uses of Log in org.infinispan.transaction.tm
 

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

Uses of Log in org.infinispan.util.logging
 

Classes in org.infinispan.util.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.util.logging that return Log
static Log LogFactory.getLog(Class clazz)
           
static Log LogFactory.getLog(String category)
           
 


Google Analytics

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