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 | Method and Description |
---|---|
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,
int duration,
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.Address subscriber,
javax.servlet.sip.SipApplicationSession session,
String docSel,
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,
int duration,
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 |
ProfileServiceSpiImplBase.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 |
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.
|
Modifier and Type | Method and Description |
---|---|
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) |