Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Uses of Class
com.bea.wcp.profile.ProfileException

Packages that use ProfileException
com.bea.wcp.profile   

 

Uses of ProfileException in com.bea.wcp.profile

 

Subclasses of ProfileException in com.bea.wcp.profile
 class ConcurrentProfileModificationException
          This exception is thrown if concurrent modification of a profile document on the server has been detected.
 class OperationNotSupportedException
          If a Profile Service provider does not support a particular method of the API, it should throw this exception.
 class RequestTimedOutException
          This exception is thrown when a Profile Service method failed to complete in the allotted time.
 class SubscriptionModificationFailedException
          This exception is thrown if a request to modify the duration of an exception, failed.

 

Methods in com.bea.wcp.profile with parameters of type ProfileException
 void ProfileListener.failure(ProfileSubscription ps, ProfileException e)
          Called when an active subscription is terminated due to an error.
 void ProfileListener.rejection(ProfileSubscription ps, ProfileException e)
          Called when a profileSubscription moves from PENDING to INACTIVE state.

 

Methods in com.bea.wcp.profile that throw ProfileException
 void ProfileSubscription.cancel()
          Cancel this subscription.
 void ProfileServiceSpiImplBase.deleteDocument(javax.servlet.sip.Address requestor, String docSel)
           
 void ShProviderCached.deleteDocument(javax.servlet.sip.Address requestor, String docSel)
           
 void ProfileService.deleteDocument(javax.servlet.sip.Address requestor, String docSel)
          Delete a document.
 void ProfileServiceSpiImplBase.deleteDocument(String docSel)
           
 void ShProviderCached.deleteDocument(String docSel)
           
 void ProfileService.deleteDocument(String docSel)
          Delete a document.
 Document ProfileServiceSpiImplBase.getDocument(javax.servlet.sip.Address requestor, String docSel)
           
 Document ShProviderCached.getDocument(javax.servlet.sip.Address requestor, String docSel)
           
 Document ProfileService.getDocument(javax.servlet.sip.Address requestor, String docSel)
          Get a document.
 Document ProfileServiceSpiImplBase.getDocument(String docSel)
           
 Document ShProviderCached.getDocument(String docSel)
           
 Document ShProviderDirect.getDocument(String docSel)
           
 Document ShApp.getDocument(String docSel)
           
 Document ProfileService.getDocument(String docSel)
          Get a document.
 void ProfileServiceSpiImplBase.putDocument(javax.servlet.sip.Address requestor, String docSel, Document doc)
           
 void ShProviderCached.putDocument(javax.servlet.sip.Address requestor, String docSel, Document doc)
           
 void ProfileService.putDocument(javax.servlet.sip.Address requestor, String docSel, Document doc)
          Update a document.
 void ProfileServiceSpiImplBase.putDocument(String docSel, Document doc)
           
 void ShProviderCached.putDocument(String docSel, Document doc)
           
 void ShProviderDirect.putDocument(String docSel, Document doc)
           
 void ShApp.putDocument(String docSel, Document doc)
           
 void ProfileService.putDocument(String docSel, Document doc)
          Update a document.
 void ProfileServiceSpiImplBase.register(ProviderBean bean)
           
 void ShProviderCached.register(ProviderBean bean)
           
 void ShProviderDirect.register(ProviderBean bean)
           
 void ProfileServiceSpi.register(ProviderBean bean)
          This method is called when the profile service attempts to register an instance of this provider.
static void ShProviderDirect.registerApp(ShApp sh)
           
 void ProfileSubscription.setExpires(int seconds)
          Request that this subscription expires seconds seconds from now.
 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.

 


Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.