javax.servlet.sip
Interface SipSessionActivationListener

All Superinterfaces:
EventListener

public interface SipSessionActivationListener
extends EventListener

Objects that are bound to a session may listen to container events notifying them that sessions will be passivated and that session will be activated. A container that migrates session between VMs or persists sessions is required to notify all attributes bound to sessions implementing SipSessionActivationListener.


Method Summary
 void sessionDidActivate(SipSessionEvent se)
          Notification that the session has just been activated.
 void sessionWillPassivate(SipSessionEvent se)
          Notification that the session is about to be passivated.
 

Method Detail

sessionDidActivate

void sessionDidActivate(SipSessionEvent se)
Notification that the session has just been activated.


sessionWillPassivate

void sessionWillPassivate(SipSessionEvent se)
Notification that the session is about to be passivated.



Copyright © 2012. All Rights Reserved.