Uses of Interface
businessmodel._UserIntfOperations

Packages that use _UserIntfOperations
businessmodel   
dataabstraction   
 

Uses of _UserIntfOperations in businessmodel
 

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

Fields in businessmodel declared as _UserIntfOperations
 _UserIntfOperations _UserIntfTie.servant
           
 

Constructors in businessmodel with parameters of type _UserIntfOperations
_UserIntfTie._UserIntfTie(_UserIntfOperations servant)
           
 

Uses of _UserIntfOperations in dataabstraction
 

Classes in dataabstraction that implement _UserIntfOperations
 class PersistentUser
          The PersistentUser class provides the object-relational / relational-object mapping for User objects in the BugTracker application.