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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonConfigureQemu(ConfigureQemu event) On configure qemu.voidonCpuAdded(CpuAdded event) On cpu added.voidonCpuDeleted(CpuDeleted event) On cpu deleted.voidOn monitor result.Methods inherited from class org.jgrapes.core.Component
channel, component, defaultCriterion, isEligibleFor, setNameMethods 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, unregisterAsGeneratorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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
-