Skip navigation links


javax.servlet.sip
Interface SipSessionAttributeListener

All Superinterfaces:
java.util.EventListener

public interface SipSessionAttributeListener
extends java.util.EventListener

This listener interface can be implemented in order to get notifications of changes to the attribute lists of sessions within this SIP servlet application.


Method Summary
 void attributeAdded(SipSessionBindingEvent ev)
          Notification that an attribute has been added to a session.
 void attributeRemoved(SipSessionBindingEvent ev)
          Notification that an attribute has been removed from a session.
 void attributeReplaced(SipSessionBindingEvent ev)
          Notification that an attribute has been replaced in a session.

 

Method Detail

attributeAdded

void attributeAdded(SipSessionBindingEvent ev)
Notification that an attribute has been added to a session. Called after the attribute is added.
Parameters:
ev - event identifying the affected SipSession

attributeRemoved

void attributeRemoved(SipSessionBindingEvent ev)
Notification that an attribute has been removed from a session. Called after the attribute is removed.
Parameters:
ev - event identifying the affected SipSession

attributeReplaced

void attributeReplaced(SipSessionBindingEvent ev)
Notification that an attribute has been replaced in a session. Called after the attribute is replaced.
Parameters:
ev - event identifying the affected SipSession

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