Package | Description |
---|---|
org.infinispan.client.hotrod.logging | |
org.infinispan.commons.logging | |
org.infinispan.factories |
Factories are internal components used to create other components based on a cache's
configuration.
|
org.infinispan.persistence.jdbc.logging | |
org.infinispan.persistence.remote.logging | |
org.infinispan.util.logging |
Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines.
|
Modifier and Type | Method and Description |
---|---|
CacheConfigurationException |
Log.missingKeyStorePassword(String keyStore) |
CacheConfigurationException |
Log.missingTrustStorePassword(String trustStore) |
CacheConfigurationException |
Log.noSSLKeyManagerConfiguration() |
CacheConfigurationException |
Log.noSSLTrustManagerConfiguration() |
CacheConfigurationException |
Log.xorSSLContext() |
Modifier and Type | Method and Description |
---|---|
CacheConfigurationException |
Log.sslInitializationException(Throwable e) |
Modifier and Type | Method and Description |
---|---|
Cache<K,V> |
InternalCacheFactory.createCache(Configuration configuration,
GlobalComponentRegistry globalComponentRegistry,
String cacheName)
This implementation clones the configuration passed in before using it.
|
void |
AbstractComponentRegistry.wireDependencies(Object target)
Wires an object instance with dependencies annotated with the
Inject annotation, creating more components
as needed based on the Configuration passed in if these additional components don't exist in the ComponentRegistry . |
Modifier and Type | Method and Description |
---|---|
CacheConfigurationException |
Log.missingConnectionFactory() |
CacheConfigurationException |
Log.tableManipulationAttributeNotSet(String name) |
CacheConfigurationException |
Log.unmanagedConnectionFactory() |
Modifier and Type | Method and Description |
---|---|
CacheConfigurationException |
Log.cannotEnableHotRodWrapping() |
CacheConfigurationException |
Log.cannotLoadHotRodEntryWrapper(Exception e) |
Copyright © 2013 JBoss, a division of Red Hat. All rights reserved.