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.SessionBean
See Inquiry
for detailed javadoc of each method.
See Also:
Constructor Summary
Constructor and Description |
---|
InquiryBean()
Deprecated.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
ejbActivate()
Deprecated.
|
|
ejbCreate()
Deprecated.
|
|
ejbPassivate()
Deprecated.
|
|
ejbRemove()
Deprecated.
|
findBinding(java.lang.String serviceKey,TModelBag tModelBag)
Deprecated.
|
|
findBinding(java.lang.String serviceKey,TModelBag tModelBag,InquiryOptions options)
Deprecated.
|
|
findBusiness(CategoryBag categoryBag)
Deprecated.
|
|
findBusiness(CategoryBag categoryBag,InquiryOptions options)
Deprecated.
|
|
findBusiness(DiscoveryUrlList discoveryURLs)
Deprecated.
|
|
findBusiness(DiscoveryUrlList discoveryURLs,InquiryOptions options)
Deprecated.
|
|
findBusiness(IdentifierBag identifierBag)
Deprecated.
|
|
findBusiness(IdentifierBag identifierBag,InquiryOptions options)
Deprecated.
|
|
findBusiness(NameList nameList)
Deprecated.
|
|
findBusiness(NameList nameList,InquiryOptions options)
Deprecated.
|
|
findBusiness(TModelBag tModelBag)
Deprecated.
|
|
findBusiness(TModelBag tModelBag,InquiryOptions options)
Deprecated.
|
|
findRelatedBusinesses(FindQualifiers findQualifiers,java.lang.String businessKey)
Deprecated.
|
|
findRelatedBusinesses(java.lang.String businessKey)
Deprecated.
|
|
findRelatedBusinesses(java.lang.String businessKey,KeyedReference keyedReference)
Deprecated.
|
|
findService(java.lang.String businessKey,CategoryBag categoryBag)
Deprecated.
|
|
findService(java.lang.String businessKey,CategoryBag categoryBag,InquiryOptions options)
Deprecated.
|
|
findService(java.lang.String businessKey,NameList nameList)
Deprecated.
|
|
findService(java.lang.String businessKey,NameList nameList,InquiryOptions options)
Deprecated.
|
|
findService(java.lang.String businessKey,TModelBag tModelBag)
Deprecated.
|
|
findService(java.lang.String businessKey,TModelBag tModelBag,InquiryOptions options)
Deprecated.
|
|
findTModel(CategoryBag categoryBag)
Deprecated.
|
|
findTModel(CategoryBag categoryBag,InquiryOptions options)
Deprecated.
|
|
findTModel(IdentifierBag identifierBag)
Deprecated.
|
|
findTModel(IdentifierBag identifierBag,InquiryOptions options)
Deprecated.
|
|
findTModel(java.lang.String name)
Deprecated.
|
|
findTModel(java.lang.String name,InquiryOptions options)
Deprecated.
|
|
getBindingDetail(java.lang.String bindingKey)
Deprecated.
|
|
getBindingDetail(java.util.Vector bindingKeys)
Deprecated.
|
|
getBusinessDetail(java.lang.String businessKey)
Deprecated.
|
|
getBusinessDetail(java.util.Vector businessKeys)
Deprecated.
|
|
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.
|
|
getServiceDetail(java.util.Vector serviceKeys)
Deprecated.
|
|
getTModelDetail(java.lang.String tModelKey)
Deprecated.
|
|
getTModelDetail(java.util.Vector tModelKeys)
Deprecated.
|
|
|
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:
findBinding
- public BindingDetail findBinding( java.lang.String serviceKey,
- TModelBag tModelBag)
- throws DispositionReportException
Deprecated.
Throws:
findBusiness
- public BusinessList findBusiness( NameList nameList)
- throws DispositionReportException
Deprecated.
Throws:
findBusiness
- public BusinessList findBusiness( NameList nameList,
- InquiryOptions options)
- throws DispositionReportException
Deprecated.
Throws:
findBusiness
- public BusinessList findBusiness( IdentifierBag identifierBag)
- throws DispositionReportException
Deprecated.
Throws:
findBusiness
- public BusinessList findBusiness( IdentifierBag identifierBag,
- InquiryOptions options)
- throws DispositionReportException
Deprecated.
Throws:
findBusiness
- public BusinessList findBusiness( CategoryBag categoryBag)
- throws DispositionReportException
Deprecated.
Throws:
findBusiness
- public BusinessList findBusiness( CategoryBag categoryBag,
- InquiryOptions options)
- throws DispositionReportException
Deprecated.
Throws:
findBusiness
- public BusinessList findBusiness( TModelBag tModelBag)
- throws DispositionReportException
Deprecated.
Throws:
findBusiness
- public BusinessList findBusiness( TModelBag tModelBag,
- InquiryOptions options)
- throws DispositionReportException
Deprecated.
Throws:
findBusiness
- public BusinessList findBusiness( DiscoveryUrlList discoveryURLs)
- throws DispositionReportException
Deprecated.
Throws:
findBusiness
- public BusinessList findBusiness( DiscoveryUrlList discoveryURLs,
- InquiryOptions options)
- throws DispositionReportException
Deprecated.
Throws:
findRelatedBusinesses
- public RelatedBusinessesList findRelatedBusinesses( java.lang.String businessKey)
- throws DispositionReportException
Deprecated.
Throws:
findRelatedBusinesses
- public RelatedBusinessesList findRelatedBusinesses( FindQualifiers findQualifiers,
- java.lang.String businessKey)
- throws DispositionReportException
Deprecated.
Throws:
findRelatedBusinesses
- public RelatedBusinessesList findRelatedBusinesses( java.lang.String businessKey,
- KeyedReference keyedReference)
- throws DispositionReportException
Deprecated.
Throws:
findService
- public ServiceList findService( java.lang.String businessKey,
- NameList nameList)
- throws DispositionReportException
Deprecated.
Throws:
findService
- public ServiceList findService( java.lang.String businessKey,
- NameList nameList,
- InquiryOptions options)
- throws DispositionReportException
Deprecated.
Throws:
findService
- public ServiceList findService( java.lang.String businessKey,
- CategoryBag categoryBag)
- throws DispositionReportException
Deprecated.
Throws:
findService
- public ServiceList findService( java.lang.String businessKey,
- CategoryBag categoryBag,
- InquiryOptions options)
- throws DispositionReportException
Deprecated.
Throws:
findService
- public ServiceList findService( java.lang.String businessKey,
- TModelBag tModelBag)
- throws DispositionReportException
Deprecated.
Throws:
findService
- public ServiceList findService( java.lang.String businessKey,
- TModelBag tModelBag,
- InquiryOptions options)
- throws DispositionReportException
Deprecated.
Throws:
findTModel
- public TModelList findTModel(java.lang.String name)
- throws DispositionReportException
Deprecated.
Throws:
findTModel
- public TModelList findTModel(java.lang.String name,
- InquiryOptions options)
- throws DispositionReportException
Deprecated.
Throws:
findTModel
- public TModelList findTModel(IdentifierBag identifierBag)
- throws DispositionReportException
Deprecated.
Throws:
findTModel
- public TModelList findTModel(IdentifierBag identifierBag,
- InquiryOptions options)
- throws DispositionReportException
Deprecated.
Throws:
findTModel
- public TModelList findTModel(CategoryBag categoryBag)
- throws DispositionReportException
Deprecated.
Throws:
findTModel
- public TModelList findTModel(CategoryBag categoryBag,
- InquiryOptions options)
- throws DispositionReportException
Deprecated.
Throws:
getBindingDetail
- public BindingDetail getBindingDetail( java.lang.String bindingKey)
- throws DispositionReportException
Deprecated.
Throws:
getBindingDetail
- public BindingDetail getBindingDetail( java.util.Vector bindingKeys)
- throws DispositionReportException
Deprecated.
Throws:
getBusinessDetail
- public BusinessDetail getBusinessDetail( java.lang.String businessKey)
- throws DispositionReportException
Deprecated.
Throws:
getBusinessDetail
- public BusinessDetail getBusinessDetail( java.util.Vector businessKeys)
- throws DispositionReportException
Deprecated.
Throws:
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:
getServiceDetail
- public ServiceDetail getServiceDetail( java.util.Vector serviceKeys)
- throws DispositionReportException
Deprecated.
Throws:
getTModelDetail
- public TModelDetail getTModelDetail( java.lang.String tModelKey)
- throws DispositionReportException
Deprecated.
Throws:
getTModelDetail
- public TModelDetail getTModelDetail( java.util.Vector tModelKeys)
- throws DispositionReportException
Deprecated.
Throws: