Interface Log
- All Superinterfaces:
org.jboss.logging.BasicLogger
- All Known Implementing Classes:
Log_$logger
@MessageLogger(projectCode="ISPN")
@ValidIdRange(min=19001,
max=20000)
public interface Log
extends org.jboss.logging.BasicLogger
Logger for JCache implementation.
- Since:
- 5.3
- Author:
- Galder ZamarreƱo
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionjavax.cache.CacheExceptioncacheAlreadyRegistered(String cacheName, javax.cache.configuration.Configuration cacheCfg, javax.cache.configuration.Configuration newCfg) cacheClosed(String cacheName, URI managerURI, Object status) cacheManagerClosed(URI managerURI, Object status) javax.cache.CacheExceptioncacheNotFound(String cacheName) javax.cache.processor.EntryProcessorExceptionvoiderrorClosingCloseable(Closeable closeable, Exception e) voiderrorLoadingAll(Collection<?> keysToLoad, Throwable t) voidincompatibleType(Class<?> type, Class<?> cfgType) voidleakedCacheManager(Throwable allocationStackTrace) parameterMustNotBeNull(String parameterName) voidMethods inherited from interface org.jboss.logging.BasicLogger
debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugv, debugv, debugv, debugv, debugv, debugv, debugv, debugv, error, error, error, error, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorv, errorv, errorv, errorv, errorv, errorv, errorv, errorv, fatal, fatal, fatal, fatal, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, info, info, info, info, infof, infof, infof, infof, infof, infof, infof, infof, infov, infov, infov, infov, infov, infov, infov, infov, isDebugEnabled, isEnabled, isInfoEnabled, isTraceEnabled, log, log, log, log, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, trace, trace, trace, trace, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracev, tracev, tracev, tracev, tracev, tracev, tracev, tracev, warn, warn, warn, warn, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnv, warnv, warnv, warnv, warnv, warnv, warnv, warnv
-
Method Details
-
cacheManagerNotClosed
-
leakedCacheManager
@LogMessage(level=WARN) @Message(value="Closing leaked cache manager", id=19002) void leakedCacheManager(@Cause Throwable allocationStackTrace) -
parameterMustNotBeNull
@Message(value="'%s' parameter must not be null", id=19010) NullPointerException parameterMustNotBeNull(String parameterName) -
incompatibleType
@Message(value="Incompatible cache value types specified, expected %s but %s was specified", id=19011) ClassCastException incompatibleType(Class<?> type, Class<?> cfgType) -
cacheAlreadyRegistered
@Message(value="Cache %s already registered with configuration %s, and can not be registered again with a new given configuration %s", id=19015) javax.cache.CacheException cacheAlreadyRegistered(String cacheName, javax.cache.configuration.Configuration cacheCfg, javax.cache.configuration.Configuration newCfg) -
unknownExpiryOperation
@Message(value="Unknown expiry operation: %s", id=19016) IllegalStateException unknownExpiryOperation(String op) -
errorLoadingAll
@LogMessage(level=ERROR) @Message(value="Error loading %s keys from persistence store", id=19017) void errorLoadingAll(Collection<?> keysToLoad, @Cause Throwable t) -
configurationClassNotSupported
@Message(value="The configuration class %s is not supported by this implementation", id=19018) IllegalArgumentException configurationClassNotSupported(Class clazz) -
entryProcessingFailed
@Message(value="Entry processing failed", id=19019) javax.cache.processor.EntryProcessorException entryProcessingFailed(@Cause Throwable t) -
cacheManagerClosed
@Message(value="Cache manager %s has status %s", id=19020) IllegalStateException cacheManagerClosed(URI managerURI, Object status) -
cacheClosed
@Message(value="Cache %s on %s has status %s", id=19021) IllegalStateException cacheClosed(String cacheName, URI managerURI, Object status) -
cacheNotFound
@Message(value="Cache named '%s' was not found.", id=19022) javax.cache.CacheException cacheNotFound(String cacheName) -
cacheClosed
-
timeoutWaitingEvent
@LogMessage(level=WARN) @Message(value="Timeout waiting event notification for cache operation.", id=19029) void timeoutWaitingEvent() -
cacheManagerClosed
@Message(value="Cache manager is already closed.", id=19030) IllegalStateException cacheManagerClosed() -
errorClosingCloseable
-
getExpiryHasThrown
@LogMessage(level=WARN) @Message(value="Exception while getting expiry duration. Fallback to default duration eternal.", id=19032) void getExpiryHasThrown(@Cause Throwable t)
-