Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Uses of Interface
com.bea.wcp.profile.ProfileSubscription

Packages that use ProfileSubscription
com.bea.wcp.profile   

 

Uses of ProfileSubscription in com.bea.wcp.profile

 

Methods in com.bea.wcp.profile that return ProfileSubscription
 ProfileSubscription ProfileServiceSpiImplBase.subscribe(javax.servlet.sip.Address subscriber, javax.servlet.sip.SipApplicationSession session, String docSel, int duration, Serializable info)
           
 ProfileSubscription ShProviderCached.subscribe(javax.servlet.sip.Address subscriber, javax.servlet.sip.SipApplicationSession session, String docSel, int duration, Serializable info)
           
 ProfileSubscription ProfileService.subscribe(javax.servlet.sip.Address subscriber, javax.servlet.sip.SipApplicationSession session, String docSel, int duration, Serializable info)
          Subscribe to change notifications for a document described by the docSel document selector.
 ProfileSubscription ProfileServiceSpiImplBase.subscribe(javax.servlet.sip.Address subscriber, javax.servlet.sip.SipApplicationSession session, String docSel, Serializable info)
           
 ProfileSubscription ShProviderCached.subscribe(javax.servlet.sip.Address subscriber, javax.servlet.sip.SipApplicationSession session, String docSel, Serializable info)
           
 ProfileSubscription ProfileService.subscribe(javax.servlet.sip.Address subscriber, javax.servlet.sip.SipApplicationSession session, String docSel, Serializable info)
          Subscribe to change notifications for a document described by the docSel document selector.
 ProfileSubscription ProfileServiceSpiImplBase.subscribe(javax.servlet.sip.SipApplicationSession session, String docSel, int duration, Serializable info)
           
 ProfileSubscription ShProviderCached.subscribe(javax.servlet.sip.SipApplicationSession session, String docSel, int duration, Serializable info)
           
 ProfileSubscription ProfileService.subscribe(javax.servlet.sip.SipApplicationSession session, String docSel, int duration, Serializable info)
          Subscribe to change notifications for a document described by the docSel document selector.
 ProfileSubscription ProfileServiceSpiImplBase.subscribe(javax.servlet.sip.SipApplicationSession session, String docSel, Serializable info)
           
 ProfileSubscription ShProviderCached.subscribe(javax.servlet.sip.SipApplicationSession session, String docSel, Serializable info)
           
 ProfileSubscription ShProviderDirect.subscribe(javax.servlet.sip.SipApplicationSession session, String docSel, Serializable info)
           
 ProfileSubscription ShApp.subscribe(javax.servlet.sip.SipApplicationSession session, String docSel, Serializable info)
           
 ProfileSubscription ProfileService.subscribe(javax.servlet.sip.SipApplicationSession session, String docSel, Serializable info)
          Subscribe to change notifications for a document described by the docSel document selector.

 

Methods in com.bea.wcp.profile with parameters of type ProfileSubscription
 void ProfileListener.activation(ProfileSubscription ps)
          Called when a profile subscription moves from PENDING to ACTIVE state.
 void ProfileListener.expiry(ProfileSubscription ps)
          Called when a subscription moves from ACTIVE to INACTIVE state.
 void ProfileListener.failure(ProfileSubscription ps, ProfileException e)
          Called when an active subscription is terminated due to an error.
 void ProfileListener.modification(ProfileSubscription ps)
          Called when the terms of an active subscription are modified.
 void ProfileListener.rejection(ProfileSubscription ps, ProfileException e)
          Called when a profileSubscription moves from PENDING to INACTIVE state.
 void ProfileListener.update(ProfileSubscription ps, Document doc)
          Invoked when a change happens to a Document to which a subscription has been made.

 


Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.