Package com.ericsson.ssa.sip

Examples of com.ericsson.ssa.sip.SipApplicationSessionImpl.removeSession()


            SipApplicationSessionImpl sas =
                    (SipApplicationSessionImpl) getApplicationSession(false);
            if (sas != null) {
                // don't attempt to remove the httpsession again from its sessionmanager,
                // super.invalidate() would already have removed it.
                sas.removeSession(httpSession, false);
            }
        } catch (Exception e) { // could be remotelock or illegalstate exception.
            logger.log(Level.WARNING, e.getMessage(), e);
        }
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.