Class CpuController
java.lang.Object
org.jgrapes.core.internal.ComponentVertex
org.jgrapes.core.Component
org.jdrupes.vmoperator.runner.qemu.CpuController
- All Implemented Interfaces:
Iterable<ComponentType>
,Channel
,ComponentType
,Eligible
,Manager
The Class CpuController.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jgrapes.core.Channel
Channel.Default
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onConfigureQemu
(ConfigureQemu event) On configure qemu.void
onCpuAdded
(CpuAdded event) On cpu added.void
onCpuDeleted
(CpuDeleted event) On cpu deleted.void
On monitor result.Methods inherited from class org.jgrapes.core.Component
channel, component, defaultCriterion, isEligibleFor, setName
Methods inherited from class org.jgrapes.core.internal.ComponentVertex
activeEventPipeline, addHandler, attach, channelReplacements, children, componentPath, componentVertex, detach, fire, initComponentsHandlers, iterator, name, newEventPipeline, newEventPipeline, parent, registerAsGenerator, root, toString, unregisterAsGenerator
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
CpuController
Instantiates a new CPU controller.- Parameters:
componentChannel
- the component channel
-
-
Method Details
-
onConfigureQemu
On configure qemu.- Parameters:
event
- the event
-
onHotpluggableCpuStatus
On monitor result.- Parameters:
event
- the result
-
onCpuAdded
On cpu added.- Parameters:
event
- the event
-
onCpuDeleted
On cpu deleted.- Parameters:
event
- the event
-