Skip navigation links


javax.servlet.sip
Class SipSessionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.servlet.sip.SipSessionEvent

All Implemented Interfaces:
java.io.Serializable

public class SipSessionEvent
extends java.util.EventObject

This is the class representing event notifications for changes to SipSessions within a SIP servlet application.

See Also:
Serialized Form

Field Summary

 

Fields inherited from class java.util.EventObject
source

 

Constructor Summary
SipSessionEvent(SipSession source)
          Construct a session event from the given source.

 

Method Summary
 SipSession getSession()
          Returns the session that changed.

 

Methods inherited from class java.util.EventObject
getSource, toString

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

SipSessionEvent

public SipSessionEvent(SipSession source)
Construct a session event from the given source.
Parameters:
source - the affected SipSession object

Method Detail

getSession

public SipSession getSession()
Returns the session that changed.
Returns:
the affected SipSession object

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