Package com.ericsson.ssa.sip.timer

Examples of com.ericsson.ssa.sip.timer.ServletTimerImpl.passivate()


        //  call unregisterServletTimerExtraParam()
        activationHelper.unregisterServletTimerMigrationTask(id);
        //remove active timer if present and not locked
        ServletTimerImpl timer = findServletTimerFromCacheOnly(id);
        if(timer != null && !timer.isForegroundLocked()) {       
            timer.passivate();
        }
    }
   
    /**
     * process the loadAdvisory of a Servlet Timer
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.