Package org.rioproject.monitor.service.persistence

Examples of org.rioproject.monitor.service.persistence.StateManager


            String logDirName = (String)context.getConfiguration().getEntry(CONFIG_COMPONENT,
                                                                            "logDirectory",
                                                                            String.class,
                                                                            null);
            if(logDirName != null) {
                stateManager = new StateManager(logDirName, opStringMangerController);
                logger.info("ProvisionMonitor: using absolute logdir path [{}]", store.getStoreLocation());
                store.snapshot();
                super.initialize(context, store);
            } else {
                super.initialize(context);
View Full Code Here

TOP

Related Classes of org.rioproject.monitor.service.persistence.StateManager

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.