WebLogic Integration


Uses of Class
com.bea.b2b.management.ObjectActiveException

Packages that use com.bea.b2b.management.ObjectActiveException
com.bea.b2b.management Provides the ManagementException class for WebLogic Collaborate management applications. 
 

Uses of com.bea.b2b.management.ObjectActiveException in com.bea.b2b.management
 

Methods in com.bea.b2b.management that throw com.bea.b2b.management.ObjectActiveException
 com.bea.b2b.management.ProcessImplementationMBean Role.setProcessImplementation(com.bea.b2b.management.ProcessImplementationMBean mbean)
           
 com.bea.b2b.management.ProcessImplementationMBean Role.setProcessImplementation(java.lang.String wlpiOrg)
           
 void Role.update()
           
 void WLCConfigurationMBean.delete()
          deletes the persistent entity represnted by this MBean.
 void WLCConfigurationMBean.deleteWithReferences()
          deletes the persistent entity represnted by this MBean and also deletes the refereces to this entity.
 void WLCConfigurationMBean.update()
          writes the updates to the repository.
 void PartyIdentifier.update()
           
 void PartyIdentifierMBean.update()
          writes the updates to the repository.
 com.bea.b2b.management.RoleMBean ConversationDefinition.addRole(com.bea.b2b.management.RoleMBean mbean)
           
 com.bea.b2b.management.RoleMBean ConversationDefinition.addRole(java.lang.String roleName, java.lang.String roleDesc, java.lang.String roleNotes, java.lang.String roleTemplate)
           
 com.bea.b2b.management.RoleMBean ConversationDefinition.addRole(java.lang.String roleName)
           
 void ConversationDefinition.removeRole(com.bea.b2b.management.RoleMBean role)
           
 void ConversationDefinition.delete()
           
 void ConversationDefinition.deleteWithReferences()
           
 void ConversationDefinition.update()
           
 void EBXMLBindingMBean.setSignatureCertificate(com.bea.b2b.management.SignatureCertificateMBean cert)
          Sets the signature certificate for the EBXMLBinding.
 void EBXMLBindingMBean.setBusinessProtocolDefinition(com.bea.b2b.management.BusinessProtocolDefinitionMBean mbean)
          Sets the BusinessProtocolDefinition for the EBXMLBinding.
 void EBXMLBindingMBean.update()
          writes the updates to the repository.
 void ExtendedPropertySet.delete()
           
 void ExtendedPropertySet.deleteWithReferences()
           
 void ExtendedPropertySet.update()
           
 void ProcessImplementationMBean.update()
          writes the updates to the repository.
 void XpathExpressionMBean.update()
          writes the updates to the repository.
 com.bea.b2b.management.XpathExpressionMBean[] BusinessProtocolDefinitionMBean.setXpathRouters(com.bea.b2b.management.XpathExpressionMBean[] routers)
          Set the XpathExpression routers for the Business Protocol Definition.
 com.bea.b2b.management.XpathExpressionMBean BusinessProtocolDefinitionMBean.appendXpathRouter(int type, boolean flag, java.lang.String exp)
          Appends a XpathExpression router for the Business Protocol Definition.
 com.bea.b2b.management.XpathExpressionMBean[] BusinessProtocolDefinitionMBean.setXpathFilters(com.bea.b2b.management.XpathExpressionMBean[] filters)
          Set the Xpath filters for the Business Protocol Definition.
 com.bea.b2b.management.XpathExpressionMBean BusinessProtocolDefinitionMBean.appendXpathFilter(int type, boolean flag, java.lang.String exp)
          Appends a Xpath filter for the Business Protocol Definition.
 com.bea.b2b.management.ParameterMBean BusinessProtocolDefinitionMBean.addParameter(java.lang.String paramName, java.lang.String paramValue)
          Adds a parameter for the Business Protocol Definition.
 void BusinessProtocolDefinitionMBean.removeParameter(com.bea.b2b.management.ParameterMBean param)
          Removes a parameter for the Business Protocol Definition.
 void XpathExpression.update()
           
 void XMLElement.delete()
           
 void XMLElement.deleteWithReferences()
           
 void XMLElement.update()
           
 void PartyMBean.setPartyIdentifier(com.bea.b2b.management.PartyIdentifierMBean tPIdentifier)
          Set the identifier for the Party.
 void PartyMBean.setDeliveryChannel(DeliveryChannelMBean dc)
          Set the DeliveryChannel for the Party.
 void PartyMBean.setRole(com.bea.b2b.management.RoleMBean role)
          Set the role for the Party.
 void PartyMBean.update()
          writes the updates to the repository.
 void EncryptionCertificate.update()
           
 void WLC.setCollaborationAgreements(CollaborationAgreementMBean[] cpas)
           
 void WLC.removeCollaborationAgreement(CollaborationAgreementMBean cpa)
           
 void WLC.setConversationDefinitions(com.bea.b2b.management.ConversationDefinitionMBean[] bps)
           
 void WLC.removeConversationDefinition(com.bea.b2b.management.ConversationDefinitionMBean businessProcess)
           
 void WLC.setTradingPartners(com.bea.b2b.management.TradingPartnerMBean[] tradingPartners)
           
 void WLC.removeTradingPartner(com.bea.b2b.management.TradingPartnerMBean tradingPartner)
           
 void WLC.delete()
           
 void WLC.deleteWithReferences()
           
 void WLC.update()
           
 void ServerCertificate.update()
           
 com.bea.b2b.management.ProcessImplementationMBean RoleMBean.setProcessImplementation(com.bea.b2b.management.ProcessImplementationMBean mbean)
          Sets the Process Implementation
 com.bea.b2b.management.ProcessImplementationMBean RoleMBean.setProcessImplementation(java.lang.String wlpiOrg)
          Sets the Process Implementation
 void RoleMBean.update()
          writes the updates to the repository.
 void CXMLBinding.setSignatureCertificate(com.bea.b2b.management.SignatureCertificateMBean cert)
           
 void CXMLBinding.setBusinessProtocolDefinition(com.bea.b2b.management.BusinessProtocolDefinitionMBean mbean)
           
 void CXMLBinding.update()
           
 void Transport.setEndPoints(java.lang.String[] endPoints)
           
 void Transport.removeEndPoint(java.lang.String endPoint)
           
 void Transport.setClientCertificate(com.bea.b2b.management.ClientCertificateMBean certificate)
           
 void Transport.setServerCertificate(com.bea.b2b.management.ServerCertificateMBean certificate)
           
 void Transport.update()
           
 void Party.setPartyIdentifier(com.bea.b2b.management.PartyIdentifierMBean pIdentifier)
           
 void Party.setDeliveryChannel(DeliveryChannelMBean dc)
           
 void Party.setRole(com.bea.b2b.management.RoleMBean role)
           
 void Party.update()
           
 com.bea.b2b.management.RoleMBean ConversationDefinitionMBean.addRole(java.lang.String roleName, java.lang.String roleDesc, java.lang.String roleNotes, java.lang.String roleTemplate)
          Adds a role for the ConversationDefinition.
 com.bea.b2b.management.RoleMBean ConversationDefinitionMBean.addRole(com.bea.b2b.management.RoleMBean mbean)
          Adds a role for the ConversationDefinition .
 void ConversationDefinitionMBean.removeRole(com.bea.b2b.management.RoleMBean role)
          Removes a role for the ConversationDefinition.
 void DeliveryChannel.setTransport(com.bea.b2b.management.TransportMBean transport)
           
 void DeliveryChannel.setDocExchange(com.bea.b2b.management.DocExchangeMBean docExchange)
           
 void DeliveryChannel.update()
           
 void CertificateMBean.update()
          writes the updates to the repository.
 com.bea.b2b.management.XOCPBindingMBean DocExchange.setXOCPBinding(com.bea.b2b.management.XOCPBindingMBean XOCPBinding)
           
 com.bea.b2b.management.XOCPBindingMBean DocExchange.setXOCPBinding(int endPointType, java.lang.String nonRepudiationHashFunction, java.lang.String nonRepudiationSignatureAlgorithm, java.lang.String nonRepudiationProtocol, java.lang.String nonRepudiationProtocolVersion, int retries, long retryInterval, long timeout, int confirmedDelivery, int messageHistory)
           
 com.bea.b2b.management.EBXMLBindingMBean DocExchange.setEBXMLBinding(com.bea.b2b.management.EBXMLBindingMBean EBXMLBinding)
           
 com.bea.b2b.management.EBXMLBindingMBean DocExchange.setEBXMLBinding(java.lang.String nonRepudiationHashFunction, java.lang.String nonRepudiationSignatureAlgorithm, java.lang.String nonRepudiationProtocol, java.lang.String nonRepudiationProtocolVersion, int retries, long retryInterval, long ttl, java.lang.String deliverySemantics)
           
 com.bea.b2b.management.RosettaNetBindingMBean DocExchange.setRosettaNetBinding(com.bea.b2b.management.RosettaNetBindingMBean RosettaNetBinding)
           
 com.bea.b2b.management.RosettaNetBindingMBean DocExchange.setRosettaNetBinding(java.lang.String nonRepudiationProtocol, java.lang.String nonRepudiationProtocolVersion, java.lang.String nonRepudiationHashFunction, java.lang.String nonRepudiationSignatureAlgorithm, int encryptionLevel, int cipherStrength, java.lang.String cipherAlgorithm)
           
 com.bea.b2b.management.CXMLBindingMBean DocExchange.setCXMLBinding(com.bea.b2b.management.CXMLBindingMBean CXMLBinding)
           
 com.bea.b2b.management.CXMLBindingMBean DocExchange.setCXMLBinding(java.lang.String sharedSecret)
           
 void DocExchange.update()
           
 com.bea.b2b.management.ParameterMBean LogicPlugInMBean.addParameter(java.lang.String paramName, java.lang.String paramValue)
          Adds a parameter for the LogicPlugIn.
 void LogicPlugInMBean.removeParameter(com.bea.b2b.management.ParameterMBean param)
          Removes a parameter for the LogicPlugIn.
 void CXMLBindingMBean.setSignatureCertificate(com.bea.b2b.management.SignatureCertificateMBean cert)
          Sets the signature certificate for the CXMLBinding.
 void CXMLBindingMBean.setBusinessProtocolDefinition(com.bea.b2b.management.BusinessProtocolDefinitionMBean mbean)
          Sets the BusinessProtocolDefinition for the CXMLBinding.
 void CXMLBindingMBean.update()
          writes the updates to the repository.
 void RosettaNetBinding.update()
           
 void TradingPartnerMBean.setServerCertificate(com.bea.b2b.management.ServerCertificateMBean mbean)
          Sets the server certificate for the Trading Partner.
 com.bea.b2b.management.ServerCertificateMBean TradingPartnerMBean.setServerCertificate(java.lang.String name, java.lang.String location)
          Sets the server certificate for the Trading Partner.
 void TradingPartnerMBean.removeServerCertificate()
          Removes the server certificate for the Trading Partner.
 com.bea.b2b.management.ClientCertificateMBean TradingPartnerMBean.setClientCertificate(com.bea.b2b.management.ClientCertificateMBean mbean)
          Sets the client certificate for the Trading Partner.
 com.bea.b2b.management.ClientCertificateMBean TradingPartnerMBean.setClientCertificate(java.lang.String name, java.lang.String certLocation, java.lang.String privateKeyLocation)
          Sets the client certificate for the Trading Partner.
 void TradingPartnerMBean.removeClientCertificate()
          Removes the client certificate for the Trading Partner.
 com.bea.b2b.management.EncryptionCertificateMBean[] TradingPartnerMBean.setEncryptionCertificates(com.bea.b2b.management.EncryptionCertificateMBean[] mbeans)
          Sets the encryption certificates for the Trading Partner.
 void TradingPartnerMBean.removeEncryptionCertificate(com.bea.b2b.management.EncryptionCertificateMBean mbean)
          Removes the specified encryption certificate for the Trading Partner.
 com.bea.b2b.management.SignatureCertificateMBean[] TradingPartnerMBean.setSignatureCertificates(com.bea.b2b.management.SignatureCertificateMBean[] mbeans)
          Sets the signatue certificates for the Trading Partner.
 void TradingPartnerMBean.removeSignatureCertificate(com.bea.b2b.management.SignatureCertificateMBean mbean)
          Removes the specified signatue certificate for the Trading Partner.
 com.bea.b2b.management.TransportMBean[] TradingPartnerMBean.setTransports(com.bea.b2b.management.TransportMBean[] transports)
          Set the transports for the Trading Partner.
 void TradingPartnerMBean.removeTransport(com.bea.b2b.management.TransportMBean transport)
          Removes a transport for the Trading Partner.
 com.bea.b2b.management.DocExchangeMBean[] TradingPartnerMBean.setDocExchanges(com.bea.b2b.management.DocExchangeMBean[] docExchanges)
          Set the document exchanges for the Trading Partner.
 void TradingPartnerMBean.removeDocExchange(com.bea.b2b.management.DocExchangeMBean docExchange)
          Removes a document exchange for the Trading Partner.
 DeliveryChannelMBean[] TradingPartnerMBean.setDeliveryChannels(DeliveryChannelMBean[] deliveryChannels)
          Set the delivery channels for the Trading Partner.
 void TradingPartnerMBean.removeDeliveryChannel(DeliveryChannelMBean deliveryChannel)
          Removes a delivery channel for the Trading Partner.
 com.bea.b2b.management.PartyIdentifierMBean[] TradingPartnerMBean.setPartyIdentifiers(com.bea.b2b.management.PartyIdentifierMBean[] identifiers)
          Set the party identifiers for the Trading Partner.
 void TradingPartnerMBean.removeIdentifier(com.bea.b2b.management.PartyIdentifierMBean identifier)
          Removes a identifier for the Trading Partner.
 com.bea.b2b.management.XpathExpressionMBean[] TradingPartnerMBean.setXpathRouters(com.bea.b2b.management.XpathExpressionMBean[] routers)
          Set the XpathExpression routers for the Trading Partner.
 com.bea.b2b.management.XpathExpressionMBean TradingPartnerMBean.appendXpathRouter(int type, boolean flag, java.lang.String exp)
          Appends a XpathExpression router for the Trading Partner.
 void TradingPartnerMBean.removeXpathRouter(com.bea.b2b.management.XpathExpressionMBean router)
          Removes a Xpath router for the Trading Partner.
 com.bea.b2b.management.XpathExpressionMBean[] TradingPartnerMBean.setXpathFilters(com.bea.b2b.management.XpathExpressionMBean[] filters)
          Set the Xpath filters for the Trading Partner.
 com.bea.b2b.management.XpathExpressionMBean TradingPartnerMBean.appendXpathFilter(int type, boolean flag, java.lang.String exp)
          Appends a Xpath filter for the Trading Partner.
 void TradingPartnerMBean.removeXpathFilter(com.bea.b2b.management.XpathExpressionMBean filter)
          Removes a filter for the Trading Partner.
 void XOCPBindingMBean.setSignatureCertificate(com.bea.b2b.management.SignatureCertificateMBean cert)
          Sets the signature certificate for the XOCPBinding.
 void XOCPBindingMBean.setBusinessProtocolDefinition(com.bea.b2b.management.BusinessProtocolDefinitionMBean mbean)
          Sets the BusinessProtocolDefinition for the XOCPBinding.
 void XOCPBindingMBean.update()
          writes the updates to the repository.
 void XOCPBinding.setSignatureCertificate(com.bea.b2b.management.SignatureCertificateMBean cert)
           
 void XOCPBinding.setBusinessProtocolDefinition(com.bea.b2b.management.BusinessProtocolDefinitionMBean mbean)
           
 void XOCPBinding.update()
           
 void ProcessImplementation.update()
           
 com.bea.b2b.management.XpathExpressionMBean BusinessProtocolDefinition.appendXpathRouter(int type, boolean flag, java.lang.String exp)
           
 com.bea.b2b.management.XpathExpressionMBean BusinessProtocolDefinition.appendXpathFilter(int type, boolean flag, java.lang.String exp)
           
 com.bea.b2b.management.ParameterMBean BusinessProtocolDefinition.addParameter(java.lang.String paramName, java.lang.String paramValue)
           
 void BusinessProtocolDefinition.removeParameter(com.bea.b2b.management.ParameterMBean param)
           
 void BusinessProtocolDefinition.delete()
           
 void BusinessProtocolDefinition.deleteWithReferences()
           
 void BusinessProtocolDefinition.update()
           
 com.bea.b2b.management.ParameterMBean LogicPlugIn.addParameter(java.lang.String name, java.lang.String value)
           
 void LogicPlugIn.removeParameter(com.bea.b2b.management.ParameterMBean param)
           
 void LogicPlugIn.delete()
           
 void LogicPlugIn.deleteWithReferences()
           
 void LogicPlugIn.update()
           
 void XMLAttribute.update()
           
 void ClientCertificate.update()
           
 void ParameterMBean.update()
          writes the updates to the repository.
 void EBXMLBinding.setSignatureCertificate(com.bea.b2b.management.SignatureCertificateMBean cert)
           
 void EBXMLBinding.setBusinessProtocolDefinition(com.bea.b2b.management.BusinessProtocolDefinitionMBean mbean)
           
 void EBXMLBinding.update()
           
 void TransportMBean.setEndPoints(java.lang.String[] endPoints)
          Sets the end points of the Transport.
 void TransportMBean.removeEndPoint(java.lang.String endPoint)
          Removes an end point from the Transport.
 void TransportMBean.setClientCertificate(com.bea.b2b.management.ClientCertificateMBean certificate)
          Sets the client certificate for the Transport.
 void TransportMBean.setServerCertificate(com.bea.b2b.management.ServerCertificateMBean certificate)
          Sets the server certificate for the Transport.
 void TransportMBean.update()
          writes the updates to the repository.
 void CollaborationAgreement.setConversationDefinition(com.bea.b2b.management.ConversationDefinitionMBean businessProcess)
           
 com.bea.b2b.management.PartyMBean CollaborationAgreement.addParty()
           
 void CollaborationAgreement.removeParty(com.bea.b2b.management.PartyMBean party)
           
 void CollaborationAgreement.delete()
           
 void CollaborationAgreement.deleteWithReferences()
           
 void CollaborationAgreement.update()
           
 void RosettaNetBindingMBean.update()
          writes the updates to the repository.
 com.bea.b2b.management.XOCPBindingMBean DocExchangeMBean.setXOCPBinding(com.bea.b2b.management.XOCPBindingMBean XOCPBinding)
          Adds the XOCP binding for the Document Exchange.
 com.bea.b2b.management.XOCPBindingMBean DocExchangeMBean.setXOCPBinding(int endPointType, java.lang.String nonRepudiationHashFunction, java.lang.String nonRepudiationSignatureAlgorithm, java.lang.String nonRepudiationProtocol, java.lang.String nonRepudiationProtocolVersion, int retries, long retryInterval, long timeout, int confirmedDelivery, int messageHistory)
          Adds the XOCP binding for the Document Exchange.
 com.bea.b2b.management.EBXMLBindingMBean DocExchangeMBean.setEBXMLBinding(com.bea.b2b.management.EBXMLBindingMBean ebXMLBinding)
          Adds the EBXML binding for the Document Exchange.
 com.bea.b2b.management.EBXMLBindingMBean DocExchangeMBean.setEBXMLBinding(java.lang.String nonRepudiationHashFunction, java.lang.String nonRepudiationSignatureAlgorithm, java.lang.String nonRepudiationProtocol, java.lang.String nonRepudiationProtocolVersion, int retries, long retryInterval, long ttl, java.lang.String deliverySemantics)
          Adds the ebXML binding for the Document Exchange.
 com.bea.b2b.management.RosettaNetBindingMBean DocExchangeMBean.setRosettaNetBinding(com.bea.b2b.management.RosettaNetBindingMBean RosettaNetBinding)
          Adds the RosettaNet binding for the Document Exchange.
 com.bea.b2b.management.RosettaNetBindingMBean DocExchangeMBean.setRosettaNetBinding(java.lang.String nonRepudiationProtocol, java.lang.String nonRepudiationProtocolVersion, java.lang.String nonRepudiationHashFunction, java.lang.String nonRepudiationSignatureAlgorithm, int encryptionLevel, int cipherStrength, java.lang.String cipherAlgorithm)
          Adds the RosettaNet binding for the Document Exchange.
 com.bea.b2b.management.CXMLBindingMBean DocExchangeMBean.setCXMLBinding(com.bea.b2b.management.CXMLBindingMBean CXMLBinding)
          Adds the CXML binding for the Document Exchange.
 com.bea.b2b.management.CXMLBindingMBean DocExchangeMBean.setCXMLBinding(java.lang.String sharedSecret)
          Adds the CXML binding for the Document Exchange.
 void DocExchangeMBean.update()
          writes the updates to the repository.
 void SignatureCertificate.update()
           
 void TradingPartner.setServerCertificate(com.bea.b2b.management.ServerCertificateMBean mbean)
           
 com.bea.b2b.management.ServerCertificateMBean TradingPartner.setServerCertificate(java.lang.String name, java.lang.String location)
           
 void TradingPartner.removeServerCertificate()
           
 com.bea.b2b.management.ClientCertificateMBean TradingPartner.setClientCertificate(com.bea.b2b.management.ClientCertificateMBean mbean)
           
 void TradingPartner.removeClientCertificate()
           
 com.bea.b2b.management.ClientCertificateMBean TradingPartner.setClientCertificate(java.lang.String name, java.lang.String certLocation, java.lang.String privateKeyLocation)
           
 com.bea.b2b.management.EncryptionCertificateMBean[] TradingPartner.setEncryptionCertificates(com.bea.b2b.management.EncryptionCertificateMBean[] mbeans)
           
 void TradingPartner.removeEncryptionCertificate(com.bea.b2b.management.EncryptionCertificateMBean mbean)
           
 com.bea.b2b.management.SignatureCertificateMBean[] TradingPartner.setSignatureCertificates(com.bea.b2b.management.SignatureCertificateMBean[] mbeans)
           
 void TradingPartner.removeSignatureCertificate(com.bea.b2b.management.SignatureCertificateMBean mbean)
           
 com.bea.b2b.management.TransportMBean[] TradingPartner.setTransports(com.bea.b2b.management.TransportMBean[] transports)
           
 void TradingPartner.removeTransport(com.bea.b2b.management.TransportMBean transport)
           
 com.bea.b2b.management.DocExchangeMBean[] TradingPartner.setDocExchanges(com.bea.b2b.management.DocExchangeMBean[] docExchanges)
           
 void TradingPartner.removeDocExchange(com.bea.b2b.management.DocExchangeMBean docExchange)
           
 DeliveryChannelMBean[] TradingPartner.setDeliveryChannels(DeliveryChannelMBean[] deliveryChannels)
           
 void TradingPartner.removeDeliveryChannel(DeliveryChannelMBean deliveryChannel)
           
 com.bea.b2b.management.PartyIdentifierMBean[] TradingPartner.setPartyIdentifiers(com.bea.b2b.management.PartyIdentifierMBean[] identifiers)
           
 void TradingPartner.removeIdentifier(com.bea.b2b.management.PartyIdentifierMBean identifier)
           
 com.bea.b2b.management.XpathExpressionMBean TradingPartner.appendXpathRouter(int type, boolean flag, java.lang.String exp)
           
 void TradingPartner.removeXpathRouter(com.bea.b2b.management.XpathExpressionMBean router)
           
 com.bea.b2b.management.XpathExpressionMBean TradingPartner.appendXpathFilter(int type, boolean flag, java.lang.String exp)
           
 void TradingPartner.removeXpathFilter(com.bea.b2b.management.XpathExpressionMBean filter)
           
 void TradingPartner.delete()
           
 void TradingPartner.deleteWithReferences()
           
 void TradingPartner.update()
           
 void Parameter.update()
           
 


WebLogic Integration

WebLogic Integration (WLI)