|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.uddi.ejb.InquiryBean
public class InquiryBean
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.
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 |
---|
public InquiryBean()
Method Detail |
---|
public void ejbCreate() throws javax.ejb.CreateException
javax.ejb.CreateException
public void ejbActivate() throws javax.ejb.EJBException
ejbActivate
in interface javax.ejb.SessionBean
javax.ejb.EJBException
public void ejbPassivate() throws javax.ejb.EJBException
ejbPassivate
in interface javax.ejb.SessionBean
javax.ejb.EJBException
public void ejbRemove() throws javax.ejb.EJBException
ejbRemove
in interface javax.ejb.SessionBean
javax.ejb.EJBException
public void setSessionContext(javax.ejb.SessionContext context) throws javax.ejb.EJBException
setSessionContext
in interface javax.ejb.SessionBean
javax.ejb.EJBException
public BindingDetail findBinding(java.lang.String serviceKey, TModelBag tModelBag, InquiryOptions options) throws DispositionReportException
DispositionReportException
public BindingDetail findBinding(java.lang.String serviceKey, TModelBag tModelBag) throws DispositionReportException
DispositionReportException
public BusinessList findBusiness(NameList nameList) throws DispositionReportException
DispositionReportException
public BusinessList findBusiness(NameList nameList, InquiryOptions options) throws DispositionReportException
DispositionReportException
public BusinessList findBusiness(IdentifierBag identifierBag) throws DispositionReportException
DispositionReportException
public BusinessList findBusiness(IdentifierBag identifierBag, InquiryOptions options) throws DispositionReportException
DispositionReportException
public BusinessList findBusiness(CategoryBag categoryBag) throws DispositionReportException
DispositionReportException
public BusinessList findBusiness(CategoryBag categoryBag, InquiryOptions options) throws DispositionReportException
DispositionReportException
public BusinessList findBusiness(TModelBag tModelBag) throws DispositionReportException
DispositionReportException
public BusinessList findBusiness(TModelBag tModelBag, InquiryOptions options) throws DispositionReportException
DispositionReportException
public BusinessList findBusiness(DiscoveryUrlList discoveryURLs) throws DispositionReportException
DispositionReportException
public BusinessList findBusiness(DiscoveryUrlList discoveryURLs, InquiryOptions options) throws DispositionReportException
DispositionReportException
public RelatedBusinessesList findRelatedBusinesses(java.lang.String businessKey) throws DispositionReportException
DispositionReportException
public RelatedBusinessesList findRelatedBusinesses(FindQualifiers findQualifiers, java.lang.String businessKey) throws DispositionReportException
DispositionReportException
public RelatedBusinessesList findRelatedBusinesses(java.lang.String businessKey, KeyedReference keyedReference) throws DispositionReportException
DispositionReportException
public ServiceList findService(java.lang.String businessKey, NameList nameList) throws DispositionReportException
DispositionReportException
public ServiceList findService(java.lang.String businessKey, NameList nameList, InquiryOptions options) throws DispositionReportException
DispositionReportException
public ServiceList findService(java.lang.String businessKey, CategoryBag categoryBag) throws DispositionReportException
DispositionReportException
public ServiceList findService(java.lang.String businessKey, CategoryBag categoryBag, InquiryOptions options) throws DispositionReportException
DispositionReportException
public ServiceList findService(java.lang.String businessKey, TModelBag tModelBag) throws DispositionReportException
DispositionReportException
public ServiceList findService(java.lang.String businessKey, TModelBag tModelBag, InquiryOptions options) throws DispositionReportException
DispositionReportException
public TModelList findTModel(java.lang.String name) throws DispositionReportException
DispositionReportException
public TModelList findTModel(java.lang.String name, InquiryOptions options) throws DispositionReportException
DispositionReportException
public TModelList findTModel(IdentifierBag identifierBag) throws DispositionReportException
DispositionReportException
public TModelList findTModel(IdentifierBag identifierBag, InquiryOptions options) throws DispositionReportException
DispositionReportException
public TModelList findTModel(CategoryBag categoryBag) throws DispositionReportException
DispositionReportException
public TModelList findTModel(CategoryBag categoryBag, InquiryOptions options) throws DispositionReportException
DispositionReportException
public BindingDetail getBindingDetail(java.lang.String bindingKey) throws DispositionReportException
DispositionReportException
public BindingDetail getBindingDetail(java.util.Vector bindingKeys) throws DispositionReportException
DispositionReportException
public BusinessDetail getBusinessDetail(java.lang.String businessKey) throws DispositionReportException
DispositionReportException
public BusinessDetail getBusinessDetail(java.util.Vector businessKeys) throws DispositionReportException
DispositionReportException
public ServiceDetail getServiceDetail(java.lang.String serviceKey) throws DispositionReportException
DispositionReportException
public ServiceDetail getServiceDetail(java.util.Vector serviceKeys) throws DispositionReportException
DispositionReportException
public TModelDetail getTModelDetail(java.lang.String tModelKey) throws DispositionReportException
DispositionReportException
public TModelDetail getTModelDetail(java.util.Vector tModelKeys) throws DispositionReportException
DispositionReportException
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |