Package com.ericsson.ssa.sip

Examples of com.ericsson.ssa.sip.SipSessionDialogImpl.lockBackground()


            //be not expired
            //but since invalidate is called before removal we must check           
            if(session.isValid()
                && (session.getId() != null)
                && isSipSessionOlderThan(session, repairStartTime)          
                && session.lockBackground()) {
                try {
                    ((HASipSession)session).setReplicated(false);
                    ((HASipSession)session).setDirty(true, false);
                    saveSipSession(session);
                } catch (IOException ex) {
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.