Class VmMgmtFactory

java.lang.Object
org.jdrupes.vmoperator.vmmgmt.VmMgmtFactory
All Implemented Interfaces:
org.jgrapes.core.ComponentFactory, org.jgrapes.webconsole.base.ConletComponentFactory

public class VmMgmtFactory extends Object implements org.jgrapes.webconsole.base.ConletComponentFactory
The factory service for VmMgmts.
  • Constructor Details

  • Method Details

    • componentType

      public Class<? extends org.jgrapes.core.ComponentType> componentType()
      Specified by:
      componentType in interface org.jgrapes.core.ComponentFactory
    • create

      public Optional<org.jgrapes.core.ComponentType> create(org.jgrapes.core.Channel componentChannel, Map<?,?> properties)
      Specified by:
      create in interface org.jgrapes.core.ComponentFactory