Skip navigation links 
 
javax.servlet.sip
Class SipSessionEvent
java.lang.Object
   java.util.EventObject
java.util.EventObject
       javax.servlet.sip.SipSessionEvent
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
 
 
| Fields inherited from class java.util.EventObject | 
| source | 
  
 
  
 
 
| 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 | 
 
 
SipSessionEvent
public SipSessionEvent(SipSession source)
- Construct a session event from the given source.
- Parameters:
- source- the affected- SipSessionobject
 
getSession
public SipSession getSession()
- Returns the session that changed.
- 
- Returns:
- the affected SipSessionobject
 
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