- 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 Summary
Constructors
-
Method Summary
Class<? extends org.jgrapes.core.ComponentType>
Optional<org.jgrapes.core.ComponentType>
create(org.jgrapes.core.Channel componentChannel,
Map<?,?> properties)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jgrapes.core.ComponentFactory
create, create
-
-
Method Details
-
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