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