Uses of Class
com.bea.wcp.profile.ProfileException
Packages that use ProfileException
Package
Description
Support for accessing Profile information.
The package which stores the core classes of SSE.
-
Uses of ProfileException in com.bea.wcp.profile
Subclasses of ProfileException in com.bea.wcp.profileModifier and TypeClassDescriptionclassThis exception is thrown if concurrent modification of a profile document on the server has been detected.classIf a Profile Service provider does not support a particular API method, it should throw this exception.classThis exception is thrown when a Profile Service method failed to complete in the allotted time.classThis exception is thrown if a request to modify the duration of an exception failed.Methods in com.bea.wcp.profile with parameters of type ProfileExceptionModifier and TypeMethodDescriptionvoidProfileListener.failure(ProfileSubscription ps, ProfileException e) Called when an active subscription is terminated due to an error.voidProfileListener.rejection(ProfileSubscription ps, ProfileException e) Called when a profileSubscription moves from PENDING to INACTIVE state.Methods in com.bea.wcp.profile that throw ProfileExceptionModifier and TypeMethodDescriptionvoidProfileSubscription.cancel()Cancels the subscription.voidProfileService.deleteDocument(String docSel) Deletes a document.voidProfileService.deleteDocument(javax.servlet.sip.Address requestor, String docSel) Deletes a document.voidProfileServiceCached.deleteDocument(String docSel) voidProfileServiceCached.deleteDocument(javax.servlet.sip.Address requestor, String docSel) voidProfileServiceSpiImplBase.deleteDocument(String docSel) voidProfileServiceSpiImplBase.deleteDocument(javax.servlet.sip.Address requestor, String docSel) ProfileService.getDocument(String docSel) Gets a document.ProfileService.getDocument(javax.servlet.sip.Address requestor, String docSel) Gets a document.ProfileServiceCached.getDocument(String docSel) ProfileServiceCached.getDocument(javax.servlet.sip.Address requestor, String docSel) ProfileServiceSpiImplBase.getDocument(String docSel) ProfileServiceSpiImplBase.getDocument(javax.servlet.sip.Address requestor, String docSel) ShApp.getDocument(String docSel) ShProviderDirect.getDocument(String docSel) voidProfileService.putDocument(String docSel, Document doc) Updates a document.voidProfileService.putDocument(javax.servlet.sip.Address requestor, String docSel, Document doc) Updates a document.voidProfileServiceCached.putDocument(String docSel, Document doc) voidProfileServiceCached.putDocument(javax.servlet.sip.Address requestor, String docSel, Document doc) voidProfileServiceSpiImplBase.putDocument(String docSel, Document doc) voidProfileServiceSpiImplBase.putDocument(javax.servlet.sip.Address requestor, String docSel, Document doc) voidShApp.putDocument(String docSel, Document doc) voidShProviderDirect.putDocument(String docSel, Document doc) voidProfileServiceSpi.register(ProviderBean bean) This method is called when the profile service attempts to register an instance of this provider.voidProfileServiceSpiImplBase.register(ProviderBean bean) voidShProviderDirect.register(ProviderBean bean) static voidShProviderDirect.registerApp(ShApp sh) voidProfileSubscription.setExpires(int seconds) Requests that the subscription expires seconds seconds from now.ProfileService.subscribe(javax.servlet.sip.Address subscriber, javax.servlet.sip.SipApplicationSession session, String docSel, int duration, Serializable info) Subscribes to change notifications for a document described by the docSel document selector.ProfileService.subscribe(javax.servlet.sip.Address subscriber, javax.servlet.sip.SipApplicationSession session, String docSel, Serializable info) Subscribes to change notifications for a document described by the docSel document selector.ProfileService.subscribe(javax.servlet.sip.SipApplicationSession session, String docSel, int duration, Serializable info) Subscribes to change notifications for a document described by the docSel document selector.ProfileService.subscribe(javax.servlet.sip.SipApplicationSession session, String docSel, Serializable info) Subscribes to change notifications for a document described by the docSel document selector.ProfileServiceCached.subscribe(javax.servlet.sip.Address subscriber, javax.servlet.sip.SipApplicationSession session, String docSel, int duration, Serializable info) ProfileServiceCached.subscribe(javax.servlet.sip.Address subscriber, javax.servlet.sip.SipApplicationSession session, String docSel, Serializable info) ProfileServiceCached.subscribe(javax.servlet.sip.SipApplicationSession session, String docSel, int duration, Serializable info) ProfileServiceCached.subscribe(javax.servlet.sip.SipApplicationSession session, String docSel, Serializable info) ProfileServiceSpiImplBase.subscribe(javax.servlet.sip.Address subscriber, javax.servlet.sip.SipApplicationSession session, String docSel, int duration, Serializable info) ProfileServiceSpiImplBase.subscribe(javax.servlet.sip.Address subscriber, javax.servlet.sip.SipApplicationSession session, String docSel, Serializable info) ProfileServiceSpiImplBase.subscribe(javax.servlet.sip.SipApplicationSession session, String docSel, int duration, Serializable info) ProfileServiceSpiImplBase.subscribe(javax.servlet.sip.SipApplicationSession session, String docSel, Serializable info) ShApp.subscribe(javax.servlet.sip.SipApplicationSession session, String docSel, Serializable info) ShProviderDirect.subscribe(javax.servlet.sip.SipApplicationSession session, String docSel, Serializable info) -
Uses of ProfileException in com.bea.wcp.sip.engine
Methods in com.bea.wcp.sip.engine that throw ProfileExceptionModifier and TypeMethodDescriptionvoidWlssProfileService.addProvider(ProviderBean bean) voidWlssProfileService.configureProfileService(ProfileServiceBean conf) voidWlssProfileService.deleteDocument(String docSel) voidWlssProfileService.deleteDocument(javax.servlet.sip.Address requestor, String docSel) WlssProfileService.getDocument(String docSel) WlssProfileService.getDocument(javax.servlet.sip.Address requestor, String docSel) voidWlssProfileService.putDocument(String docSel, Document doc) voidWlssProfileService.putDocument(javax.servlet.sip.Address requestor, String docSel, Document doc) voidWlssProfileService.resetMappingInfo(MappingBean mapping) WlssProfileService.subscribe(javax.servlet.sip.Address subscriber, javax.servlet.sip.SipApplicationSession session, String docSel, int duration, Serializable info) WlssProfileService.subscribe(javax.servlet.sip.Address subscriber, javax.servlet.sip.SipApplicationSession session, String docSel, Serializable info) WlssProfileService.subscribe(javax.servlet.sip.SipApplicationSession session, String docSel, int duration, Serializable info) WlssProfileService.subscribe(javax.servlet.sip.SipApplicationSession session, String docSel, Serializable info)