com.ibm.uddi.ejb
Class PublishBean
- java.lang.Object
com.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.
- public class PublishBean
- extends java.lang.Object
- implements javax.ejb.SessionBean
See Publish
for detailed javadoc of each method.
See Also:
Constructor Summary
Constructor and Description |
---|
PublishBean()
Deprecated.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
addPublisherAssertions(PublisherAssertion publisherAssertion)
Deprecated.
|
|
addPublisherAssertions(PublisherAssertionList publisherAssertionList)
Deprecated.
|
|
deleteBinding(java.lang.String bindingKey)
Deprecated.
|
|
deleteBinding(java.util.Vector bindingKeys)
Deprecated.
|
|
deleteBusiness(java.lang.String businessKey)
Deprecated.
|
|
deleteBusiness(java.util.Vector businessKeys)
Deprecated.
|
|
deletePublisherAssertions(PublisherAssertion publisherAssertion)
Deprecated.
|
|
deletePublisherAssertions(PublisherAssertionList publisherAssertions)
Deprecated.
|
|
deleteService(java.lang.String serviceKey)
Deprecated.
|
|
deleteService(java.util.Vector serviceKeys)
Deprecated.
|
|
deleteTModel(java.lang.String tModelKey)
Deprecated.
|
|
deleteTModel(java.util.Vector tModelKeys)
Deprecated.
|
|
|
ejbActivate()
Deprecated.
|
|
ejbCreate()
Deprecated.
|
|
ejbPassivate()
Deprecated.
|
|
ejbRemove()
Deprecated.
|
getAssertionStatusReport()
Deprecated.
|
|
getAssertionStatusReport(java.lang.String completionStatus)
Deprecated.
|
|
getPublisherAssertions()
Deprecated.
|
|
getRegisteredInfo()
Deprecated.
|
|
saveBinding(BindingTemplate bindingTemplate)
Deprecated.
|
|
saveBinding(BindingTemplateList bindingTemplates)
Deprecated.
|
|
saveBusiness(BusinessEntity businessEntity)
Deprecated.
|
|
saveBusiness(BusinessEntityList businessEntities)
Deprecated.
|
|
saveBusiness(java.lang.String uploadRegister)
Deprecated.
|
|
saveBusiness(UploadRegisterList uploadRegisters)
Deprecated.
|
|
saveService(BusinessService businessService)
Deprecated.
|
|
saveService(BusinessServiceList businessServices)
Deprecated.
|
|
saveTModel(java.lang.String uploadRegister)
Deprecated.
|
|
saveTModel(TModel tModel)
Deprecated.
|
|
saveTModel(TModels tModels)
Deprecated.
|
|
saveTModel(UploadRegisterList uploadRegisters)
Deprecated.
|
|
setPublisherAssertions()
Deprecated.
|
|
setPublisherAssertions(PublisherAssertionList publisherAssertionList)
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
PublishBean
- public PublishBean()
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
addPublisherAssertions
- public DispositionReport addPublisherAssertions( PublisherAssertion publisherAssertion)
- throws DispositionReportException
Deprecated.
Throws:
addPublisherAssertions
- public DispositionReport addPublisherAssertions( PublisherAssertionList publisherAssertionList)
- throws DispositionReportException
Deprecated.
Throws:
deleteBinding
- public DispositionReport deleteBinding( java.lang.String bindingKey)
- throws DispositionReportException
Deprecated.
Throws:
deleteBinding
- public DispositionReport deleteBinding( java.util.Vector bindingKeys)
- throws DispositionReportException
Deprecated.
Throws:
deleteBusiness
- public DispositionReport deleteBusiness( java.lang.String businessKey)
- throws DispositionReportException
Deprecated.
Throws:
deleteBusiness
- public DispositionReport deleteBusiness( java.util.Vector businessKeys)
- throws DispositionReportException
Deprecated.
Throws:
deletePublisherAssertions
- public DispositionReport deletePublisherAssertions( PublisherAssertion publisherAssertion)
- throws DispositionReportException
Deprecated.
Throws:
deletePublisherAssertions
- public DispositionReport deletePublisherAssertions( PublisherAssertionList publisherAssertions)
- throws DispositionReportException
Deprecated.
Throws:
deleteService
- public DispositionReport deleteService( java.lang.String serviceKey)
- throws DispositionReportException
Deprecated.
Throws:
deleteService
- public DispositionReport deleteService( java.util.Vector serviceKeys)
- throws DispositionReportException
Deprecated.
Throws:
deleteTModel
- public DispositionReport deleteTModel( java.lang.String tModelKey)
- throws DispositionReportException
Deprecated.
Throws:
deleteTModel
- public DispositionReport deleteTModel( java.util.Vector tModelKeys)
- throws DispositionReportException
Deprecated.
Throws:
getAssertionStatusReport
- public AssertionStatusReport getAssertionStatusReport( )
- throws DispositionReportException
Deprecated.
Throws:
getAssertionStatusReport
- public AssertionStatusReport getAssertionStatusReport( java.lang.String completionStatus)
- throws DispositionReportException
Deprecated.
Throws:
getRegisteredInfo
- public RegisteredInfo getRegisteredInfo( )
- throws DispositionReportException
Deprecated.
Throws:
getPublisherAssertions
- public PublisherAssertions getPublisherAssertions( )
- throws DispositionReportException
Deprecated.
Throws:
saveBinding
- public BindingDetail saveBinding( BindingTemplate bindingTemplate)
- throws DispositionReportException
Deprecated.
Throws:
saveBinding
- public BindingDetail saveBinding( BindingTemplateList bindingTemplates)
- throws DispositionReportException
Deprecated.
Throws:
saveBusiness
- public BusinessDetail saveBusiness( BusinessEntity businessEntity)
- throws DispositionReportException
Deprecated.
Throws:
saveBusiness
- public BusinessDetail saveBusiness( BusinessEntityList businessEntities)
- throws DispositionReportException
Deprecated.
Throws:
saveBusiness
- public BusinessDetail saveBusiness( java.lang.String uploadRegister)
- throws DispositionReportException
Deprecated.
Throws:
saveBusiness
- public BusinessDetail saveBusiness( UploadRegisterList uploadRegisters)
- throws DispositionReportException
Deprecated.
Throws:
saveService
- public ServiceDetail saveService( BusinessService businessService)
- throws DispositionReportException
Deprecated.
Throws:
saveService
- public ServiceDetail saveService( BusinessServiceList businessServices)
- throws DispositionReportException
Deprecated.
Throws:
saveTModel
- public TModelDetail saveTModel( TModel tModel)
- throws DispositionReportException
Deprecated.
Throws:
saveTModel
- public TModelDetail saveTModel( TModels tModels)
- throws DispositionReportException
Deprecated.
Throws:
saveTModel
- public TModelDetail saveTModel( java.lang.String uploadRegister)
- throws DispositionReportException
Deprecated.
Throws:
saveTModel
- public TModelDetail saveTModel( UploadRegisterList uploadRegisters)
- throws DispositionReportException
Deprecated.
Throws:
setPublisherAssertions
- public PublisherAssertions setPublisherAssertions( )
- throws DispositionReportException
Deprecated.
Throws:
setPublisherAssertions
- public PublisherAssertions setPublisherAssertions( PublisherAssertionList publisherAssertionList)
- throws DispositionReportException
Deprecated.
Throws: