|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
javax.servlet.sip.SipApplicationSessionEvent
public class SipApplicationSessionEvent
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).
| Field Summary |
|---|
| 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)
appSession - the expired application session| Method Detail |
|---|
public SipApplicationSession getApplicationSession()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||