Package | Description |
---|---|
javax.servlet.sip |
The javax.servlet.sip package is the API for the SIP Servlets developed under JSR 359, this v2.0 version updates v1.1 developed under JSR 289.
|
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 © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.