public interface SipApplicationSessionListener extends EventListener
SipApplicationSession
objects
in the SIP application they are part of. To receive notification events,
the implementation class must be configured in the deployment
descriptor for the servlet application.Modifier and Type | Method and Description |
---|---|
void |
sessionCreated(SipApplicationSessionEvent ev)
Notification that a session was created.
|
void |
sessionDestroyed(SipApplicationSessionEvent ev)
Notification that a session was invalidated.
|
void |
sessionExpired(SipApplicationSessionEvent ev)
Notification that an application session has expired.
|
void |
sessionReadyToInvalidate(SipApplicationSessionEvent ev)
Notification that a
SipApplicationSession is in the
ready-to-invalidate state. |
void sessionCreated(SipApplicationSessionEvent ev)
ev
- the notification eventvoid sessionDestroyed(SipApplicationSessionEvent ev)
ev
- the notification eventvoid sessionExpired(SipApplicationSessionEvent ev)
SipApplicationSession.setExpires(int)
.ev
- the notification eventvoid sessionReadyToInvalidate(SipApplicationSessionEvent ev)
SipApplicationSession
is in the
ready-to-invalidate state. The container will invalidate this session
upon completion of this callback unless the listener implementation calls
SipApplicationSessionEvent.getApplicationSession().setInvalidateWhenReady(false)
ev
- the notification eventSipApplicationSession.isReadyToInvalidate()
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.