|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SipApplicationSessionBindingListener
Causes an object to be notified when it is bound to or unbound from a SipApplicationSession. The object is notified by an SipApplicationSessionBindingEvent object. This may be as a result of a servlet programmer explicitly unbinding an attribute from an application session, due to an application session being invalidated, or due to an application session timing out. Since: 1.1 See Also:SipApplicationSession, SipApplicationSessionBindingEvent
| Method Summary | |
|---|---|
void |
valueBound(SipApplicationSessionBindingEvent event)
Notifies the object that it is being bound to an application session and identifies the application session. |
void |
valueUnbound(SipApplicationSessionBindingEvent event)
Notifies the object that it is being unbound from an application session and identifies the application session. |
| Method Detail |
|---|
void valueBound(SipApplicationSessionBindingEvent event)
void valueUnbound(SipApplicationSessionBindingEvent event)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||