IBM WebSphere Application ServerTM
Release 8

com.ibm.uddi.ejb
Class InquiryBean

java.lang.Object
  extended by 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.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
InquiryBean()
          Deprecated.  
 
Method Summary
 void ejbActivate()
          Deprecated.  
 void ejbCreate()
          Deprecated.  
 void ejbPassivate()
          Deprecated.  
 void ejbRemove()
          Deprecated.  
 BindingDetail findBinding(java.lang.String serviceKey, TModelBag tModelBag)
          Deprecated.  
 BindingDetail findBinding(java.lang.String serviceKey, TModelBag tModelBag, InquiryOptions options)
          Deprecated.  
 BusinessList findBusiness(CategoryBag categoryBag)
          Deprecated.  
 BusinessList findBusiness(CategoryBag categoryBag, InquiryOptions options)
          Deprecated.  
 BusinessList findBusiness(DiscoveryUrlList discoveryURLs)
          Deprecated.  
 BusinessList findBusiness(DiscoveryUrlList discoveryURLs, InquiryOptions options)
          Deprecated.  
 BusinessList findBusiness(IdentifierBag identifierBag)
          Deprecated.  
 BusinessList findBusiness(IdentifierBag identifierBag, InquiryOptions options)
          Deprecated.  
 BusinessList findBusiness(NameList nameList)
          Deprecated.  
 BusinessList findBusiness(NameList nameList, InquiryOptions options)
          Deprecated.  
 BusinessList findBusiness(TModelBag tModelBag)
          Deprecated.  
 BusinessList findBusiness(TModelBag tModelBag, InquiryOptions options)
          Deprecated.  
 RelatedBusinessesList findRelatedBusinesses(FindQualifiers findQualifiers, java.lang.String businessKey)
          Deprecated.  
 RelatedBusinessesList findRelatedBusinesses(java.lang.String businessKey)
          Deprecated.  
 RelatedBusinessesList findRelatedBusinesses(java.lang.String businessKey, KeyedReference keyedReference)
          Deprecated.  
 ServiceList findService(java.lang.String businessKey, CategoryBag categoryBag)
          Deprecated.  
 ServiceList findService(java.lang.String businessKey, CategoryBag categoryBag, InquiryOptions options)
          Deprecated.  
 ServiceList findService(java.lang.String businessKey, NameList nameList)
          Deprecated.  
 ServiceList findService(java.lang.String businessKey, NameList nameList, InquiryOptions options)
          Deprecated.  
 ServiceList findService(java.lang.String businessKey, TModelBag tModelBag)
          Deprecated.  
 ServiceList findService(java.lang.String businessKey, TModelBag tModelBag, InquiryOptions options)
          Deprecated.  
 TModelList findTModel(CategoryBag categoryBag)
          Deprecated.  
 TModelList findTModel(CategoryBag categoryBag, InquiryOptions options)
          Deprecated.  
 TModelList findTModel(IdentifierBag identifierBag)
          Deprecated.  
 TModelList findTModel(IdentifierBag identifierBag, InquiryOptions options)
          Deprecated.  
 TModelList findTModel(java.lang.String name)
          Deprecated.  
 TModelList findTModel(java.lang.String name, InquiryOptions options)
          Deprecated.  
 BindingDetail getBindingDetail(java.lang.String bindingKey)
          Deprecated.  
 BindingDetail getBindingDetail(java.util.Vector bindingKeys)
          Deprecated.  
 BusinessDetail getBusinessDetail(java.lang.String businessKey)
          Deprecated.  
 BusinessDetail getBusinessDetail(java.util.Vector businessKeys)
          Deprecated.  
 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.
 ServiceDetail getServiceDetail(java.util.Vector serviceKeys)
          Deprecated.  
 TModelDetail getTModelDetail(java.lang.String tModelKey)
          Deprecated.  
 TModelDetail getTModelDetail(java.util.Vector tModelKeys)
          Deprecated.  
 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

public InquiryBean()
Deprecated. 
Method Detail

ejbCreate

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

ejbActivate

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

ejbPassivate

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

ejbRemove

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

setSessionContext

public void setSessionContext(javax.ejb.SessionContext context)
                       throws javax.ejb.EJBException
Deprecated. 
Specified by:
setSessionContext in interface javax.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

IBM WebSphere Application ServerTM
Release 8