| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VirtualMachine.StateChange | |
|---|---|
| hu.mta.sztaki.lpds.cloud.simulator.iaas | |
| hu.mta.sztaki.lpds.cloud.simulator.iaas.statenotifications | |
| Uses of VirtualMachine.StateChange in hu.mta.sztaki.lpds.cloud.simulator.iaas | 
|---|
| Classes in hu.mta.sztaki.lpds.cloud.simulator.iaas that implement VirtualMachine.StateChange | |
|---|---|
 class | 
PhysicalMachine.ResourceAllocation
This class is strongly connected with the physical machine's class, the two are collaborating to allow a fluid and minimal hassle operation of allocating resources on a PM.  | 
| Fields in hu.mta.sztaki.lpds.cloud.simulator.iaas with type parameters of type VirtualMachine.StateChange | |
|---|---|
private  StateDependentEventHandler<VirtualMachine.StateChange,org.apache.commons.lang3.tuple.Triple<VirtualMachine,VirtualMachine.State,VirtualMachine.State>> | 
VirtualMachine.vmStateChangelistenerManager
the local handler of VM state change events.  | 
| Methods in hu.mta.sztaki.lpds.cloud.simulator.iaas with parameters of type VirtualMachine.StateChange | |
|---|---|
 void | 
VirtualMachine.subscribeStateChange(VirtualMachine.StateChange consumer)
Use this function to get notified about state changes on this VM  | 
 void | 
VirtualMachine.unsubscribeStateChange(VirtualMachine.StateChange consumer)
Use this function to be no longer notified about state changes on this VM  | 
| Uses of VirtualMachine.StateChange in hu.mta.sztaki.lpds.cloud.simulator.iaas.statenotifications | 
|---|
| Methods in hu.mta.sztaki.lpds.cloud.simulator.iaas.statenotifications that return types with arguments of type VirtualMachine.StateChange | |
|---|---|
static StateDependentEventHandler<VirtualMachine.StateChange,org.apache.commons.lang3.tuple.Triple<VirtualMachine,VirtualMachine.State,VirtualMachine.State>> | 
VMStateChangeNotificationHandler.getHandlerInstance()
gets the event handler that will manage the subscriptions for the particular VM object that asked for the handler.  | 
| Methods in hu.mta.sztaki.lpds.cloud.simulator.iaas.statenotifications with parameters of type VirtualMachine.StateChange | |
|---|---|
 void | 
VMStateChangeNotificationHandler.sendNotification(VirtualMachine.StateChange onObject,
                 org.apache.commons.lang3.tuple.Triple<VirtualMachine,VirtualMachine.State,VirtualMachine.State> stateData)
The event handling mechanism for VM state change notifications  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||