Skip navigation links


javax.servlet.sip
Interface SipApplicationSessionBindingListener

All Superinterfaces:
java.util.EventListener

public interface SipApplicationSessionBindingListener
extends java.util.EventListener

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

valueBound

void valueBound(SipApplicationSessionBindingEvent event)
Notifies the object that it is being bound to an application session and identifies the application session.
Parameters:
event - the event that identifies the application session

valueUnbound

void valueUnbound(SipApplicationSessionBindingEvent event)
Notifies the object that it is being unbound from an application session and identifies the application session.
Parameters:
event - the event that identifies the application session

Skip navigation links

Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Java SIP Servlet API 1.1 Reference

Part Number E17883-01