Package org.jboss.as.pojo.logging
Interface PojoLogger
- All Superinterfaces:
org.jboss.logging.BasicLogger
- All Known Implementing Classes:
PojoLogger_$logger
@MessageLogger(projectCode="WFLYPOJO",
length=4)
public interface PojoLogger
extends org.jboss.logging.BasicLogger
- Author:
- James R. Perkins, Ales Justin
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PojoLoggerA logger with a category of the package name. -
Method Summary
Modifier and TypeMethodDescriptionambiguousMatch(Object info) Ambiguous match.ambiguousMatch(Object info, String name, String clazz) Ambiguous match.Cannot determine injected type.Cannot instantiate new collection instancecannotInstantiateMap(Throwable cause) Cannot instantiate new map instancectorNotFound(Object args, String clazz) Ctor not found.voiderrorAtIncallback(Object callback, Throwable cause) Error at incallback.voiderrorAtUncallback(Object callback, Throwable cause) Error at uncallback.org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionfailedToParse(org.jboss.vfs.VirtualFile file) Parsing failure.fieldNotFound(String name, String clazz) Field not found.getterNotFound(Class<?> type, String clazz) Getter not found.voidignoreUninstallError(Object joinpoint, Throwable cause) Error at uninstall.illegalParameterLength(Object info) Illegal parameter length.invalidMatchSize(Set set, Class type) Invalid match size.voidinvokingCallback(Object callback, Throwable cause) Error invoking callback.methodNotFound(String name, Object args, String clazz) Method not found.missingBeanInfo(BeanMetaDataConfig beanConfig) Missing bean info.org.jboss.msc.service.StartExceptionmissingFactoryMethod(BeanMetaDataConfig beanConfig) Missing factory method.org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionmissingReflectionIndex(org.jboss.as.server.deployment.DeploymentUnit unit) Missing reflection index.Missing value.org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionnoModuleFound(org.jboss.as.server.deployment.DeploymentUnit unit) No Module instance found in attachments.notValueConfig(ConfigVisitorNode previous) Not a value node.Null bean info.Null class info.Null factory method.Missing method name.nullName()Missing mode value.Null or empty alias.Null or empty dependency.Missing mode value.voidoldNamespace(Object namespace) Log old namespace usage.org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionparsingException(org.jboss.vfs.VirtualFile beansXml, Throwable cause) Parsing exception.setterNotFound(Class<?> type, String clazz) Setter not found.Too dynamic to determine type.Too dynamic to determine type.unknownType(Object type) Unknown type.Wrong type size.Methods 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
-
Field Details
-
ROOT_LOGGER
A logger with a category of the package name.
-
-
Method Details
-
oldNamespace
@LogMessage(level=INFO) @Message(id=1, value="Found legacy bean/pojo namespace: %s - might be missing some xml features (potential exceptions).") void oldNamespace(Object namespace) Log old namespace usage.- Parameters:
namespace- the namespace
-
ignoreUninstallError
@LogMessage(level=WARN) @Message(id=2, value="Ignoring uninstall action on target: %s") void ignoreUninstallError(Object joinpoint, @Cause Throwable cause) Error at uninstall.- Parameters:
joinpoint- the joinpointcause- the cause of the error.
-
invokingCallback
@LogMessage(level=WARN) @Message(id=3, value="Error invoking callback: %s") void invokingCallback(Object callback, @Cause Throwable cause) Error invoking callback.- Parameters:
callback- the callbackcause- the cause of the error.
-
errorAtIncallback
@LogMessage(level=WARN) @Message(id=4, value="Error invoking incallback: %s") void errorAtIncallback(Object callback, @Cause Throwable cause) Error at incallback.- Parameters:
callback- the callbackcause- the cause of the error.
-
errorAtUncallback
@LogMessage(level=WARN) @Message(id=5, value="Error invoking uncallback: %s") void errorAtUncallback(Object callback, @Cause Throwable cause) Error at uncallback.- Parameters:
callback- the callbackcause- the cause of the error.
-
noModuleFound
@Message(id=6, value="Failed to get module attachment for %s") org.jboss.as.server.deployment.DeploymentUnitProcessingException noModuleFound(org.jboss.as.server.deployment.DeploymentUnit unit) No Module instance found in attachments.- Parameters:
unit- the current deployment unit- Returns:
- a
DeploymentUnitProcessingExceptionfor the error.
-
missingReflectionIndex
@Message(id=7, value="Missing deployment reflection index for %s") org.jboss.as.server.deployment.DeploymentUnitProcessingException missingReflectionIndex(org.jboss.as.server.deployment.DeploymentUnit unit) Missing reflection index.- Parameters:
unit- the current deployment unit- Returns:
- a
DeploymentUnitProcessingExceptionfor the error.
-
failedToParse
@Message(id=8, value="Failed to parse POJO xml [ %s ]") org.jboss.as.server.deployment.DeploymentUnitProcessingException failedToParse(org.jboss.vfs.VirtualFile file) Parsing failure.- Parameters:
file- the beans xml file- Returns:
- a
DeploymentUnitProcessingExceptionfor the error.
-
cannotInstantiateCollection
@Message(id=10, value="Cannot instantiate new collection instance.") IllegalArgumentException cannotInstantiateCollection(@Cause Throwable cause) Cannot instantiate new collection instance- Parameters:
cause- the cause- Returns:
- a
IllegalArgumentExceptionfor the error.
-
cannotInstantiateMap
@Message(id=11, value="Cannot instantiate new map instance.") IllegalArgumentException cannotInstantiateMap(@Cause Throwable cause) Cannot instantiate new map instance- Parameters:
cause- the cause- Returns:
- a
IllegalArgumentExceptionfor the error.
-
tooDynamicFromFactory
@Message(id=12, value="Too dynamic to determine injected type from factory!") IllegalArgumentException tooDynamicFromFactory()Too dynamic to determine type.- Returns:
- a
IllegalArgumentExceptionfor the error.
-
tooDynamicFromDependency
@Message(id=13, value="Too dynamic to determine injected type from dependency!") IllegalArgumentException tooDynamicFromDependency()Too dynamic to determine type.- Returns:
- a
IllegalArgumentExceptionfor the error.
-
notValueConfig
@Message(id=14, value="Previous node is not a value config: %s") IllegalArgumentException notValueConfig(ConfigVisitorNode previous) Not a value node.- Parameters:
previous- previous node- Returns:
- a
IllegalArgumentExceptionfor the error.
-
nullFactoryMethod
Null factory method.- Returns:
- a
IllegalArgumentExceptionfor the error.
-
nullBeanInfo
Null bean info.- Returns:
- a
IllegalArgumentExceptionfor the error.
-
invalidMatchSize
@Message(id=17, value="Invalid number of type instances match: %s, type: %s") IllegalArgumentException invalidMatchSize(Set set, Class type) Invalid match size.- Parameters:
set- whole settype- the type to match- Returns:
- a
IllegalArgumentExceptionfor the error.
-
cannotDetermineInjectedType
@Message(id=18, value="Cannot determine injected type: %s, try setting class attribute (if available).") IllegalArgumentException cannotDetermineInjectedType(String info) Cannot determine injected type.- Parameters:
info- the info- Returns:
- a
IllegalArgumentExceptionfor the error.
-
nullOrEmptyAlias
Null or empty alias.- Returns:
- a
IllegalArgumentExceptionfor the error.
-
nullOrEmptyDependency
Null or empty dependency.- Returns:
- a
IllegalArgumentExceptionfor the error.
-
missingValue
Missing value.- Returns:
- a message
-
nullValue
Missing mode value.- Returns:
- a
IllegalArgumentExceptionfor the error.
-
nullName
Missing mode value.- Returns:
- a
IllegalArgumentExceptionfor the error.
-
nullMethodName
Missing method name.- Returns:
- a
IllegalArgumentExceptionfor the error.
-
unknownType
Unknown type.- Parameters:
type- the type- Returns:
- a
IllegalArgumentExceptionfor the error.
-
illegalParameterLength
@Message(id=26, value="Illegal parameter length: %s") IllegalArgumentException illegalParameterLength(Object info) Illegal parameter length.- Parameters:
info- the info- Returns:
- a
IllegalArgumentExceptionfor the error.
-
missingFactoryMethod
@Message(id=27, value="Missing factory method in ctor configuration: %s") org.jboss.msc.service.StartException missingFactoryMethod(BeanMetaDataConfig beanConfig) Missing factory method.- Parameters:
beanConfig- bean config- Returns:
- a
IllegalArgumentExceptionfor the error.
-
missingBeanInfo
@Message(id=28, value="Missing bean info, set bean\'s class attribute: %s") String missingBeanInfo(BeanMetaDataConfig beanConfig) Missing bean info.- Parameters:
beanConfig- bean config- Returns:
- a
IllegalArgumentExceptionfor the error.
-
wrongTypeSize
@Message(id=29, value="Wrong types size, doesn\'t match parameters!") IllegalArgumentException wrongTypeSize()Wrong type size.- Returns:
- a
IllegalArgumentExceptionfor the error.
-
nullClassInfo
Null class info.- Returns:
- a
IllegalArgumentExceptionfor the error.
-
ctorNotFound
@Message(id=31, value="No such constructor: %s for class %s.") IllegalArgumentException ctorNotFound(Object args, String clazz) Ctor not found.- Parameters:
args- the argsclazz- the class- Returns:
- a
IllegalArgumentExceptionfor the error.
-
methodNotFound
@Message(id=32, value="Method not found %s%s for class %s.") IllegalArgumentException methodNotFound(String name, Object args, String clazz) Method not found.- Parameters:
name- the method nameargs- the argsclazz- the class- Returns:
- a
IllegalArgumentExceptionfor the error.
-
getterNotFound
@Message(id=33, value="No such getter: %s on class %s.") IllegalArgumentException getterNotFound(Class<?> type, String clazz) Getter not found.- Parameters:
type- the typeclazz- the class- Returns:
- a
IllegalArgumentExceptionfor the error.
-
setterNotFound
@Message(id=34, value="No such setter: %s on class %s.") IllegalArgumentException setterNotFound(Class<?> type, String clazz) Setter not found.- Parameters:
type- the typeclazz- the class- Returns:
- a
IllegalArgumentExceptionfor the error.
-
ambiguousMatch
Ambiguous match.- Parameters:
info- the info- Returns:
- a
IllegalArgumentExceptionfor the error.
-
ambiguousMatch
@Message(id=36, value="Ambiguous match of %s for name %s on class %s.") IllegalArgumentException ambiguousMatch(Object info, String name, String clazz) Ambiguous match.- Parameters:
info- the infoname- the nameclazz- the class- Returns:
- a
IllegalArgumentExceptionfor the error.
-
fieldNotFound
@Message(id=37, value="Field not found %s for class %s.") IllegalArgumentException fieldNotFound(String name, String clazz) Field not found.- Parameters:
name- the method nameclazz- the class- Returns:
- a
IllegalArgumentExceptionfor the error.
-
parsingException
@Message(id=38, value="Exception while parsing POJO descriptor file: %s") org.jboss.as.server.deployment.DeploymentUnitProcessingException parsingException(org.jboss.vfs.VirtualFile beansXml, @Cause Throwable cause) Parsing exception.- Parameters:
beansXml- the beans xml filecause- the cause- Returns:
- a
DeploymentUnitProcessingExceptionfor the error.
-
cannotDetermineType
@Message(id=39, value="Cannot determine type - insufficient info on configuration!") IllegalArgumentException cannotDetermineType()
-