Class UpdateAssignment

java.lang.Object
org.jgrapes.core.internal.EventBase<Boolean>
org.jgrapes.core.Event<Boolean>
org.jdrupes.vmoperator.manager.events.UpdateAssignment
All Implemented Interfaces:
Future<Boolean>, Associator, Eligible

public class UpdateAssignment extends Event<Boolean>
Note the assignment to a user in the VM status.
  • Constructor Details

    • UpdateAssignment

      public UpdateAssignment(String usedPool, String toUser)
      Instantiates a new event.
      Parameters:
      usedPool - the used pool
      toUser - the to user
  • Method Details

    • usedPool

      public String usedPool()
      Gets the pool to assign from.
      Returns:
      the pool
    • toUser

      public String toUser()
      Gets the user to assign to.
      Returns:
      the to user