Uses of Class
org.jcoderz.commons.LogMessageInfoImpl

Packages that use LogMessageInfoImpl
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 LogMessageInfoImpl in org.jcoderz.commons
 

Subclasses of LogMessageInfoImpl in org.jcoderz.commons
 class CmnLogMessage
          Enumeration of all Common Error log messages.
static class CmnLogMessage.EntityNotFound
          A database entry in table {TABLE} was not found.
 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.
 

Uses of LogMessageInfoImpl in org.jcoderz.commons.config
 

Subclasses of LogMessageInfoImpl in org.jcoderz.commons.config
 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 LogMessageInfoImpl in org.jcoderz.commons.connector
 

Subclasses of LogMessageInfoImpl in org.jcoderz.commons.connector
 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 LogMessageInfoImpl in org.jcoderz.commons.test
 

Subclasses of LogMessageInfoImpl in org.jcoderz.commons.test
 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!
 



Copyright 2007 The jCoderZ Project.