Uses of Interface
businesslogic.DefectFactoryIntf

Packages that use DefectFactoryIntf
businesslogic   
 

Uses of DefectFactoryIntf in businesslogic
 

Classes in businesslogic that implement DefectFactoryIntf
 class _DefectFactoryIntfImplBase
           
 class _DefectFactoryIntfStub
           
 class _DefectFactoryIntfTie
           
 

Fields in businesslogic declared as DefectFactoryIntf
 DefectFactoryIntf DefectServer.m_DefectFactory
           
 DefectFactoryIntf DefectFactoryIntfHolder.value
           
 

Methods in businesslogic that return DefectFactoryIntf
 DefectFactoryIntf _DefectServerIntfTie.getDefectFactory()
           
 DefectFactoryIntf DefectServer.getDefectFactory()
          accessor method
 DefectFactoryIntf _DefectServerIntfStub.getDefectFactory()
           
 DefectFactoryIntf _DefectServerIntfOperations.getDefectFactory()
           
 DefectFactoryIntf DefectServerIntf.getDefectFactory()
           
static DefectFactoryIntf DefectFactoryIntfHelper.read(org.omg.CORBA.portable.InputStream in)
           
static DefectFactoryIntf DefectFactoryIntfHelper.extract(org.omg.CORBA.Any a)
           
static DefectFactoryIntf DefectFactoryIntfHelper.narrow(org.omg.CORBA.Object that)
           
 

Methods in businesslogic with parameters of type DefectFactoryIntf
static void DefectFactoryIntfHelper.write(org.omg.CORBA.portable.OutputStream out, DefectFactoryIntf that)
           
static void DefectFactoryIntfHelper.insert(org.omg.CORBA.Any a, DefectFactoryIntf that)
           
 

Constructors in businesslogic with parameters of type DefectFactoryIntf
DefectServer.DefectServer(DefectFactoryIntf theDefectFactory, DefectPolicyIntf thePolicy, UserFactoryIntf theUserFactory)
           
DefectFactoryIntfHolder.DefectFactoryIntfHolder(DefectFactoryIntf __arg)