|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LogMessageInfo | |
|---|---|
| org.jcoderz.commons | |
| org.jcoderz.commons.config | |
| org.jcoderz.commons.connector | This package contains a set of classes and interfaces that should be used by a resource adapter specific implementation of the J2EE Connector API. |
| org.jcoderz.commons.test | |
| Uses of LogMessageInfo in org.jcoderz.commons |
|---|
| Classes in org.jcoderz.commons that implement LogMessageInfo | |
|---|---|
class |
CmnLogMessage
Enumeration of all Common Error log messages. |
static class |
CmnLogMessage.EntityNotFound
A database entry in table {TABLE} was not found. |
class |
LogMessageInfoImpl
This abstract class implements the interface LogMessageInfo. |
class |
RteLogMessage
Enumeration of all Runtime Error log messages. |
static class |
RteLogMessage.ArgumentFractionDigitsViolation
The given argument is at least partly malformed. |
static class |
RteLogMessage.ArgumentMalformed
The given argument is at least partly malformed. |
static class |
RteLogMessage.ArgumentMaxLengthViolation
The given argument is at least partly malformed. |
static class |
RteLogMessage.ArgumentMaxValueViolation
The given argument is at least partly malformed. |
static class |
RteLogMessage.ArgumentMinLengthViolation
The given argument is at least partly malformed. |
static class |
RteLogMessage.ArgumentMinValueViolation
The given argument is at least partly malformed. |
static class |
RteLogMessage.ArgumentPatternViolation
The given argument is at least partly malformed. |
static class |
RteLogMessage.AssertionFailed
Assertion failed. |
static class |
RteLogMessage.DatabaseAccessFailed
The system encountered an exception while accessing a database. . |
static class |
RteLogMessage.DatabaseIntegrityError
While accessing table {TABLE}, the following problem was encountered: {PROBLEM}. . |
static class |
RteLogMessage.ExceptionCreated
An Exception with symbol {SYMBOL} has been created. |
static class |
RteLogMessage.InconsistentDatabase
A value read from the database was invalid. |
static class |
RteLogMessage.InternalError
The system encountered an unexpected condition, or contains a software bug. |
static class |
RteLogMessage.RemoteCallFailure
The call to a internal remote object failed. . |
static class |
RteLogMessage.RuntimeExceptionCreated
An RuntimeException with symbol {SYMBOL} has been created. |
static class |
RteLogMessage.UnexpectedException
An exeption occured that was not expected in the current code. . |
class |
TstLogMessage
Enumeration of all Test Messages log messages. |
static class |
TstLogMessage.TestAuditMessage
This is a test audit event and should not be used in a production environment. . |
static class |
TstLogMessage.TestMessage
This is a test message and should not be used in a production environment. |
| Methods in org.jcoderz.commons that return LogMessageInfo | |
|---|---|
LogMessageInfo |
LoggableImpl.getLogMessageInfo()
Returns the LogMessageInfo for this Loggable. |
LogMessageInfo |
Loggable.getLogMessageInfo()
Returns the LogMessageInfo for this Loggable. |
LogMessageInfo |
LogEvent.getLogMessageInfo()
Returns the LogMessageInfo for this Loggable. |
LogMessageInfo |
BaseRuntimeException.getLogMessageInfo()
Returns the LogMessageInfo for this Loggable. |
LogMessageInfo |
BaseException.getLogMessageInfo()
Returns the LogMessageInfo for this Loggable. |
| Constructors in org.jcoderz.commons with parameters of type LogMessageInfo | |
|---|---|
AuditLogEvent(LogMessageInfo messageInfo,
AuditPrincipal principal)
Constructor to create a AuditLogEvent instance with the minimum mandatory parameters. |
|
AuditLogEvent(LogMessageInfo messageInfo,
AuditPrincipal principal,
Throwable cause)
Constructor to create a AuditLogEvent instance with a given root cause. |
|
BaseException(LogMessageInfo messageInfo)
Constructor getting an log message info. |
|
BaseException(LogMessageInfo messageInfo,
Throwable cause)
Constructor getting an log message info and a root exception. |
|
BaseRuntimeException(LogMessageInfo messageInfo)
Constructor getting an log message info. |
|
BaseRuntimeException(LogMessageInfo messageInfo,
Throwable cause)
Constructor getting an log message info and a root exception. |
|
LogEvent(LogMessageInfo messageInfo)
Constructor getting an log message info. |
|
LogEvent(LogMessageInfo messageInfo,
Throwable cause)
Constructor getting an log message info and a root exception. |
|
LoggableImpl(Loggable outer,
LogMessageInfo errorId)
Create this loggable provide the 'Loggable' functionality for the given outer loggable. |
|
LoggableImpl(Loggable outer,
LogMessageInfo errorId,
long threadId,
String threadName,
String instanceId,
String nodeId)
Create this loggable provide the 'Loggable' functionality for the given outer loggable with the given dynamic parameters. |
|
LoggableImpl(Loggable outer,
LogMessageInfo errorId,
long threadId,
String threadName,
String instanceId,
String nodeId,
Throwable cause)
Create this loggable provide the 'Loggable' functionality for the given outer loggable with the given dynamic parameters and an initial cause.. |
|
LoggableImpl(Loggable outer,
LogMessageInfo errorId,
Throwable cause)
Create this loggable provide the 'Loggable' functionality for the given outer loggable with an initial cause. |
|
| Uses of LogMessageInfo in org.jcoderz.commons.config |
|---|
| Classes in org.jcoderz.commons.config that implement LogMessageInfo | |
|---|---|
class |
CfgLogMessage
Enumeration of all Configuration Service log messages. |
static class |
CfgLogMessage.ConfigurationFactoryFailed
Failed to create ServiceConfiguration instance for service {CLASSNAME}. . |
static class |
CfgLogMessage.ConfigurationInitializationFailed
Failed to initialize Configuration Service. . |
static class |
CfgLogMessage.ConfigurationTypeConversionFailed
Config value {VALUE} for key {org.jcoderz.commons.config.ConfigurationKey:KEY} could not be converted to type {TYPE}. . |
static class |
CfgLogMessage.ConfigurationValueNotFound
Could not read config value for {KEY}. . |
static class |
CfgLogMessage.ConfigurationValueRead
Read config value for {KEY} = ''{VALUE}''. . |
| Uses of LogMessageInfo in org.jcoderz.commons.connector |
|---|
| Classes in org.jcoderz.commons.connector that implement LogMessageInfo | |
|---|---|
class |
ConLogMessage
Enumeration of all Connector log messages. |
static class |
ConLogMessage.ConnectionRequestFailed
Failure whilst sending a request to {org.jcoderz.commons.types.Url:url}. . |
static class |
ConLogMessage.ConnectionResponseFailed
Failure whilst receiving a response from {org.jcoderz.commons.types.Url:url}. . |
static class |
ConLogMessage.ConnectionTimeoutError
Connection timeout whilst waiting for response from {org.jcoderz.commons.types.Url:url}. |
static class |
ConLogMessage.CreatingConnectorFailed
Creating a container managed http connection failed to {org.jcoderz.commons.types.Url:url}. . |
static class |
ConLogMessage.InitializingSslFailed
Initializing SSL for outgoing connections failed with reason {String:reason}. . |
| Uses of LogMessageInfo in org.jcoderz.commons.test |
|---|
| Classes in org.jcoderz.commons.test that implement LogMessageInfo | |
|---|---|
class |
TssLogMessage
Enumeration of all Test Service log messages. |
static class |
TssLogMessage.FunnyRuntime
Not real fun! |
static class |
TssLogMessage.ImpliedParameters
Not real fun! |
static class |
TssLogMessage.ImpliedParameters2
Not real fun! |
static class |
TssLogMessage.ImpliedParameters3
Not real fun! |
static class |
TssLogMessage.ImpliedParametersLog
Not real fun! |
static class |
TssLogMessage.ImpliedParametersLog2
Not real fun! |
static class |
TssLogMessage.ImpliedParametersLog3
Not real fun! |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||