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
Fields Modifier and Type Field Description static PojoLoggerROOT_LOGGERA logger with a category of the package name.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IllegalArgumentExceptionambiguousMatch(Object info)Ambiguous match.IllegalArgumentExceptionambiguousMatch(Object info, String name, String clazz)Ambiguous match.IllegalArgumentExceptioncannotDetermineInjectedType(String info)Cannot determine injected type.IllegalArgumentExceptioncannotInstantiateCollection(Throwable cause)Cannot instantiate new collection instanceIllegalArgumentExceptioncannotInstantiateMap(Throwable cause)Cannot instantiate new map instanceIllegalArgumentExceptionctorNotFound(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.IllegalArgumentExceptionfieldNotFound(String name, String clazz)Field not found.IllegalArgumentExceptiongetterNotFound(Class<?> type, String clazz)Getter not found.voidignoreUninstallError(Object joinpoint, Throwable cause)Error at uninstall.IllegalArgumentExceptionillegalParameterLength(Object info)Illegal parameter length.IllegalArgumentExceptioninvalidMatchSize(Set set, Class type)Invalid match size.voidinvokingCallback(Object callback, Throwable cause)Error invoking callback.IllegalArgumentExceptionmethodNotFound(String name, Object args, String clazz)Method not found.StringmissingBeanInfo(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.StringmissingValue()Missing value.org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionnoModuleFound(org.jboss.as.server.deployment.DeploymentUnit unit)No Module instance found in attachments.IllegalArgumentExceptionnotValueConfig(ConfigVisitorNode previous)Not a value node.IllegalArgumentExceptionnullBeanInfo()Null bean info.IllegalArgumentExceptionnullClassInfo()Null class info.IllegalArgumentExceptionnullFactoryMethod()Null factory method.IllegalArgumentExceptionnullMethodName()Missing method name.IllegalArgumentExceptionnullName()Missing mode value.IllegalArgumentExceptionnullOrEmptyAlias()Null or empty alias.IllegalArgumentExceptionnullOrEmptyDependency()Null or empty dependency.IllegalArgumentExceptionnullValue()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.IllegalArgumentExceptionsetterNotFound(Class<?> type, String clazz)Setter not found.IllegalArgumentExceptiontooDynamicFromDependency()Too dynamic to determine type.IllegalArgumentExceptiontooDynamicFromFactory()Too dynamic to determine type.IllegalArgumentExceptionunknownType(Object type)Unknown type.IllegalArgumentExceptionwrongTypeSize()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 Detail
-
ROOT_LOGGER
static final PojoLogger ROOT_LOGGER
A logger with a category of the package name.
-
-
Method Detail
-
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
@Message(id=15, value="Null factory method!") IllegalArgumentException nullFactoryMethod()Null factory method.- Returns:
- a
IllegalArgumentExceptionfor the error.
-
nullBeanInfo
@Message(id=16, value="Null bean info!") IllegalArgumentException 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
@Message(id=19, value="Null or empty alias.") IllegalArgumentException nullOrEmptyAlias()Null or empty alias.- Returns:
- a
IllegalArgumentExceptionfor the error.
-
nullOrEmptyDependency
@Message(id=20, value="Null or empty dependency.") IllegalArgumentException nullOrEmptyDependency()Null or empty dependency.- Returns:
- a
IllegalArgumentExceptionfor the error.
-
missingValue
@Message(id=21, value="Missing value") String missingValue()Missing value.- Returns:
- a message
-
nullValue
@Message(id=22, value="Null value") IllegalArgumentException nullValue()Missing mode value.- Returns:
- a
IllegalArgumentExceptionfor the error.
-
nullName
@Message(id=23, value="Null name") IllegalArgumentException nullName()Missing mode value.- Returns:
- a
IllegalArgumentExceptionfor the error.
-
nullMethodName
@Message(id=24, value="Null method name!") IllegalArgumentException nullMethodName()Missing method name.- Returns:
- a
IllegalArgumentExceptionfor the error.
-
unknownType
@Message(id=25, value="Unknown type: %s") IllegalArgumentException unknownType(Object type)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
@Message(id=30, value="Null ClassInfo!") IllegalArgumentException 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
@Message(id=35, value="Ambiguous match %s.") IllegalArgumentException ambiguousMatch(Object info)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.
-
-