Uses of Interface
apputil.Testable

Packages that use Testable
apputil   
businesslogic   
businessmodel   
dataabstraction   
 

Uses of Testable in apputil
 

Classes in apputil that implement Testable
 class AppConfig
          The AppConfig class provides a single point of obtaining application configuration information.
 

Uses of Testable in businesslogic
 

Classes in businesslogic that implement Testable
 class DefectPolicy
          Singleton class that enforces the policies of the business objects of the BugTracker application.
 class MailMessage
          MailMessage provides an encapsulated means of constructing and sending an internet mail message without having to understand SMTP.
 

Uses of Testable in businessmodel
 

Classes in businessmodel that implement Testable
 class Defect
          Defect class, implements the _DefectIntfOperations interface used by the tie class generated by idltojava.
 class User
          This class implements the _UserIntfOperations interface, used by the tie class generated by idltojava.
 

Uses of Testable in dataabstraction
 

Classes in dataabstraction that implement Testable
 class PersistentDefect
          PersistentDefect is the foundation of the BugTracker application, and is the class of object that is "remoted" through CORBA to the bugtracker client and servlet.
 class PersistentUser
          The PersistentUser class provides the object-relational / relational-object mapping for User objects in the BugTracker application.