javax.servlet.sip
Class SipApplicationSessionEvent
java.lang.Object
java.util.EventObject
javax.servlet.sip.SipApplicationSessionEvent
- All Implemented Interfaces:
- Serializable
public class SipApplicationSessionEvent
- extends EventObject
This is the class representing event notifications for changes to SipApplicationSessions within a SIP servlet application.
A SipApplicationSessionListener receiving this notification may attempt to extend the lifetime of the application instance corresponding to the expiring application session by invoking SipApplicationSession.setExpires(int).
- See Also:
- Serialized Form
SipApplicationSessionEvent
public SipApplicationSessionEvent(SipApplicationSession appSession)
- Creates a new SipApplicationSessionEvent object.
- Parameters:
appSession - the expired application session
getApplicationSession
public SipApplicationSession getApplicationSession()
- Returns the expired session object.
Copyright © 2012. All Rights Reserved.