|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--javax.servlet.sip.SipApplicationSessionEvent
Notification that a SipApplicationSession
has expired.
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)
.
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
SipApplicationSessionEvent(SipApplicationSession appSession)
Creates a new SipApplicationSessionEvent object. |
Method Summary | |
SipApplicationSession |
getApplicationSession()
Returns the expired session object. |
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 |
public SipApplicationSessionEvent(SipApplicationSession appSession)
SipApplicationSessionEvent
object.appSession
- the expired application sessionMethod Detail |
public SipApplicationSession getApplicationSession()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |