Uses of Interface
com.bea.wcp.profile.ProfileSubscription
Packages that use ProfileSubscription
Package
Description
Support for accessing Profile information.
The package which stores the core classes of SSE.
-
Uses of ProfileSubscription in com.bea.wcp.profile
Methods in com.bea.wcp.profile that return ProfileSubscriptionModifier and TypeMethodDescriptionProfileService.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) Methods in com.bea.wcp.profile with parameters of type ProfileSubscriptionModifier and TypeMethodDescriptionvoidProfileListener.activation(ProfileSubscription ps) Called when a profile subscription moves from PENDING to ACTIVE state.voidProfileListener.expiry(ProfileSubscription ps) Called when a subscription moves from ACTIVE to INACTIVE state.voidProfileListener.failure(ProfileSubscription ps, ProfileException e) Called when an active subscription is terminated due to an error.voidProfileListener.modification(ProfileSubscription ps) Called when the terms of an active subscription are modified.voidProfileListener.rejection(ProfileSubscription ps, ProfileException e) Called when a profileSubscription moves from PENDING to INACTIVE state.voidProfileListener.update(ProfileSubscription ps, Document doc) Invoked when a change happens to a Document to which a subscription has been made. -
Uses of ProfileSubscription in com.bea.wcp.sip.engine
Methods in com.bea.wcp.sip.engine that return ProfileSubscriptionModifier and TypeMethodDescriptionWlssProfileService.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)