Class ShutdownVM

java.lang.Object
org.btrplace.plan.event.Action
org.btrplace.plan.event.ShutdownVM
All Implemented Interfaces:
Event, VMEvent, VMStateTransition

public class ShutdownVM
extends Action
implements VMStateTransition
An action to stop a virtual machine running on an online node and put it into the ready state.
Author:
Fabien Hermenier
  • Constructor Details

    • ShutdownVM

      public ShutdownVM​(VM v, Node on, int start, int end)
      Make a new action.
      Parameters:
      v - the virtual machine to stop
      on - the hosting node
      start - the moment the action starts
      end - the moment the action finish
  • Method Details