com.ibm.uddi.ejb

Class PublishBean

  1. java.lang.Object
  2. extended bycom.ibm.uddi.ejb.PublishBean
All implemented interfaces:
java.io.Serializable, javax.ejb.EnterpriseBean, javax.ejb.SessionBean

Deprecated. Deprecated as of WAS 6.0. No replacement.
  1. public class PublishBean
  2. extends java.lang.Object
  3. implements javax.ejb.SessionBean
Provides the implementation of the EJB interface to the Publish API of the IBM WebSphere UDDI Registry.

See Publish for detailed javadoc of each method.

See Also:
Serialized Form

Constructor Summary

Constructor and Description
PublishBean()
Deprecated.

Method Summary

Modifier and Type Method and Description
  1. DispositionReport
addPublisherAssertions(PublisherAssertion publisherAssertion)
Deprecated.
  1. DispositionReport
addPublisherAssertions(PublisherAssertionList publisherAssertionList)
Deprecated.
  1. DispositionReport
deleteBinding(java.lang.String bindingKey)
Deprecated.
  1. DispositionReport
deleteBinding(java.util.Vector bindingKeys)
Deprecated.
  1. DispositionReport
deleteBusiness(java.lang.String businessKey)
Deprecated.
  1. DispositionReport
deleteBusiness(java.util.Vector businessKeys)
Deprecated.
  1. DispositionReport
deletePublisherAssertions(PublisherAssertion publisherAssertion)
Deprecated.
  1. DispositionReport
deletePublisherAssertions(PublisherAssertionList publisherAssertions)
Deprecated.
  1. DispositionReport
deleteService(java.lang.String serviceKey)
Deprecated.
  1. DispositionReport
deleteService(java.util.Vector serviceKeys)
Deprecated.
  1. DispositionReport
deleteTModel(java.lang.String tModelKey)
Deprecated.
  1. DispositionReport
deleteTModel(java.util.Vector tModelKeys)
Deprecated.
  1. void
ejbActivate()
Deprecated.
  1. void
ejbCreate()
Deprecated.
  1. void
ejbPassivate()
Deprecated.
  1. void
ejbRemove()
Deprecated.
  1. AssertionStatusReport
getAssertionStatusReport()
Deprecated.
  1. AssertionStatusReport
getAssertionStatusReport(java.lang.String completionStatus)
Deprecated.
  1. PublisherAssertions
getPublisherAssertions()
Deprecated.
  1. RegisteredInfo
getRegisteredInfo()
Deprecated.
  1. BindingDetail
saveBinding(BindingTemplate bindingTemplate)
Deprecated.
  1. BindingDetail
saveBinding(BindingTemplateList bindingTemplates)
Deprecated.
  1. BusinessDetail
saveBusiness(BusinessEntity businessEntity)
Deprecated.
  1. BusinessDetail
saveBusiness(BusinessEntityList businessEntities)
Deprecated.
  1. BusinessDetail
saveBusiness(java.lang.String uploadRegister)
Deprecated.
  1. BusinessDetail
saveBusiness(UploadRegisterList uploadRegisters)
Deprecated.
  1. ServiceDetail
saveService(BusinessService businessService)
Deprecated.
  1. ServiceDetail
saveService(BusinessServiceList businessServices)
Deprecated.
  1. TModelDetail
saveTModel(java.lang.String uploadRegister)
Deprecated.
  1. TModelDetail
saveTModel(TModel tModel)
Deprecated.
  1. TModelDetail
saveTModel(TModels tModels)
Deprecated.
  1. TModelDetail
saveTModel(UploadRegisterList uploadRegisters)
Deprecated.
  1. PublisherAssertions
setPublisherAssertions()
Deprecated.
  1. PublisherAssertions
setPublisherAssertions(PublisherAssertionList publisherAssertionList)
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

PublishBean

  1. public PublishBean()
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

addPublisherAssertions

  1. public DispositionReport addPublisherAssertions( PublisherAssertion publisherAssertion)
  2. throws DispositionReportException
Deprecated.
Throws:

addPublisherAssertions

  1. public DispositionReport addPublisherAssertions( PublisherAssertionList publisherAssertionList)
  2. throws DispositionReportException
Deprecated.
Throws:

deleteBinding

  1. public DispositionReport deleteBinding( java.lang.String bindingKey)
  2. throws DispositionReportException
Deprecated.
Throws:

deleteBinding

  1. public DispositionReport deleteBinding( java.util.Vector bindingKeys)
  2. throws DispositionReportException
Deprecated.
Throws:

deleteBusiness

  1. public DispositionReport deleteBusiness( java.lang.String businessKey)
  2. throws DispositionReportException
Deprecated.
Throws:

deleteBusiness

  1. public DispositionReport deleteBusiness( java.util.Vector businessKeys)
  2. throws DispositionReportException
Deprecated.
Throws:

deletePublisherAssertions

  1. public DispositionReport deletePublisherAssertions( PublisherAssertion publisherAssertion)
  2. throws DispositionReportException
Deprecated.
Throws:

deletePublisherAssertions

  1. public DispositionReport deletePublisherAssertions( PublisherAssertionList publisherAssertions)
  2. throws DispositionReportException
Deprecated.
Throws:

deleteService

  1. public DispositionReport deleteService( java.lang.String serviceKey)
  2. throws DispositionReportException
Deprecated.
Throws:

deleteService

  1. public DispositionReport deleteService( java.util.Vector serviceKeys)
  2. throws DispositionReportException
Deprecated.
Throws:

deleteTModel

  1. public DispositionReport deleteTModel( java.lang.String tModelKey)
  2. throws DispositionReportException
Deprecated.
Throws:

deleteTModel

  1. public DispositionReport deleteTModel( java.util.Vector tModelKeys)
  2. throws DispositionReportException
Deprecated.
Throws:

getAssertionStatusReport

  1. public AssertionStatusReport getAssertionStatusReport( )
  2. throws DispositionReportException
Deprecated.
Throws:

getAssertionStatusReport

  1. public AssertionStatusReport getAssertionStatusReport( java.lang.String completionStatus)
  2. throws DispositionReportException
Deprecated.
Throws:

getRegisteredInfo

  1. public RegisteredInfo getRegisteredInfo( )
  2. throws DispositionReportException
Deprecated.
Throws:

getPublisherAssertions

  1. public PublisherAssertions getPublisherAssertions( )
  2. throws DispositionReportException
Deprecated.
Throws:

saveBinding

  1. public BindingDetail saveBinding( BindingTemplate bindingTemplate)
  2. throws DispositionReportException
Deprecated.
Throws:

saveBinding

  1. public BindingDetail saveBinding( BindingTemplateList bindingTemplates)
  2. throws DispositionReportException
Deprecated.
Throws:

saveBusiness

  1. public BusinessDetail saveBusiness( BusinessEntity businessEntity)
  2. throws DispositionReportException
Deprecated.
Throws:

saveBusiness

  1. public BusinessDetail saveBusiness( BusinessEntityList businessEntities)
  2. throws DispositionReportException
Deprecated.
Throws:

saveBusiness

  1. public BusinessDetail saveBusiness( java.lang.String uploadRegister)
  2. throws DispositionReportException
Deprecated.
Throws:

saveBusiness

  1. public BusinessDetail saveBusiness( UploadRegisterList uploadRegisters)
  2. throws DispositionReportException
Deprecated.
Throws:

saveService

  1. public ServiceDetail saveService( BusinessService businessService)
  2. throws DispositionReportException
Deprecated.
Throws:

saveService

  1. public ServiceDetail saveService( BusinessServiceList businessServices)
  2. throws DispositionReportException
Deprecated.
Throws:

saveTModel

  1. public TModelDetail saveTModel( TModel tModel)
  2. throws DispositionReportException
Deprecated.
Throws:

saveTModel

  1. public TModelDetail saveTModel( TModels tModels)
  2. throws DispositionReportException
Deprecated.
Throws:

saveTModel

  1. public TModelDetail saveTModel( java.lang.String uploadRegister)
  2. throws DispositionReportException
Deprecated.
Throws:

saveTModel

  1. public TModelDetail saveTModel( UploadRegisterList uploadRegisters)
  2. throws DispositionReportException
Deprecated.
Throws:

setPublisherAssertions

  1. public PublisherAssertions setPublisherAssertions( )
  2. throws DispositionReportException
Deprecated.
Throws:

setPublisherAssertions

  1. public PublisherAssertions setPublisherAssertions( PublisherAssertionList publisherAssertionList)
  2. throws DispositionReportException
Deprecated.
Throws: