|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
com.bea.wcp.profile.ProfileServiceSpiImplBase
public class ProfileServiceSpiImplBase
This is blank implementation of ProfileServiceSpi, used for testing and development purposes. It provides debug output if wlss.Profile debug is turned on.
| Field Summary |
|---|
| Fields inherited from interface com.bea.wcp.profile.ProfileService |
|---|
PROFILE_SERVICE |
| Constructor Summary | |
|---|---|
ProfileServiceSpiImplBase() |
|
| Method Summary | |
|---|---|
void |
deleteDocument(javax.servlet.sip.Address requestor, String docSel)Delete a document. |
void |
deleteDocument(String docSel)Delete a document. |
Document |
getDocument(javax.servlet.sip.Address requestor, String docSel)Get a document. |
Document |
getDocument(String docSel)Get a document. |
void |
putDocument(javax.servlet.sip.Address requestor, String docSel, Document doc)Update a document. |
void |
putDocument(String docSel, Document doc)Update a document. |
void |
register(ProviderBean bean)This method is called when the profile service attempts to register an instance of this provider. |
ProfileSubscription |
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 |
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 |
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 |
subscribe(javax.servlet.sip.SipApplicationSession session, String docSel, Serializable info)Subscribe to change notifications for a document described by the docSel document selector. |
void |
unregister()This method is called to inform the profile service provider that it is being disconnected from the profile service. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProfileServiceSpiImplBase()
| Method Detail |
|---|
public Document getDocument(String docSel)
throws ProfileException
ProfileServicegetDocument in interface ProfileServicedocSel - the document selector to useProfileException
public Document getDocument(javax.servlet.sip.Address requestor,
String docSel)
throws ProfileException
ProfileServicegetDocument in interface ProfileServicerequestor - the party making the requestdocSel - the DocumentProfileException
public void putDocument(String docSel,
Document doc)
throws ProfileException
ProfileServiceputDocument in interface ProfileServicedocSel - the document selector to usedoc - the Document to updateProfileException
public void putDocument(javax.servlet.sip.Address requestor,
String docSel,
Document doc)
throws ProfileException
ProfileServiceputDocument in interface ProfileServicerequestor - the party making the requestdocSel - the document selector to usedoc - the Document to updateProfileException
public void deleteDocument(String docSel)
throws ProfileException
ProfileServicedeleteDocument in interface ProfileServicedocSel - the document selector to useProfileException
public void deleteDocument(javax.servlet.sip.Address requestor,
String docSel)
throws ProfileException
ProfileServicedeleteDocument in interface ProfileServicerequestor - the party ordering the deletedocSel - the document selector to useProfileException
public ProfileSubscription subscribe(javax.servlet.sip.SipApplicationSession session,
String docSel,
Serializable info)
throws ProfileException
ProfileServicesubscribe method.subscribe in interface ProfileServicesession - The session interested in this subscriptiondocSel - The document Selectorinfo - Extra information to be passed in the callback.ProfileException
public ProfileSubscription subscribe(javax.servlet.sip.Address subscriber,
javax.servlet.sip.SipApplicationSession session,
String docSel,
Serializable info)
throws ProfileException
ProfileServicesubscribe method.subscribe in interface ProfileServicesubscriber - the party making the subscriptionsession - The session interested in this subscriptiondocSel - The document Selectorinfo - Extra information to be passed in the callback.ProfileException
public ProfileSubscription subscribe(javax.servlet.sip.SipApplicationSession session,
String docSel,
int duration,
Serializable info)
throws ProfileException
ProfileServicesubscribe in interface ProfileServicesession - The session interested in this subscriptiondocSel - The document Selectorduration - The length of the subscription in secondsinfo - Extra information to be passed in the callback.ProfileException
public ProfileSubscription subscribe(javax.servlet.sip.Address subscriber,
javax.servlet.sip.SipApplicationSession session,
String docSel,
int duration,
Serializable info)
throws ProfileException
ProfileServicesubscribe in interface ProfileServicesubscriber - The party making the subscription.session - The session interested in this subscriptiondocSel - The document Selectorduration - The length of the subscription in secondsinfo - Extra information to be passed in the callback.ProfileException
public void register(ProviderBean bean)
throws ProfileException
ProfileServiceSpiregister in interface ProfileServiceSpibean - Configuration bean; use for initialization.ProfileExceptionpublic void unregister()
ProfileServiceSpiunregister in interface ProfileServiceSpi
|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2012 Oracle Corporation. All Rights Reserved.