public class SipApplicationSessionEvent extends EventObject
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).
source| Constructor and Description |
|---|
SipApplicationSessionEvent(SipApplicationSession appSession)
Creates a new
SipApplicationSessionEvent object. |
| Modifier and Type | Method and Description |
|---|---|
SipApplicationSession |
getApplicationSession()
Returns the expired session object.
|
getSource, toStringpublic SipApplicationSessionEvent(SipApplicationSession appSession)
SipApplicationSessionEvent object.appSession - the expired application sessionpublic SipApplicationSession getApplicationSession()
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.