@MessageLogger(projectCode="WFLYCLINF",
length=4)
public interface InfinispanLogger
extends org.jboss.logging.BasicLogger
| Modifier and Type | Field and Description |
|---|---|
static InfinispanLogger |
ROOT_LOGGER
The root logger.
|
static String |
ROOT_LOGGER_CATEGORY |
| Modifier and Type | Method and Description |
|---|---|
RuntimeException |
abortingCacheOperation(Throwable cause,
int numberOfRetries)
Creates an exception indicating that the cache is aborting after the specified number of retries.
|
void |
activatingSubsystem()
Logs an informational message indicating the Infinispan subsystem is being activated.
|
org.jboss.as.controller.OperationFailedException |
attributeDeprecated(String attributeName)
Creates an exception indicating that an attribute has been deprecated.
|
void |
cacheContainerInstalled(String containerName)
Logs a debug message indicating that named cache container has been installed.
|
void |
cacheStarted(String cacheName,
String containerName)
Logs an informational message indicating that a cache is being started.
|
void |
cacheStopped(String cacheName,
String containerName)
Logs an informational message indicating that a cache is being stopped.
|
org.jboss.as.controller.OperationFailedException |
cacheStoreAlreadyDefined(String existingStoreName)
Creates an exception indicating the a cache store cannot be added as one already exists.
|
org.jboss.as.controller.OperationFailedException |
cannotRemoveAliasFromEmptyList(String aliasName)
Creates an exception indicating unable to remove an alias from an empty list of aliases.
|
void |
eagerAttributeDeprecated()
Logs a warning message indicating that the eager attribute of the transactional element
is no longer valid
|
org.jboss.msc.inject.InjectionException |
failedToInjectSocketBinding(UnknownHostException cause,
org.jboss.as.network.OutboundSocketBinding binding)
Creates an exception indicating a failure to resolve the outbound socket binding represented by the
binding parameter. |
IllegalStateException |
failedToParse(Throwable cause,
URL url)
A message indicating that the resource could not be parsed.
|
String |
indeterminiteStack() |
org.jboss.as.controller.OperationFailedException |
invalidCacheStore(Throwable cause,
String cacheStoreName)
Creates an exception indicating an invalid cache store.
|
IllegalArgumentException |
invalidDefaultCache(String cacheName,
String cacheContainerName)
Creates an exception indicating an invalid cache store.
|
IllegalStateException |
invalidExecutorProperty(String id,
Properties properties)
Creates an exception indicating the an executor property is invalid.
|
String |
invalidParameterValue(String id,
String allowableValues)
Creates an exception indicating the an operation parameter is invalid.
|
IllegalStateException |
invalidTransportProperty(String id,
Properties properties)
Creates an exception indicating the an transport property is invalid.
|
String |
notFound(String resourceName)
A message indicating that the resource could not be located.
|
org.jboss.as.controller.OperationFailedException |
propertyValueNotDefined(String propertyKey)
Creates an exception indicating the a cache store cannot be added as one already exists.
|
String |
segmentsDoesNotSupportExpressions() |
void |
topologyAttributeDeprecated(String attribute)
Logs a warning message indicating that the specified topology attribute of the transport element
is no longer valid
|
org.jboss.msc.service.StartException |
transportRequired(org.infinispan.configuration.cache.CacheMode mode,
String cache,
String cacheContainer) |
String |
virtualNodesDoesNotSupportExpressions() |
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, warnvstatic final String ROOT_LOGGER_CATEGORY
static final InfinispanLogger ROOT_LOGGER
@LogMessage(level=INFO)
@Message(id=1,
value="Activating Infinispan subsystem.")
void activatingSubsystem()
@LogMessage(level=INFO)
@Message(id=2,
value="Started %s cache from %s container")
void cacheStarted(String cacheName,
String containerName)
cacheName - the name of the cache.containerName - the name of the cache container.@LogMessage(level=INFO)
@Message(id=3,
value="Stopped %s cache from %s container")
void cacheStopped(String cacheName,
String containerName)
cacheName - the name of the cache.containerName - the name of the cache container.@LogMessage(level=WARN)
@Message(id=4,
value="The \'eager\' attribute specified on the \'transaction\' element of a cache is no longer valid")
void eagerAttributeDeprecated()
@LogMessage(level=WARN)
@Message(id=5,
value="The \'%s\' attribute specified on the \'transport\' element of a cache container is no longer valid; use the same attribute specified on the \'transport\' element of corresponding JGroups stack instead")
void topologyAttributeDeprecated(String attribute)
@LogMessage(level=DEBUG)
@Message(id=6,
value="\'%s\' cache container installed.")
void cacheContainerInstalled(String containerName)
@Message(id=8,
value="Could not resolve destination address for outbound socket binding named \'%s\'")
org.jboss.msc.inject.InjectionException failedToInjectSocketBinding(@Cause
UnknownHostException cause,
org.jboss.as.network.OutboundSocketBinding binding)
binding parameter.cause - the cause of the error.binding - the outbound socket binding.ConfigurationPersistenceException for the error.@Message(id=9,
value="Failed to add %s %s cache to non-clustered %s cache container.")
org.jboss.msc.service.StartException transportRequired(org.infinispan.configuration.cache.CacheMode mode,
String cache,
String cacheContainer)
@Message(id=10,
value="%s is not a valid cache store")
org.jboss.as.controller.OperationFailedException invalidCacheStore(@Cause
Throwable cause,
String cacheStoreName)
cause - the cause of the error.cacheStoreName - the name of the cache store.OperationFailedException for the error.@Message(id=11,
value="%s is not a valid default cache. The %s cache container does not contain a cache with that name")
IllegalArgumentException invalidDefaultCache(String cacheName,
String cacheContainerName)
cacheName - the name of the cache store.cacheContainerName - the container name.IllegalArgumentException for the error.@Message(id=12,
value="No %s property was specified within the executor properties: %s")
IllegalStateException invalidExecutorProperty(String id,
Properties properties)
id - the id of the property.properties - the properties that were searched.IllegalStateException for the error.@Message(id=13,
value="No %s property was specified within the transport properties: %s")
IllegalStateException invalidTransportProperty(String id,
Properties properties)
id - the id of the property.properties - the properties that were searched.IllegalStateException for the error.@Message(id=14,
value="Aborting cache operation after %d retries.")
RuntimeException abortingCacheOperation(@Cause
Throwable cause,
int numberOfRetries)
cause - the cause of the error.numberOfRetries - the number of retries.RuntimeException@Message(id=15,
value="Invalid value for parameter %s. Allowable values: %s")
String invalidParameterValue(String id,
String allowableValues)
id - the id of the parameter.allowableValues - the allowable values for the parameter@Message(id=16,
value="Cache store cannot be created: cache store %s is already defined")
org.jboss.as.controller.OperationFailedException cacheStoreAlreadyDefined(String existingStoreName)
existingStoreName - the store which already exists.OperationFailedException for the error.@Message(id=17,
value="Value for property with key %s is not defined")
org.jboss.as.controller.OperationFailedException propertyValueNotDefined(String propertyKey)
propertyKey - the name of the property.OperationFailedException for the error.@Message(id=18,
value="Failed to locate %s")
String notFound(String resourceName)
resourceName - the name of the resource.@Message(id=19,
value="Failed to parse %s")
IllegalStateException failedToParse(@Cause
Throwable cause,
URL url)
url - the name of the resource.@Message(id=21,
value="cannot remove alias % from empty list.")
org.jboss.as.controller.OperationFailedException cannotRemoveAliasFromEmptyList(String aliasName)
aliasName - the name of the alias.OperationFailedException for the error.@Message(id=22,
value="Attribute \'%s\' has been deprecated.")
org.jboss.as.controller.OperationFailedException attributeDeprecated(String attributeName)
attributeName - the name of the deprecated attributeOperationFailedException for the error@Message(id=23,
value="Attribute \'segments\' is an expression and therefore cannot be translated to legacy attribute \'virtual-nodes\'. This resource will need to be ignored on that host.")
String virtualNodesDoesNotSupportExpressions()
@Message(id=26,
value="Attribute \'virtual nodes\' is an expression and therefore cannot be translated to attribute \'segments\'.")
String segmentsDoesNotSupportExpressions()
@Message(id=27,
value="Could not determine \'stack\' attribute from JGroups subsystem")
String indeterminiteStack()
Copyright © 2015 JBoss by Red Hat. All rights reserved.