org.mobicents.servlet.sip.core.session
Interface ConvergedSession

All Superinterfaces:
ConvergedHttpSession, javax.servlet.http.HttpSession
All Known Implementing Classes:
ConvergedSessionFacade, ConvergedStandardSession

public interface ConvergedSession
extends ConvergedHttpSession

Interface allowing us to check if a converged session is still valid

Author:
Jean Deruelle

Method Summary
 MobicentsSipApplicationSession getApplicationSession(boolean create)
           
 boolean isValid()
           
 
Methods inherited from interface javax.servlet.sip.ConvergedHttpSession
encodeURL, encodeURL, getApplicationSession
 
Methods inherited from interface javax.servlet.http.HttpSession
getAttribute, getAttributeNames, getCreationTime, getId, getLastAccessedTime, getMaxInactiveInterval, getServletContext, getSessionContext, getValue, getValueNames, invalidate, isNew, putValue, removeAttribute, removeValue, setAttribute, setMaxInactiveInterval
 

Method Detail

getApplicationSession

MobicentsSipApplicationSession getApplicationSession(boolean create)

isValid

boolean isValid()


Copyright © 2010. All Rights Reserved.