Uses of Package
org.jcoderz.commons

Packages that use org.jcoderz.commons
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.connector.file   
org.jcoderz.commons.connector.http   
org.jcoderz.commons.connector.http.transport This package contains the HTTP Connector implementation classes for the transport layer. 
org.jcoderz.commons.doclet   
org.jcoderz.commons.logging   
org.jcoderz.commons.taskdefs This package contains Ant tasks that can be used by any jCoderZ Java project. 
org.jcoderz.commons.test   
org.jcoderz.commons.types This package contains common type classes that can be used by any jCoderz Java project. 
org.jcoderz.commons.types.samples   
org.jcoderz.commons.util   
org.jcoderz.phoenix.dependency   
org.jcoderz.phoenix.report The JCReport performs the following steps: Running tools on the source or class files. 
org.jcoderz.phoenix.sqlparser This package provides tests for the SQL Parser. 
 

Classes in org.jcoderz.commons used by org.jcoderz.commons
ArgumentMalformedException
          The given argument is at least partly malformed.
AuditLogEvent
          This is the base class for audit log events.
AuditPrincipal
          This interface provides mandatory data for an audit log event.
BaseException
          This is the Base class for all checked exceptions.
BaseRuntimeException
          This is the Base class for all runtime exceptions.
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.
CommonsTestRunnerException
          This exception is used to wrap a Throwable thrown by the ServerTest's test method.
CommonsTestRunnerSession
          Remote interface for CommonsTestRunnerSession.
CommonsTestRunnerSessionBean
          Session bean for running JUnit tests inside a server.
CommonsTestRunnerSessionHome
          Home interface for CommonsTestRunnerSession.
CommonsTestRunnerSessionImpl
          Implementation for the TestRunnerSeession bean.
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.
FooLong
          Holds the FooLong.
FooString
          Holds the FooString.
InconsistentDatabaseException
          A value read from the database was invalid.
LogEvent
          This is the Base class for log events.
Loggable
          Interface for all loggable objects.
LogMessageInfo
          Interface for the log message info data structure.
LogMessageInfoImpl
          This abstract class implements the interface LogMessageInfo.
RegexString
          Type-safe string type.
RestrictedLong
          Interface that is supported by all RestrictedLong classes.
RestrictedString
          Interface that is supported by all RestrictedString classes.
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. .
RuntimeErrorException
          This is the base exception for all message in the package org.jcoderz.commons.
StrongType
          Interface that is supported by all StrongType classes.
TestCase
          Base class for a JUnit test that provides additional utility methods.
TestMessagesConfiguration
          The configuration ServiceConfiguration interface of the TestMessages.
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.
 

Classes in org.jcoderz.commons used by org.jcoderz.commons.config
ArgumentMalformedException
          The given argument is at least partly malformed.
BaseException
          This is the Base class for all checked exceptions.
BaseRuntimeException
          This is the Base class for all runtime exceptions.
EntityNotFoundException
          A database entry in table {TABLE} was not found.
InternalErrorException
          The system encountered an unexpected condition, or contains a software bug.
Loggable
          Interface for all loggable objects.
LogMessageInfo
          Interface for the log message info data structure.
LogMessageInfoImpl
          This abstract class implements the interface LogMessageInfo.
RestrictedString
          Interface that is supported by all RestrictedString classes.
StrongType
          Interface that is supported by all StrongType classes.
 

Classes in org.jcoderz.commons used by org.jcoderz.commons.connector
BaseException
          This is the Base class for all checked exceptions.
BaseRuntimeException
          This is the Base class for all runtime exceptions.
Loggable
          Interface for all loggable objects.
LogMessageInfo
          Interface for the log message info data structure.
LogMessageInfoImpl
          This abstract class implements the interface LogMessageInfo.
 

Classes in org.jcoderz.commons used by org.jcoderz.commons.connector.file
ServerTestCase
          Test cases which subclasses this class will be run inside an ejb server vm, without transaction.
TestCase
          Base class for a JUnit test that provides additional utility methods.
 

Classes in org.jcoderz.commons used by org.jcoderz.commons.connector.http
ServerTestCase
          Test cases which subclasses this class will be run inside an ejb server vm, without transaction.
TestCase
          Base class for a JUnit test that provides additional utility methods.
 

Classes in org.jcoderz.commons used by org.jcoderz.commons.connector.http.transport
ArgumentMalformedException
          The given argument is at least partly malformed.
EnumType
          Interface that is supported by all EnumType classes.
StrongType
          Interface that is supported by all StrongType classes.
TestCase
          Base class for a JUnit test that provides additional utility methods.
 

Classes in org.jcoderz.commons used by org.jcoderz.commons.doclet
ArgumentMalformedException
          The given argument is at least partly malformed.
 

Classes in org.jcoderz.commons used by org.jcoderz.commons.logging
BusinessImpact
          Enumerated type of a business impact.
Category
          Enumerated type of a category.
LogFormatterOutputTest
          JUnit test to demonstrate the different outputs of the LogFormatter.
Loggable
          Interface for all loggable objects.
TestCase
          Base class for a JUnit test that provides additional utility methods.
 

Classes in org.jcoderz.commons used by org.jcoderz.commons.taskdefs
TestCase
          Base class for a JUnit test that provides additional utility methods.
 

Classes in org.jcoderz.commons used by org.jcoderz.commons.test
ArgumentMalformedException
          The given argument is at least partly malformed.
BaseException
          This is the Base class for all checked exceptions.
BaseRuntimeException
          This is the Base class for all runtime exceptions.
Loggable
          Interface for all loggable objects.
LogMessageInfo
          Interface for the log message info data structure.
LogMessageInfoImpl
          This abstract class implements the interface LogMessageInfo.
RestrictedLong
          Interface that is supported by all RestrictedLong classes.
 

Classes in org.jcoderz.commons used by org.jcoderz.commons.types
ArgumentMalformedException
          The given argument is at least partly malformed.
EnumType
          Interface that is supported by all EnumType classes.
RestrictedString
          Interface that is supported by all RestrictedString classes.
StrongType
          Interface that is supported by all StrongType classes.
 

Classes in org.jcoderz.commons used by org.jcoderz.commons.types.samples
ArgumentMalformedException
          The given argument is at least partly malformed.
EnumType
          Interface that is supported by all EnumType classes.
FixPointNumber
          Interface that is supported by all FixPointNumber classes.
RestrictedLong
          Interface that is supported by all RestrictedLong classes.
StrongType
          Interface that is supported by all StrongType classes.
 

Classes in org.jcoderz.commons used by org.jcoderz.commons.util
ArgumentMalformedException
          The given argument is at least partly malformed.
AssertionFailedException
          Assertion failed.
Loggable
          Interface for all loggable objects.
ServerTestCase
          Test cases which subclasses this class will be run inside an ejb server vm, without transaction.
TestCase
          Base class for a JUnit test that provides additional utility methods.
 

Classes in org.jcoderz.commons used by org.jcoderz.phoenix.dependency
ArgumentMalformedException
          The given argument is at least partly malformed.
EnumType
          Interface that is supported by all EnumType classes.
StrongType
          Interface that is supported by all StrongType classes.
 

Classes in org.jcoderz.commons used by org.jcoderz.phoenix.report
ArgumentMalformedException
          The given argument is at least partly malformed.
EnumType
          Interface that is supported by all EnumType classes.
RestrictedString
          Interface that is supported by all RestrictedString classes.
StrongType
          Interface that is supported by all StrongType classes.
 

Classes in org.jcoderz.commons used by org.jcoderz.phoenix.sqlparser
TestCase
          Base class for a JUnit test that provides additional utility methods.
 



Copyright 2007 The jCoderZ Project.