Uses of Interface
businessmodel._DefectIntfOperations

Packages that use _DefectIntfOperations
businesslogic   
businessmodel   
dataabstraction   
 

Uses of _DefectIntfOperations in businesslogic
 

Methods in businesslogic with parameters of type _DefectIntfOperations
 void DefectPolicy.statusChanged(_DefectIntfOperations theDefect)
          when the defect has changed, the policy object will notify the list of addressees (in the changedMailList member of the defect) that the defect has changed, and include the updated defect.
 

Uses of _DefectIntfOperations in businessmodel
 

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

Fields in businessmodel declared as _DefectIntfOperations
 _DefectIntfOperations _DefectIntfTie.servant
           
 

Constructors in businessmodel with parameters of type _DefectIntfOperations
_DefectIntfTie._DefectIntfTie(_DefectIntfOperations servant)
           
 

Uses of _DefectIntfOperations in dataabstraction
 

Classes in dataabstraction that implement _DefectIntfOperations
 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.