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.distribution.ch   
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.marshall.jboss Hooks to bridge Infinispan's marshalling APIs with JBoss Marshalling internals. 
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.logging   
org.infinispan.remoting.transport Transports handle the low-level networking, used by the remoting components. 
org.infinispan.remoting.transport.jgroups A transport implementation based on JGroups
org.infinispan.server.core.logging   
org.infinispan.spring Spring Infinispan - Shared classes. 
org.infinispan.spring.support   
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
 

Fields in org.infinispan.distribution declared as Log
protected  Log RehashTask.log
           
 

Uses of Log in org.infinispan.distribution.ch
 

Fields in org.infinispan.distribution.ch declared as Log
protected  Log AbstractWheelConsistentHash.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.marshall.jboss
 

Fields in org.infinispan.marshall.jboss declared as Log
protected static Log GenericJBossMarshaller.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.logging
 

Subinterfaces of Log in org.infinispan.query.logging
 interface Log
          Log abstraction for the query module.
 

Uses of Log in org.infinispan.remoting.transport
 

Methods in org.infinispan.remoting.transport that return Log
 Log Transport.getLog()
           
 

Uses of Log in org.infinispan.remoting.transport.jgroups
 

Methods in org.infinispan.remoting.transport.jgroups that return Log
 Log JGroupsTransport.getLog()
           
 

Uses of Log in org.infinispan.server.core.logging
 

Subinterfaces of Log in org.infinispan.server.core.logging
 interface JavaLog
          Log abstraction for the server core module.
 

Uses of Log in org.infinispan.spring
 

Fields in org.infinispan.spring declared as Log
protected  Log AbstractRemoteCacheManagerFactory.logger
           
protected  Log AbstractEmbeddedCacheManagerFactory.logger
           
 

Uses of Log in org.infinispan.spring.support
 

Fields in org.infinispan.spring.support declared as Log
protected  Log InfinispanDefaultCacheFactoryBean.logger
           
 

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
 

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


-->

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