businesslogic
Interface DefectServerIntf

All Known Implementing Classes:
_DefectServerIntfImplBase, _DefectServerIntfStub

public abstract interface DefectServerIntf
extends org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity


Fields inherited from class java.io.Serializable
serialVersionUID
 
Method Summary
 DefectFactoryIntf getDefectFactory()
           
 DefectPolicyIntf getPolicyObject()
           
 UserFactoryIntf getUserFactory()
           
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Method Detail

getDefectFactory

public DefectFactoryIntf getDefectFactory()

getPolicyObject

public DefectPolicyIntf getPolicyObject()

getUserFactory

public UserFactoryIntf getUserFactory()