Package org.jcoderz.commons

Interface Summary
AuditPrincipal This interface provides mandatory data for an audit log event.
CommonsTestRunnerSession Remote interface for CommonsTestRunnerSession.
CommonsTestRunnerSessionHome Home interface for CommonsTestRunnerSession.
CommonsTestRunnerSessionInterface Session bean for running JUnit tests inside a server.
CommonsTestRunnerSessionLocal Local interface for CommonsTestRunnerSession.
CommonsTestRunnerSessionLocalHome Local home interface for CommonsTestRunnerSession.
EnumType Interface that is supported by all EnumType classes.
FixPointNumber Interface that is supported by all FixPointNumber classes.
Loggable Interface for all loggable objects.
LogMessageInfo Interface for the log message info data structure.
RestrictedLong Interface that is supported by all RestrictedLong classes.
RestrictedString Interface that is supported by all RestrictedString classes.
StrongType Interface that is supported by all StrongType classes.
TestMessagesConfiguration The configuration ServiceConfiguration interface of the TestMessages.
 

Class Summary
AuditLogEvent This is the base class for audit log events.
BusinessImpact Enumerated type of a business impact.
Category Enumerated type of a category.
CmnLogMessage Enumeration of all Common Error log messages.
CmnLogMessage.EntityNotFound A database entry in table {TABLE} was not found.
Color Enumerated type of a color.
CommonsTestRunnerSessionBean Session bean for running JUnit tests inside a server.
CommonsTestRunnerSessionImpl Implementation for the TestRunnerSeession bean.
CommonsTestRunnerSessionJNDIUtil Utility class for CommonsTestRunnerSession.
CommonsTestRunnerSessionSession Session layer for CommonsTestRunnerSession.
CommonsTestRunnerSessionUtil Utility class for CommonsTestRunnerSession.
DevelopersLogFormatter This type implements a Formatter to be used for logging onto the console.
FooLong Holds the FooLong.
FooString Holds the FooString.
FooStringTest  
FooStringUserType Hibernate user type for the FooString.
LogEvent This is the Base class for log events.
LogFormatter This type implements a Formatter to be used for logging in a format, which allows filtering of log files with standard tools and little effort.
LogFormatterOutputTest JUnit test to demonstrate the different outputs of the LogFormatter.
LoggableImpl Implements code common to all Exceptions.
LoggableImplTest Test for LoggableImpl class.
LogMessageInfoImpl This abstract class implements the interface LogMessageInfo.
LogMessageInfoTest Tests the LogMessageInfo class.
LogThreadContext This class holds logging context information that is bound to the current thread.
RegexString Type-safe string type.
RteLogMessage Enumeration of all Runtime Error log messages.
RteLogMessage.ArgumentFractionDigitsViolation The given argument is at least partly malformed.
RteLogMessage.ArgumentMalformed The given argument is at least partly malformed.
RteLogMessage.ArgumentMaxLengthViolation The given argument is at least partly malformed.
RteLogMessage.ArgumentMaxValueViolation The given argument is at least partly malformed.
RteLogMessage.ArgumentMinLengthViolation The given argument is at least partly malformed.
RteLogMessage.ArgumentMinValueViolation The given argument is at least partly malformed.
RteLogMessage.ArgumentPatternViolation The given argument is at least partly malformed.
RteLogMessage.AssertionFailed Assertion failed.
RteLogMessage.DatabaseAccessFailed The system encountered an exception while accessing a database. .
RteLogMessage.DatabaseIntegrityError While accessing table {TABLE}, the following problem was encountered: {PROBLEM}. .
RteLogMessage.ExceptionCreated An Exception with symbol {SYMBOL} has been created.
RteLogMessage.InconsistentDatabase A value read from the database was invalid.
RteLogMessage.InternalError The system encountered an unexpected condition, or contains a software bug.
RteLogMessage.RemoteCallFailure The call to a internal remote object failed. .
RteLogMessage.RuntimeExceptionCreated An RuntimeException with symbol {SYMBOL} has been created.
RteLogMessage.UnexpectedException An exeption occured that was not expected in the current code. .
ServerTestCase Test cases which subclasses this class will be run inside an ejb server vm, without transaction.
TestAuditPrincipal A test principal for the audit log events.
TestCase Base class for a JUnit test that provides additional utility methods.
TestMessagesConfigurationImpl The configuration ServiceConfiguration implementation of the TestMessages.
TestMessagesConfigurationKeys This class defines all configuration keys for the Test Messages service.
TstLogMessage Enumeration of all Test Messages log messages.
TstLogMessage.TestAuditMessage This is a test audit event and should not be used in a production environment. .
TstLogMessage.TestMessage This is a test message and should not be used in a production environment.
Version This class holds version information at compile time.
 

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



Copyright 2007 The jCoderZ Project.