| Package | Description |
|---|---|
| javax.servlet.sip |
| Modifier and Type | Method and Description |
|---|---|
void |
SipApplicationSessionListener.sessionCreated(SipApplicationSessionEvent ev)
Notification that a session was created.
|
void |
SipApplicationSessionListener.sessionDestroyed(SipApplicationSessionEvent ev)
Notification that a session was invalidated.
|
void |
SipApplicationSessionActivationListener.sessionDidActivate(SipApplicationSessionEvent se)
Notification that the application session has just been activated.
|
void |
SipApplicationSessionListener.sessionExpired(SipApplicationSessionEvent ev)
Notification that an application session has expired.
|
void |
SipApplicationSessionListener.sessionReadyToInvalidate(SipApplicationSessionEvent ev)
Notification that a SipApplicationSession is in the ready-to-invalidate state.
|
void |
SipApplicationSessionActivationListener.sessionWillPassivate(SipApplicationSessionEvent se)
Notification that the application session is about to be passivated.
|
Copyright © 2016. All rights reserved.