Uses of Interface
org.jcoderz.commons.Loggable

Packages that use Loggable
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.logging   
org.jcoderz.commons.test   
org.jcoderz.commons.util   
 

Uses of Loggable in org.jcoderz.commons
 

Classes in org.jcoderz.commons that implement Loggable
 class ArgumentFractionDigitsViolationException
          The given argument is at least partly malformed.
 class ArgumentMalformedException
          The given argument is at least partly malformed.
 class ArgumentMaxLengthViolationException
          The given argument is at least partly malformed.
 class ArgumentMaxValueViolationException
          The given argument is at least partly malformed.
 class ArgumentMinLengthViolationException
          The given argument is at least partly malformed.
 class ArgumentMinValueViolationException
          The given argument is at least partly malformed.
 class ArgumentPatternViolationException
          The given argument is at least partly malformed.
 class AssertionFailedException
          Assertion failed.
 class AuditLogEvent
          This is the base class for audit log events.
 class BaseException
          This is the Base class for all checked exceptions.
 class BaseRuntimeException
          This is the Base class for all runtime exceptions.
 class DatabaseAccessFailedException
          The system encountered an exception while accessing a database.
 class DatabaseIntegrityErrorException
          While accessing table {TABLE}, the following problem was encountered: {PROBLEM}.
 class EntityNotFoundException
          A database entry in table {TABLE} was not found.
 class InconsistentDatabaseException
          A value read from the database was invalid.
 class InternalErrorException
          The system encountered an unexpected condition, or contains a software bug.
 class LogEvent
          This is the Base class for log events.
 class LoggableImpl
          Implements code common to all Exceptions.
static class LogMessageInfoTest.SampleError
          Sample exception using test log message.
 class RemoteCallFailureException
          The call to a internal remote object failed.
 class RuntimeErrorException
          This is the base exception for all message in the package org.jcoderz.commons.
 class UnexpectedExceptionException
          An exeption occured that was not expected in the current code.
 

Methods in org.jcoderz.commons that return Loggable
static Loggable TstLogMessage.TestAuditMessage.addParameters(Loggable loggable)
          Adds the given message parameters to the loggable.
static Loggable RteLogMessage.RemoteCallFailure.addParameters(Loggable loggable)
          Adds the given message parameters to the loggable.
static Loggable RteLogMessage.DatabaseAccessFailed.addParameters(Loggable loggable)
          Adds the given message parameters to the loggable.
static Loggable RteLogMessage.UnexpectedException.addParameters(Loggable loggable)
          Adds the given message parameters to the loggable.
static Loggable RteLogMessage.InconsistentDatabase.addParameters(Loggable loggable, Serializable argumentValue, String column, String table, String type)
          Adds the given message parameters to the loggable.
static Loggable RteLogMessage.InternalError.addParameters(Loggable loggable, String technicalDescription)
          Adds the given message parameters to the loggable.
static Loggable RteLogMessage.AssertionFailed.addParameters(Loggable loggable, String message)
          Adds the given message parameters to the loggable.
static Loggable TstLogMessage.TestMessage.addParameters(Loggable loggable, String foo, Date now)
          Adds the given message parameters to the loggable.
static Loggable RteLogMessage.ArgumentMaxLengthViolation.addParameters(Loggable loggable, String argumentName, Serializable argumentValue, Integer argumentLength, Integer maxLength, Class argumentClass)
          Adds the given message parameters to the loggable.
static Loggable RteLogMessage.ArgumentMinLengthViolation.addParameters(Loggable loggable, String argumentName, Serializable argumentValue, Integer argumentLength, Integer minLength, Class argumentClass)
          Adds the given message parameters to the loggable.
static Loggable RteLogMessage.ArgumentMaxValueViolation.addParameters(Loggable loggable, String argumentName, Serializable argumentValue, Number maxValue, Class argumentClass)
          Adds the given message parameters to the loggable.
static Loggable RteLogMessage.ArgumentMinValueViolation.addParameters(Loggable loggable, String argumentName, Serializable argumentValue, Number minValue, Class argumentClass)
          Adds the given message parameters to the loggable.
static Loggable RteLogMessage.ArgumentFractionDigitsViolation.addParameters(Loggable loggable, String argumentName, Serializable argumentValue, Number argumentFractionDigits, Number maxFractionDigits, Class argumentClass)
          Adds the given message parameters to the loggable.
static Loggable RteLogMessage.ArgumentMalformed.addParameters(Loggable loggable, String argumentName, Serializable argumentValue, String hint)
          Adds the given message parameters to the loggable.
static Loggable RteLogMessage.ArgumentPatternViolation.addParameters(Loggable loggable, String argumentName, Serializable argumentValue, String pattern, Class argumentClass)
          Adds the given message parameters to the loggable.
static Loggable RteLogMessage.DatabaseIntegrityError.addParameters(Loggable loggable, String table, String problem)
          Adds the given message parameters to the loggable.
static Loggable RteLogMessage.ExceptionCreated.addParameters(Loggable loggable, String symbol, String message)
          Adds the given message parameters to the loggable.
static Loggable RteLogMessage.RuntimeExceptionCreated.addParameters(Loggable loggable, String symbol, String message)
          Adds the given message parameters to the loggable.
static Loggable CmnLogMessage.EntityNotFound.addParameters(Loggable loggable, String table, String finder, Serializable arguments, String entity)
          Adds the given message parameters to the loggable.
 

Methods in org.jcoderz.commons with parameters of type Loggable
static Loggable TstLogMessage.TestAuditMessage.addParameters(Loggable loggable)
          Adds the given message parameters to the loggable.
static Loggable RteLogMessage.RemoteCallFailure.addParameters(Loggable loggable)
          Adds the given message parameters to the loggable.
static Loggable RteLogMessage.DatabaseAccessFailed.addParameters(Loggable loggable)
          Adds the given message parameters to the loggable.
static Loggable RteLogMessage.UnexpectedException.addParameters(Loggable loggable)
          Adds the given message parameters to the loggable.
static Loggable RteLogMessage.InconsistentDatabase.addParameters(Loggable loggable, Serializable argumentValue, String column, String table, String type)
          Adds the given message parameters to the loggable.
static Loggable RteLogMessage.InternalError.addParameters(Loggable loggable, String technicalDescription)
          Adds the given message parameters to the loggable.
static Loggable RteLogMessage.AssertionFailed.addParameters(Loggable loggable, String message)
          Adds the given message parameters to the loggable.
static Loggable TstLogMessage.TestMessage.addParameters(Loggable loggable, String foo, Date now)
          Adds the given message parameters to the loggable.
static Loggable RteLogMessage.ArgumentMaxLengthViolation.addParameters(Loggable loggable, String argumentName, Serializable argumentValue, Integer argumentLength, Integer maxLength, Class argumentClass)
          Adds the given message parameters to the loggable.
static Loggable RteLogMessage.ArgumentMinLengthViolation.addParameters(Loggable loggable, String argumentName, Serializable argumentValue, Integer argumentLength, Integer minLength, Class argumentClass)
          Adds the given message parameters to the loggable.
static Loggable RteLogMessage.ArgumentMaxValueViolation.addParameters(Loggable loggable, String argumentName, Serializable argumentValue, Number maxValue, Class argumentClass)
          Adds the given message parameters to the loggable.
static Loggable RteLogMessage.ArgumentMinValueViolation.addParameters(Loggable loggable, String argumentName, Serializable argumentValue, Number minValue, Class argumentClass)
          Adds the given message parameters to the loggable.
static Loggable RteLogMessage.ArgumentFractionDigitsViolation.addParameters(Loggable loggable, String argumentName, Serializable argumentValue, Number argumentFractionDigits, Number maxFractionDigits, Class argumentClass)
          Adds the given message parameters to the loggable.
static Loggable RteLogMessage.ArgumentMalformed.addParameters(Loggable loggable, String argumentName, Serializable argumentValue, String hint)
          Adds the given message parameters to the loggable.
static Loggable RteLogMessage.ArgumentPatternViolation.addParameters(Loggable loggable, String argumentName, Serializable argumentValue, String pattern, Class argumentClass)
          Adds the given message parameters to the loggable.
static Loggable RteLogMessage.DatabaseIntegrityError.addParameters(Loggable loggable, String table, String problem)
          Adds the given message parameters to the loggable.
static Loggable RteLogMessage.ExceptionCreated.addParameters(Loggable loggable, String symbol, String message)
          Adds the given message parameters to the loggable.
static Loggable RteLogMessage.RuntimeExceptionCreated.addParameters(Loggable loggable, String symbol, String message)
          Adds the given message parameters to the loggable.
static Loggable CmnLogMessage.EntityNotFound.addParameters(Loggable loggable, String table, String finder, Serializable arguments, String entity)
          Adds the given message parameters to the loggable.
 

Constructors in org.jcoderz.commons with parameters of type Loggable
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 Loggable in org.jcoderz.commons.config
 

Classes in org.jcoderz.commons.config that implement Loggable
 class ConfigurationFactoryFailedException
          Failed to create ServiceConfiguration instance for service {CLASSNAME}.
 class ConfigurationInitializationFailedException
          Failed to initialize Configuration Service.
 class ConfigurationServiceException
          This is the base exception for all message in the package org.jcoderz.commons.config.
 class ConfigurationServiceRuntimeException
          This is the base exception for all message in the package org.jcoderz.commons.config.
 class ConfigurationTypeConversionFailedException
          Config value {VALUE} for key {org.jcoderz.commons.config.ConfigurationKey:KEY} could not be converted to type {TYPE}.
 class ConfigurationValueNotFoundException
          Could not read config value for {KEY}.
 

Methods in org.jcoderz.commons.config that return Loggable
static Loggable CfgLogMessage.ConfigurationInitializationFailed.addParameters(Loggable loggable)
          Adds the given message parameters to the loggable.
static Loggable CfgLogMessage.ConfigurationValueNotFound.addParameters(Loggable loggable, String key)
          Adds the given message parameters to the loggable.
static Loggable CfgLogMessage.ConfigurationFactoryFailed.addParameters(Loggable loggable, String classname)
          Adds the given message parameters to the loggable.
static Loggable CfgLogMessage.ConfigurationTypeConversionFailed.addParameters(Loggable loggable, String value, ConfigurationKey key, String type)
          Adds the given message parameters to the loggable.
static Loggable CfgLogMessage.ConfigurationValueRead.addParameters(Loggable loggable, String key, String value)
          Adds the given message parameters to the loggable.
 

Methods in org.jcoderz.commons.config with parameters of type Loggable
static Loggable CfgLogMessage.ConfigurationInitializationFailed.addParameters(Loggable loggable)
          Adds the given message parameters to the loggable.
static Loggable CfgLogMessage.ConfigurationValueNotFound.addParameters(Loggable loggable, String key)
          Adds the given message parameters to the loggable.
static Loggable CfgLogMessage.ConfigurationFactoryFailed.addParameters(Loggable loggable, String classname)
          Adds the given message parameters to the loggable.
static Loggable CfgLogMessage.ConfigurationTypeConversionFailed.addParameters(Loggable loggable, String value, ConfigurationKey key, String type)
          Adds the given message parameters to the loggable.
static Loggable CfgLogMessage.ConfigurationValueRead.addParameters(Loggable loggable, String key, String value)
          Adds the given message parameters to the loggable.
 

Uses of Loggable in org.jcoderz.commons.connector
 

Classes in org.jcoderz.commons.connector that implement Loggable
 class ConnectionRequestFailedException
          Failure whilst sending a request to {org.jcoderz.commons.types.Url:url}.
 class ConnectionResponseFailedException
          Failure whilst receiving a response from {org.jcoderz.commons.types.Url:url}.
 class ConnectionTimeoutErrorException
          Connection timeout whilst waiting for response from {org.jcoderz.commons.types.Url:url}.
 class ConnectorException
          This is the base exception for all message in the package org.jcoderz.commons.connector.
 class ConnectorRuntimeException
          This is the base exception for all message in the package org.jcoderz.commons.connector.
 class CreatingConnectorFailedException
          Creating a container managed http connection failed to {org.jcoderz.commons.types.Url:url}.
 class InitializingSslFailedException
          Initializing SSL for outgoing connections failed with reason {String:reason}.
 

Methods in org.jcoderz.commons.connector that return Loggable
static Loggable ConLogMessage.InitializingSslFailed.addParameters(Loggable loggable, String reason)
          Adds the given message parameters to the loggable.
static Loggable ConLogMessage.ConnectionRequestFailed.addParameters(Loggable loggable, Url url)
          Adds the given message parameters to the loggable.
static Loggable ConLogMessage.ConnectionResponseFailed.addParameters(Loggable loggable, Url url)
          Adds the given message parameters to the loggable.
static Loggable ConLogMessage.CreatingConnectorFailed.addParameters(Loggable loggable, Url url)
          Adds the given message parameters to the loggable.
static Loggable ConLogMessage.ConnectionTimeoutError.addParameters(Loggable loggable, Url url, String failures)
          Adds the given message parameters to the loggable.
 

Methods in org.jcoderz.commons.connector with parameters of type Loggable
static Loggable ConLogMessage.InitializingSslFailed.addParameters(Loggable loggable, String reason)
          Adds the given message parameters to the loggable.
static Loggable ConLogMessage.ConnectionRequestFailed.addParameters(Loggable loggable, Url url)
          Adds the given message parameters to the loggable.
static Loggable ConLogMessage.ConnectionResponseFailed.addParameters(Loggable loggable, Url url)
          Adds the given message parameters to the loggable.
static Loggable ConLogMessage.CreatingConnectorFailed.addParameters(Loggable loggable, Url url)
          Adds the given message parameters to the loggable.
static Loggable ConLogMessage.ConnectionTimeoutError.addParameters(Loggable loggable, Url url, String failures)
          Adds the given message parameters to the loggable.
 

Uses of Loggable in org.jcoderz.commons.logging
 

Methods in org.jcoderz.commons.logging that return Loggable
protected  Loggable LogFilterBase.getLoggable(LogRecord record)
           
 

Methods in org.jcoderz.commons.logging with parameters of type Loggable
protected  void ContinuationLineFormat.basicFormat(StringBuffer sb, LogRecord record, Loggable loggable, List trackingIdSequence)
          Formats the supplied LogRecord with the encapsulated basic message format.
protected  void BasicLogLineFormat.basicFormat(StringBuffer sb, LogRecord record, Loggable loggable, List trackingIdSequence)
          Formats the supplied LogRecord with the encapsulated basic message format.
 void TraceLineFormat.format(StringBuffer sb, LogRecord record, Loggable loggable, List trackingIdSequence, Throwable thrown, Object parameter)
          Formats the supplied LogRecord with the encapsulated message format.
 void StackTraceFormat.format(StringBuffer sb, LogRecord record, Loggable loggable, List trackingIdSequence, Throwable thrown, Object parameter)
          Formats a Throwable.
 void ParameterLineFormat.format(StringBuffer sb, LogRecord record, Loggable loggable, List trackingIdSequence, Throwable thrown, Object parameter)
          Formats the parameters of a Loggable.
 void NestedLineFormat.format(StringBuffer sb, LogRecord record, Loggable loggable, List trackingIdSequence, Throwable thrown, Object parameter)
          Formats either a LogRecord or a Loggable as nested message.
 void MessageLineFormat.format(StringBuffer sb, LogRecord record, Loggable loggable, List trackingIdSequence, Throwable thrown, Object parameter)
          Formats a Loggable into the supplied StringBuffer.
abstract  void LogLineFormat.format(StringBuffer sb, LogRecord record, Loggable loggable, List trackingIdSequence, Throwable thrown, Object parameter)
          The common interface for all log line formatters.
 

Uses of Loggable in org.jcoderz.commons.test
 

Classes in org.jcoderz.commons.test that implement Loggable
 class FunnyRuntimeException
          Not real fun!
 class ImpliedParameters2Exception
          Not real fun!
 class ImpliedParameters3Exception
          Not real fun!
 class ImpliedParametersException
          Not real fun!
 class TestServiceException
          This is the base exception for all message in the package org.jcoderz.commons.test.
 class TestServiceRuntimeException
          This is the base exception for all message in the package org.jcoderz.commons.test.
 

Methods in org.jcoderz.commons.test that return Loggable
static Loggable TssLogMessage.ImpliedParameters.addParameters(Loggable loggable)
          Adds the given message parameters to the loggable.
static Loggable TssLogMessage.ImpliedParametersLog.addParameters(Loggable loggable)
          Adds the given message parameters to the loggable.
static Loggable TssLogMessage.FunnyRuntime.addParameters(Loggable loggable, String causeText)
          Adds the given message parameters to the loggable.
static Loggable TssLogMessage.ImpliedParameters2.addParameters(Loggable loggable, String test)
          Adds the given message parameters to the loggable.
static Loggable TssLogMessage.ImpliedParametersLog2.addParameters(Loggable loggable, String test)
          Adds the given message parameters to the loggable.
static Loggable TssLogMessage.ImpliedParameters3.addParameters(Loggable loggable, String test)
          Adds the given message parameters to the loggable.
static Loggable TssLogMessage.ImpliedParametersLog3.addParameters(Loggable loggable, String test)
          Adds the given message parameters to the loggable.
 

Methods in org.jcoderz.commons.test with parameters of type Loggable
static Loggable TssLogMessage.ImpliedParameters.addParameters(Loggable loggable)
          Adds the given message parameters to the loggable.
static Loggable TssLogMessage.ImpliedParametersLog.addParameters(Loggable loggable)
          Adds the given message parameters to the loggable.
static Loggable TssLogMessage.FunnyRuntime.addParameters(Loggable loggable, String causeText)
          Adds the given message parameters to the loggable.
static Loggable TssLogMessage.ImpliedParameters2.addParameters(Loggable loggable, String test)
          Adds the given message parameters to the loggable.
static Loggable TssLogMessage.ImpliedParametersLog2.addParameters(Loggable loggable, String test)
          Adds the given message parameters to the loggable.
static Loggable TssLogMessage.ImpliedParameters3.addParameters(Loggable loggable, String test)
          Adds the given message parameters to the loggable.
static Loggable TssLogMessage.ImpliedParametersLog3.addParameters(Loggable loggable, String test)
          Adds the given message parameters to the loggable.
 

Uses of Loggable in org.jcoderz.commons.util
 

Methods in org.jcoderz.commons.util with parameters of type Loggable
static void ThrowableUtil.collectNestedData(Loggable loggable)
          Pull up nested information.
 



Copyright 2007 The jCoderZ Project.