com.ibm.uddi.ejb
Class InquiryBean
- java.lang.Object
-
- com.ibm.uddi.ejb.InquiryBean
-
- All Implemented Interfaces:
- java.io.Serializable, javax.ejb.EnterpriseBean, javax.ejb.SessionBean
Deprecated.Deprecated as of WAS 6.0. No replacement.
public class InquiryBean extends java.lang.Object implements javax.ejb.SessionBeanProvides the implementation of the EJB interface to the Inquiry API of the IBM WebSphere UDDI Registry.See
Inquiryfor detailed javadoc of each method.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description InquiryBean()Deprecated.
-
Method Summary
Methods Modifier and Type Method and Description voidejbActivate()Deprecated.voidejbCreate()Deprecated.voidejbPassivate()Deprecated.voidejbRemove()Deprecated.BindingDetailfindBinding(java.lang.String serviceKey, TModelBag tModelBag)Deprecated.BindingDetailfindBinding(java.lang.String serviceKey, TModelBag tModelBag, InquiryOptions options)Deprecated.BusinessListfindBusiness(CategoryBag categoryBag)Deprecated.BusinessListfindBusiness(CategoryBag categoryBag, InquiryOptions options)Deprecated.BusinessListfindBusiness(DiscoveryUrlList discoveryURLs)Deprecated.BusinessListfindBusiness(DiscoveryUrlList discoveryURLs, InquiryOptions options)Deprecated.BusinessListfindBusiness(IdentifierBag identifierBag)Deprecated.BusinessListfindBusiness(IdentifierBag identifierBag, InquiryOptions options)Deprecated.BusinessListfindBusiness(NameList nameList)Deprecated.BusinessListfindBusiness(NameList nameList, InquiryOptions options)Deprecated.BusinessListfindBusiness(TModelBag tModelBag)Deprecated.BusinessListfindBusiness(TModelBag tModelBag, InquiryOptions options)Deprecated.RelatedBusinessesListfindRelatedBusinesses(FindQualifiers findQualifiers, java.lang.String businessKey)Deprecated.RelatedBusinessesListfindRelatedBusinesses(java.lang.String businessKey)Deprecated.RelatedBusinessesListfindRelatedBusinesses(java.lang.String businessKey, KeyedReference keyedReference)Deprecated.ServiceListfindService(java.lang.String businessKey, CategoryBag categoryBag)Deprecated.ServiceListfindService(java.lang.String businessKey, CategoryBag categoryBag, InquiryOptions options)Deprecated.ServiceListfindService(java.lang.String businessKey, NameList nameList)Deprecated.ServiceListfindService(java.lang.String businessKey, NameList nameList, InquiryOptions options)Deprecated.ServiceListfindService(java.lang.String businessKey, TModelBag tModelBag)Deprecated.ServiceListfindService(java.lang.String businessKey, TModelBag tModelBag, InquiryOptions options)Deprecated.TModelListfindTModel(CategoryBag categoryBag)Deprecated.TModelListfindTModel(CategoryBag categoryBag, InquiryOptions options)Deprecated.TModelListfindTModel(IdentifierBag identifierBag)Deprecated.TModelListfindTModel(IdentifierBag identifierBag, InquiryOptions options)Deprecated.TModelListfindTModel(java.lang.String name)Deprecated.TModelListfindTModel(java.lang.String name, InquiryOptions options)Deprecated.BindingDetailgetBindingDetail(java.lang.String bindingKey)Deprecated.BindingDetailgetBindingDetail(java.util.Vector bindingKeys)Deprecated.BusinessDetailgetBusinessDetail(java.lang.String businessKey)Deprecated.BusinessDetailgetBusinessDetail(java.util.Vector businessKeys)Deprecated.ServiceDetailgetServiceDetail(java.lang.String serviceKey)Deprecated.// Start of get_businessDetailExt methods. // get_businessDetailExt with a single key public BusinessDetailExt getBusinessDetailExt(String businessKey) throws DispositionReportException { BusinessInquiry inquiry = new BusinessInquiry(); Vector businessKeyVector = new Vector(1); businessKeyVector.add(businessKey); return inquiry.getDetailExt(businessKeyVector); } // get_businessDetailExt with multiple keys public BusinessDetailExt getBusinessDetailExt(Vector businessKeys) throws DispositionReportException { BusinessInquiry inquiry = new BusinessInquiry(); return inquiry.getDetailExt(businessKeys); } // End of get_businessDetailExt methods.ServiceDetailgetServiceDetail(java.util.Vector serviceKeys)Deprecated.TModelDetailgetTModelDetail(java.lang.String tModelKey)Deprecated.TModelDetailgetTModelDetail(java.util.Vector tModelKeys)Deprecated.voidsetSessionContext(javax.ejb.SessionContext context)Deprecated.
-
-
-
Method Detail
-
ejbCreate
public void ejbCreate() throws javax.ejb.CreateExceptionDeprecated.- Throws:
javax.ejb.CreateException
-
ejbActivate
public void ejbActivate() throws javax.ejb.EJBExceptionDeprecated.- Specified by:
ejbActivatein interfacejavax.ejb.SessionBean- Throws:
javax.ejb.EJBException
-
ejbPassivate
public void ejbPassivate() throws javax.ejb.EJBExceptionDeprecated.- Specified by:
ejbPassivatein interfacejavax.ejb.SessionBean- Throws:
javax.ejb.EJBException
-
ejbRemove
public void ejbRemove() throws javax.ejb.EJBExceptionDeprecated.- Specified by:
ejbRemovein interfacejavax.ejb.SessionBean- Throws:
javax.ejb.EJBException
-
setSessionContext
public void setSessionContext(javax.ejb.SessionContext context) throws javax.ejb.EJBExceptionDeprecated.- Specified by:
setSessionContextin interfacejavax.ejb.SessionBean- Throws:
javax.ejb.EJBException
-
findBinding
public BindingDetail findBinding(java.lang.String serviceKey, TModelBag tModelBag, InquiryOptions options) throws DispositionReportException
Deprecated.- Throws:
DispositionReportException
-
findBinding
public BindingDetail findBinding(java.lang.String serviceKey, TModelBag tModelBag) throws DispositionReportException
Deprecated.- Throws:
DispositionReportException
-
findBusiness
public BusinessList findBusiness(NameList nameList) throws DispositionReportException
Deprecated.- Throws:
DispositionReportException
-
findBusiness
public BusinessList findBusiness(NameList nameList, InquiryOptions options) throws DispositionReportException
Deprecated.- Throws:
DispositionReportException
-
findBusiness
public BusinessList findBusiness(IdentifierBag identifierBag) throws DispositionReportException
Deprecated.- Throws:
DispositionReportException
-
findBusiness
public BusinessList findBusiness(IdentifierBag identifierBag, InquiryOptions options) throws DispositionReportException
Deprecated.- Throws:
DispositionReportException
-
findBusiness
public BusinessList findBusiness(CategoryBag categoryBag) throws DispositionReportException
Deprecated.- Throws:
DispositionReportException
-
findBusiness
public BusinessList findBusiness(CategoryBag categoryBag, InquiryOptions options) throws DispositionReportException
Deprecated.- Throws:
DispositionReportException
-
findBusiness
public BusinessList findBusiness(TModelBag tModelBag) throws DispositionReportException
Deprecated.- Throws:
DispositionReportException
-
findBusiness
public BusinessList findBusiness(TModelBag tModelBag, InquiryOptions options) throws DispositionReportException
Deprecated.- Throws:
DispositionReportException
-
findBusiness
public BusinessList findBusiness(DiscoveryUrlList discoveryURLs) throws DispositionReportException
Deprecated.- Throws:
DispositionReportException
-
findBusiness
public BusinessList findBusiness(DiscoveryUrlList discoveryURLs, InquiryOptions options) throws DispositionReportException
Deprecated.- Throws:
DispositionReportException
-
findRelatedBusinesses
public RelatedBusinessesList findRelatedBusinesses(java.lang.String businessKey) throws DispositionReportException
Deprecated.- Throws:
DispositionReportException
-
findRelatedBusinesses
public RelatedBusinessesList findRelatedBusinesses(FindQualifiers findQualifiers, java.lang.String businessKey) throws DispositionReportException
Deprecated.- Throws:
DispositionReportException
-
findRelatedBusinesses
public RelatedBusinessesList findRelatedBusinesses(java.lang.String businessKey, KeyedReference keyedReference) throws DispositionReportException
Deprecated.- Throws:
DispositionReportException
-
findService
public ServiceList findService(java.lang.String businessKey, NameList nameList) throws DispositionReportException
Deprecated.- Throws:
DispositionReportException
-
findService
public ServiceList findService(java.lang.String businessKey, NameList nameList, InquiryOptions options) throws DispositionReportException
Deprecated.- Throws:
DispositionReportException
-
findService
public ServiceList findService(java.lang.String businessKey, CategoryBag categoryBag) throws DispositionReportException
Deprecated.- Throws:
DispositionReportException
-
findService
public ServiceList findService(java.lang.String businessKey, CategoryBag categoryBag, InquiryOptions options) throws DispositionReportException
Deprecated.- Throws:
DispositionReportException
-
findService
public ServiceList findService(java.lang.String businessKey, TModelBag tModelBag) throws DispositionReportException
Deprecated.- Throws:
DispositionReportException
-
findService
public ServiceList findService(java.lang.String businessKey, TModelBag tModelBag, InquiryOptions options) throws DispositionReportException
Deprecated.- Throws:
DispositionReportException
-
findTModel
public TModelList findTModel(java.lang.String name) throws DispositionReportException
Deprecated.- Throws:
DispositionReportException
-
findTModel
public TModelList findTModel(java.lang.String name, InquiryOptions options) throws DispositionReportException
Deprecated.- Throws:
DispositionReportException
-
findTModel
public TModelList findTModel(IdentifierBag identifierBag) throws DispositionReportException
Deprecated.- Throws:
DispositionReportException
-
findTModel
public TModelList findTModel(IdentifierBag identifierBag, InquiryOptions options) throws DispositionReportException
Deprecated.- Throws:
DispositionReportException
-
findTModel
public TModelList findTModel(CategoryBag categoryBag) throws DispositionReportException
Deprecated.- Throws:
DispositionReportException
-
findTModel
public TModelList findTModel(CategoryBag categoryBag, InquiryOptions options) throws DispositionReportException
Deprecated.- Throws:
DispositionReportException
-
getBindingDetail
public BindingDetail getBindingDetail(java.lang.String bindingKey) throws DispositionReportException
Deprecated.- Throws:
DispositionReportException
-
getBindingDetail
public BindingDetail getBindingDetail(java.util.Vector bindingKeys) throws DispositionReportException
Deprecated.- Throws:
DispositionReportException
-
getBusinessDetail
public BusinessDetail getBusinessDetail(java.lang.String businessKey) throws DispositionReportException
Deprecated.- Throws:
DispositionReportException
-
getBusinessDetail
public BusinessDetail getBusinessDetail(java.util.Vector businessKeys) throws DispositionReportException
Deprecated.- Throws:
DispositionReportException
-
getServiceDetail
public ServiceDetail getServiceDetail(java.lang.String serviceKey) throws DispositionReportException
Deprecated.// Start of get_businessDetailExt methods. // get_businessDetailExt with a single key public BusinessDetailExt getBusinessDetailExt(String businessKey) throws DispositionReportException { BusinessInquiry inquiry = new BusinessInquiry(); Vector businessKeyVector = new Vector(1); businessKeyVector.add(businessKey); return inquiry.getDetailExt(businessKeyVector); } // get_businessDetailExt with multiple keys public BusinessDetailExt getBusinessDetailExt(Vector businessKeys) throws DispositionReportException { BusinessInquiry inquiry = new BusinessInquiry(); return inquiry.getDetailExt(businessKeys); } // End of get_businessDetailExt methods.- Throws:
DispositionReportException
-
getServiceDetail
public ServiceDetail getServiceDetail(java.util.Vector serviceKeys) throws DispositionReportException
Deprecated.- Throws:
DispositionReportException
-
getTModelDetail
public TModelDetail getTModelDetail(java.lang.String tModelKey) throws DispositionReportException
Deprecated.- Throws:
DispositionReportException
-
getTModelDetail
public TModelDetail getTModelDetail(java.util.Vector tModelKeys) throws DispositionReportException
Deprecated.- Throws:
DispositionReportException
-
-