Package com.vmware.bdd.service.sp

Examples of com.vmware.bdd.service.sp.NodePowerOnRequest


            // ignore this event if waitForPowerState failed
            if (waitForPowerState(moId, PowerState.poweredOn)) {
               refreshNodeWithAction(moId, true, Constants.NODE_ACTION_WAITING_IP,
                     "Powered On");
               if (external) {
                  NodePowerOnRequest request =
                        new NodePowerOnRequest(lockMgr, moId, clusterManager,
                              softwareManagerCollector);
                  CmsWorker.addRequest(WorkQueue.VC_TASK_NO_DELAY, request);
               }
            }
View Full Code Here

TOP

Related Classes of com.vmware.bdd.service.sp.NodePowerOnRequest

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.