Uses of Interface
org.jdrupes.vmoperator.manager.events.ChannelDictionary
Packages that use ChannelDictionary
Package
Description
The following diagram shows the components of the manager application.
Domain specific
Events (and
Channels) used to communicate between
the core components of the Manager and
“plugin” components such as the conlets.-
Uses of ChannelDictionary in org.jdrupes.vmoperator.manager
Constructors in org.jdrupes.vmoperator.manager with parameters of type ChannelDictionaryModifierConstructorDescriptionDisplaySecretMonitor(org.jgrapes.core.Channel componentChannel, ChannelDictionary<String, VmChannel, ?> channelDictionary) Instantiates a new display secrets monitor.PodMonitor(org.jgrapes.core.Channel componentChannel, ChannelDictionary<String, VmChannel, ?> channelDictionary) Instantiates a new pod monitor. -
Uses of ChannelDictionary in org.jdrupes.vmoperator.manager.events
Classes in org.jdrupes.vmoperator.manager.events that implement ChannelDictionaryModifier and TypeClassDescriptionclassChannelManager<K,C extends org.jgrapes.core.Channel, A> Provides an actively managed implementation of theChannelDictionary.classChannelTracker<K,C extends org.jgrapes.core.Channel, A> Used to track mapping from a key to a channel.