hu.mta.sztaki.lpds.cloud.simulator.iaas
Class VirtualMachine.EventSetup
java.lang.Object
hu.mta.sztaki.lpds.cloud.simulator.iaas.VirtualMachine.EventSetup
- Enclosing class:
- VirtualMachine
private class VirtualMachine.EventSetup
- extends Object
This internal interface is used to customize internal state change
actions in the VM class.
- Author:
- "Gabor Kecskemeti, Distributed and Parallel Systems Group, University of Innsbruck (c) 2013"
Method Summary |
void |
changeEvents()
Implementing this function allows the implementor to provide a custom
VM state change function |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
expectedState
public final VirtualMachine.State expectedState
VirtualMachine.EventSetup
public VirtualMachine.EventSetup(VirtualMachine.State eState)
changeEvents
public void changeEvents()
- Implementing this function allows the implementor to provide a custom
VM state change function
Copyright © 2012–2015 University of Innsbruck & MTA SZTAKI. All rights reserved.