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.
-
Uses of ChannelDictionary in org.jdrupes.vmoperator.manager
Constructors in org.jdrupes.vmoperator.manager with parameters of type ChannelDictionaryModifierConstructorDescriptionDisplaySecretMonitor
(Channel componentChannel, ChannelDictionary<String, VmChannel, ?> channelDictionary) Instantiates a new display secrets monitor. -
Uses of ChannelDictionary in org.jdrupes.vmoperator.manager.events
Classes in org.jdrupes.vmoperator.manager.events that implement ChannelDictionaryModifier and TypeClassDescriptionclass
ChannelManager<K,
C extends Channel, A> Provides an actively managed implementation of theChannelDictionary
.class
ChannelTracker<K,
C extends Channel, A> Used to track mapping from a key to a channel.