Package com.sun.enterprise.web

Examples of com.sun.enterprise.web.PersistenceStrategyBuilder


        String httpFrequency = configHelper.getPersistenceFrequency();
        String httpScope = configHelper.getPersistenceScope();

        PersistenceStrategyBuilderFactory httpFactory =
            new PersistenceStrategyBuilderFactory();
        PersistenceStrategyBuilder httpBuilder =
            httpFactory.createPersistenceStrategyBuilder(httpType.getType(),
                httpFrequency, httpScope, this);
        httpBuilder.setLogger(Logger.getLogger(LogUtil.SIP_LOG_DOMAIN));
        httpBuilder.setIsConverged(true);
        httpBuilder.initializePersistenceStrategy(this, httpSmBean);

        /*
         * Configure SIP session manager
         */
        PersistenceType sipType = configHelper.getSipPersistenceType();
View Full Code Here

TOP

Related Classes of com.sun.enterprise.web.PersistenceStrategyBuilder

Copyright © 2018 www.massapicom. 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.