Package | Description |
---|---|
com.bea.wcp.profile |
Support for accessing Profile information.
|
com.bea.wcp.sip.engine |
The package which stores the core classes of SSE.
|
Modifier and Type | Class and Description |
---|---|
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 API method,
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ProfileSubscription.cancel()
Cancels the subscription.
|
void |
ProfileServiceSpiImplBase.deleteDocument(javax.servlet.sip.Address requestor,
String docSel) |
void |
ProfileService.deleteDocument(javax.servlet.sip.Address requestor,
String docSel)
Deletes a document.
|
void |
ProfileServiceCached.deleteDocument(javax.servlet.sip.Address requestor,
String docSel) |
void |
ProfileServiceSpiImplBase.deleteDocument(String docSel) |
void |
ProfileService.deleteDocument(String docSel)
Deletes a document.
|
void |
ProfileServiceCached.deleteDocument(String docSel) |
Document |
ProfileServiceSpiImplBase.getDocument(javax.servlet.sip.Address requestor,
String docSel) |
Document |
ProfileService.getDocument(javax.servlet.sip.Address requestor,
String docSel)
Gets a document.
|
Document |
ProfileServiceCached.getDocument(javax.servlet.sip.Address requestor,
String docSel) |
Document |
ProfileServiceSpiImplBase.getDocument(String docSel) |
Document |
ProfileService.getDocument(String docSel)
Gets a document.
|
Document |
ProfileServiceCached.getDocument(String docSel) |
Document |
ShProviderDirect.getDocument(String docSel) |
Document |
ShApp.getDocument(String docSel) |
void |
ProfileServiceSpiImplBase.putDocument(javax.servlet.sip.Address requestor,
String docSel,
Document doc) |
void |
ProfileService.putDocument(javax.servlet.sip.Address requestor,
String docSel,
Document doc)
Updates a document.
|
void |
ProfileServiceCached.putDocument(javax.servlet.sip.Address requestor,
String docSel,
Document doc) |
void |
ProfileServiceSpiImplBase.putDocument(String docSel,
Document doc) |
void |
ProfileService.putDocument(String docSel,
Document doc)
Updates a document.
|
void |
ProfileServiceCached.putDocument(String docSel,
Document doc) |
void |
ShProviderDirect.putDocument(String docSel,
Document doc) |
void |
ShApp.putDocument(String docSel,
Document doc) |
void |
ProfileServiceSpiImplBase.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)
Requests that the 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 |
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.
|
ProfileSubscription |
ProfileServiceCached.subscribe(javax.servlet.sip.Address subscriber,
javax.servlet.sip.SipApplicationSession session,
String docSel,
int duration,
Serializable info) |
ProfileSubscription |
ProfileServiceSpiImplBase.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)
Subscribes to change notifications for a document described by the docSel
document selector.
|
ProfileSubscription |
ProfileServiceCached.subscribe(javax.servlet.sip.Address subscriber,
javax.servlet.sip.SipApplicationSession session,
String docSel,
Serializable info) |
ProfileSubscription |
ProfileServiceSpiImplBase.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)
Subscribes to change notifications for a document described by the docSel
document selector.
|
ProfileSubscription |
ProfileServiceCached.subscribe(javax.servlet.sip.SipApplicationSession session,
String docSel,
int duration,
Serializable info) |
ProfileSubscription |
ProfileServiceSpiImplBase.subscribe(javax.servlet.sip.SipApplicationSession session,
String docSel,
Serializable info) |
ProfileSubscription |
ProfileService.subscribe(javax.servlet.sip.SipApplicationSession session,
String docSel,
Serializable info)
Subscribes to change notifications for a document described by the docSel
document selector.
|
ProfileSubscription |
ProfileServiceCached.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) |
Modifier and Type | Method and Description |
---|---|
void |
WlssProfileService.addProvider(ProviderBean bean) |
void |
WlssProfileService.configureProfileService(ProfileServiceBean conf) |
void |
WlssProfileService.deleteDocument(javax.servlet.sip.Address requestor,
String docSel) |
void |
WlssProfileService.deleteDocument(String docSel) |
Document |
WlssProfileService.getDocument(javax.servlet.sip.Address requestor,
String docSel) |
Document |
WlssProfileService.getDocument(String docSel) |
void |
WlssProfileService.putDocument(javax.servlet.sip.Address requestor,
String docSel,
Document doc) |
void |
WlssProfileService.putDocument(String docSel,
Document doc) |
void |
WlssProfileService.resetMappingInfo(MappingBean mapping) |
ProfileSubscription |
WlssProfileService.subscribe(javax.servlet.sip.Address subscriber,
javax.servlet.sip.SipApplicationSession session,
String docSel,
int duration,
Serializable info) |
ProfileSubscription |
WlssProfileService.subscribe(javax.servlet.sip.Address subscriber,
javax.servlet.sip.SipApplicationSession session,
String docSel,
Serializable info) |
ProfileSubscription |
WlssProfileService.subscribe(javax.servlet.sip.SipApplicationSession session,
String docSel,
int duration,
Serializable info) |
ProfileSubscription |
WlssProfileService.subscribe(javax.servlet.sip.SipApplicationSession session,
String docSel,
Serializable info) |