Package org.rioproject.monitor.service.tasks

Examples of org.rioproject.monitor.service.tasks.InitialOpStringLoadTask


             * Schedule the task to Load any configured OperationalStrings
             */
            long now = System.currentTimeMillis();
            DeployAdmin dAdmin = getLocalDeployAdmin();
            if(initialOpStrings.length>0)
                taskTimer.schedule(new InitialOpStringLoadTask(initialOpStrings,
                                                               dAdmin,
                                                               provisionMonitorPeer,
                                                               opStringMangerController,
                                                               stateManager),
                                   new Date(now+initialOpStringLoadDelay));
View Full Code Here

TOP

Related Classes of org.rioproject.monitor.service.tasks.InitialOpStringLoadTask

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.