com.ibm.uddi.ejb

Class InquiryBean

  1. java.lang.Object
  2. extended bycom.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.
  1. public class InquiryBean
  2. extends java.lang.Object
  3. implements javax.ejb.SessionBean
Provides the implementation of the EJB interface to the Inquiry API of the IBM WebSphere UDDI Registry.

See Inquiry for detailed javadoc of each method.

See Also:
Serialized Form

Constructor Summary

Constructor and Description
InquiryBean()
Deprecated.

Method Summary

Modifier and Type Method and Description
  1. void
ejbActivate()
Deprecated.
  1. void
ejbCreate()
Deprecated.
  1. void
ejbPassivate()
Deprecated.
  1. void
ejbRemove()
Deprecated.
  1. BindingDetail
findBinding(java.lang.String serviceKey,TModelBag tModelBag)
Deprecated.
  1. BindingDetail
findBinding(java.lang.String serviceKey,TModelBag tModelBag,InquiryOptions options)
Deprecated.
  1. BusinessList
findBusiness(CategoryBag categoryBag)
Deprecated.
  1. BusinessList
findBusiness(CategoryBag categoryBag,InquiryOptions options)
Deprecated.
  1. BusinessList
findBusiness(DiscoveryUrlList discoveryURLs)
Deprecated.
  1. BusinessList
findBusiness(DiscoveryUrlList discoveryURLs,InquiryOptions options)
Deprecated.
  1. BusinessList
findBusiness(IdentifierBag identifierBag)
Deprecated.
  1. BusinessList
findBusiness(IdentifierBag identifierBag,InquiryOptions options)
Deprecated.
  1. BusinessList
findBusiness(NameList nameList)
Deprecated.
  1. BusinessList
findBusiness(NameList nameList,InquiryOptions options)
Deprecated.
  1. BusinessList
findBusiness(TModelBag tModelBag)
Deprecated.
  1. BusinessList
findBusiness(TModelBag tModelBag,InquiryOptions options)
Deprecated.
  1. RelatedBusinessesList
findRelatedBusinesses(FindQualifiers findQualifiers,java.lang.String businessKey)
Deprecated.
  1. RelatedBusinessesList
findRelatedBusinesses(java.lang.String businessKey)
Deprecated.
  1. RelatedBusinessesList
findRelatedBusinesses(java.lang.String businessKey,KeyedReference keyedReference)
Deprecated.
  1. ServiceList
findService(java.lang.String businessKey,CategoryBag categoryBag)
Deprecated.
  1. ServiceList
findService(java.lang.String businessKey,CategoryBag categoryBag,InquiryOptions options)
Deprecated.
  1. ServiceList
findService(java.lang.String businessKey,NameList nameList)
Deprecated.
  1. ServiceList
findService(java.lang.String businessKey,NameList nameList,InquiryOptions options)
Deprecated.
  1. ServiceList
findService(java.lang.String businessKey,TModelBag tModelBag)
Deprecated.
  1. ServiceList
findService(java.lang.String businessKey,TModelBag tModelBag,InquiryOptions options)
Deprecated.
  1. TModelList
findTModel(CategoryBag categoryBag)
Deprecated.
  1. TModelList
findTModel(CategoryBag categoryBag,InquiryOptions options)
Deprecated.
  1. TModelList
findTModel(IdentifierBag identifierBag)
Deprecated.
  1. TModelList
findTModel(IdentifierBag identifierBag,InquiryOptions options)
Deprecated.
  1. TModelList
findTModel(java.lang.String name)
Deprecated.
  1. TModelList
findTModel(java.lang.String name,InquiryOptions options)
Deprecated.
  1. BindingDetail
getBindingDetail(java.lang.String bindingKey)
Deprecated.
  1. BindingDetail
getBindingDetail(java.util.Vector bindingKeys)
Deprecated.
  1. BusinessDetail
getBusinessDetail(java.lang.String businessKey)
Deprecated.
  1. BusinessDetail
getBusinessDetail(java.util.Vector businessKeys)
Deprecated.
  1. ServiceDetail
getServiceDetail(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.
  1. ServiceDetail
getServiceDetail(java.util.Vector serviceKeys)
Deprecated.
  1. TModelDetail
getTModelDetail(java.lang.String tModelKey)
Deprecated.
  1. TModelDetail
getTModelDetail(java.util.Vector tModelKeys)
Deprecated.
  1. void
setSessionContext(javax.ejb.SessionContext context)
Deprecated.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

InquiryBean

  1. public InquiryBean()
Deprecated.

Method Detail

ejbCreate

  1. public void ejbCreate()
  2. throws javax.ejb.CreateException
Deprecated.
Throws:
javax.ejb.CreateException

ejbActivate

  1. public void ejbActivate()
  2. throws javax.ejb.EJBException
Deprecated.
Specified by:
ejbActivate in interface javax.ejb.SessionBean
Throws:
javax.ejb.EJBException

ejbPassivate

  1. public void ejbPassivate()
  2. throws javax.ejb.EJBException
Deprecated.
Specified by:
ejbPassivate in interface javax.ejb.SessionBean
Throws:
javax.ejb.EJBException

ejbRemove

  1. public void ejbRemove()
  2. throws javax.ejb.EJBException
Deprecated.
Specified by:
ejbRemove in interface javax.ejb.SessionBean
Throws:
javax.ejb.EJBException

setSessionContext

  1. public void setSessionContext(javax.ejb.SessionContext context)
  2. throws javax.ejb.EJBException
Deprecated.
Specified by:
setSessionContext in interface javax.ejb.SessionBean
Throws:
javax.ejb.EJBException

findBinding

  1. public BindingDetail findBinding( java.lang.String serviceKey,
  2. TModelBag tModelBag,
  3. InquiryOptions options)
  4. throws DispositionReportException
Deprecated.
Throws:

findBinding

  1. public BindingDetail findBinding( java.lang.String serviceKey,
  2. TModelBag tModelBag)
  3. throws DispositionReportException
Deprecated.
Throws:

findBusiness

  1. public BusinessList findBusiness( NameList nameList)
  2. throws DispositionReportException
Deprecated.
Throws:

findBusiness

  1. public BusinessList findBusiness( NameList nameList,
  2. InquiryOptions options)
  3. throws DispositionReportException
Deprecated.
Throws:

findBusiness

  1. public BusinessList findBusiness( IdentifierBag identifierBag)
  2. throws DispositionReportException
Deprecated.
Throws:

findBusiness

  1. public BusinessList findBusiness( IdentifierBag identifierBag,
  2. InquiryOptions options)
  3. throws DispositionReportException
Deprecated.
Throws:

findBusiness

  1. public BusinessList findBusiness( CategoryBag categoryBag)
  2. throws DispositionReportException
Deprecated.
Throws:

findBusiness

  1. public BusinessList findBusiness( CategoryBag categoryBag,
  2. InquiryOptions options)
  3. throws DispositionReportException
Deprecated.
Throws:

findBusiness

  1. public BusinessList findBusiness( TModelBag tModelBag)
  2. throws DispositionReportException
Deprecated.
Throws:

findBusiness

  1. public BusinessList findBusiness( TModelBag tModelBag,
  2. InquiryOptions options)
  3. throws DispositionReportException
Deprecated.
Throws:

findBusiness

  1. public BusinessList findBusiness( DiscoveryUrlList discoveryURLs)
  2. throws DispositionReportException
Deprecated.
Throws:

findBusiness

  1. public BusinessList findBusiness( DiscoveryUrlList discoveryURLs,
  2. InquiryOptions options)
  3. throws DispositionReportException
Deprecated.
Throws:

findRelatedBusinesses

  1. public RelatedBusinessesList findRelatedBusinesses( java.lang.String businessKey)
  2. throws DispositionReportException
Deprecated.
Throws:

findRelatedBusinesses

  1. public RelatedBusinessesList findRelatedBusinesses( FindQualifiers findQualifiers,
  2. java.lang.String businessKey)
  3. throws DispositionReportException
Deprecated.
Throws:

findRelatedBusinesses

  1. public RelatedBusinessesList findRelatedBusinesses( java.lang.String businessKey,
  2. KeyedReference keyedReference)
  3. throws DispositionReportException
Deprecated.
Throws:

findService

  1. public ServiceList findService( java.lang.String businessKey,
  2. NameList nameList)
  3. throws DispositionReportException
Deprecated.
Throws:

findService

  1. public ServiceList findService( java.lang.String businessKey,
  2. NameList nameList,
  3. InquiryOptions options)
  4. throws DispositionReportException
Deprecated.
Throws:

findService

  1. public ServiceList findService( java.lang.String businessKey,
  2. CategoryBag categoryBag)
  3. throws DispositionReportException
Deprecated.
Throws:

findService

  1. public ServiceList findService( java.lang.String businessKey,
  2. CategoryBag categoryBag,
  3. InquiryOptions options)
  4. throws DispositionReportException
Deprecated.
Throws:

findService

  1. public ServiceList findService( java.lang.String businessKey,
  2. TModelBag tModelBag)
  3. throws DispositionReportException
Deprecated.
Throws:

findService

  1. public ServiceList findService( java.lang.String businessKey,
  2. TModelBag tModelBag,
  3. InquiryOptions options)
  4. throws DispositionReportException
Deprecated.
Throws:

findTModel

  1. public TModelList findTModel(java.lang.String name)
  2. throws DispositionReportException
Deprecated.
Throws:

findTModel

  1. public TModelList findTModel(java.lang.String name,
  2. InquiryOptions options)
  3. throws DispositionReportException
Deprecated.
Throws:

findTModel

  1. public TModelList findTModel(IdentifierBag identifierBag)
  2. throws DispositionReportException
Deprecated.
Throws:

findTModel

  1. public TModelList findTModel(IdentifierBag identifierBag,
  2. InquiryOptions options)
  3. throws DispositionReportException
Deprecated.
Throws:

findTModel

  1. public TModelList findTModel(CategoryBag categoryBag)
  2. throws DispositionReportException
Deprecated.
Throws:

findTModel

  1. public TModelList findTModel(CategoryBag categoryBag,
  2. InquiryOptions options)
  3. throws DispositionReportException
Deprecated.
Throws:

getBindingDetail

  1. public BindingDetail getBindingDetail( java.lang.String bindingKey)
  2. throws DispositionReportException
Deprecated.
Throws:

getBindingDetail

  1. public BindingDetail getBindingDetail( java.util.Vector bindingKeys)
  2. throws DispositionReportException
Deprecated.
Throws:

getBusinessDetail

  1. public BusinessDetail getBusinessDetail( java.lang.String businessKey)
  2. throws DispositionReportException
Deprecated.
Throws:

getBusinessDetail

  1. public BusinessDetail getBusinessDetail( java.util.Vector businessKeys)
  2. throws DispositionReportException
Deprecated.
Throws:

getServiceDetail

  1. public ServiceDetail getServiceDetail( java.lang.String serviceKey)
  2. 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:

getServiceDetail

  1. public ServiceDetail getServiceDetail( java.util.Vector serviceKeys)
  2. throws DispositionReportException
Deprecated.
Throws:

getTModelDetail

  1. public TModelDetail getTModelDetail( java.lang.String tModelKey)
  2. throws DispositionReportException
Deprecated.
Throws:

getTModelDetail

  1. public TModelDetail getTModelDetail( java.util.Vector tModelKeys)
  2. throws DispositionReportException
Deprecated.
Throws: