Uses of Interface
com.ibm.jvm.dtfjview.spi.IOutputChannel
-
Packages that use IOutputChannel Package Description com.ibm.jvm.dtfjview com.ibm.jvm.dtfjview.spi com.ibm.jvm.dtfjview.tools -
-
Uses of IOutputChannel in com.ibm.jvm.dtfjview
Classes in com.ibm.jvm.dtfjview that implement IOutputChannel Modifier and Type Class Description classConsoleOutputChannelclassFileOutputChannelclassOutputclassOutputChannelRedirectorMethods in com.ibm.jvm.dtfjview with parameters of type IOutputChannel Modifier and Type Method Description voidOutput. addChannel(IOutputChannel channel, boolean printLastInput) -
Uses of IOutputChannel in com.ibm.jvm.dtfjview.spi
Subinterfaces of IOutputChannel in com.ibm.jvm.dtfjview.spi Modifier and Type Interface Description interfaceIOutputManagerThe output manager is responsible for managing a collection of registered output channels.Methods in com.ibm.jvm.dtfjview.spi with parameters of type IOutputChannel Modifier and Type Method Description voidIOutputManager. addChannel(IOutputChannel channel)Adds a channel to the list of registered channels.voidIOutputManager. removeChannel(IOutputChannel channel)Removes a specific channel for a particular type. -
Uses of IOutputChannel in com.ibm.jvm.dtfjview.tools
Methods in com.ibm.jvm.dtfjview.tools with parameters of type IOutputChannel Modifier and Type Method Description static voidToolsRegistryOutputChannels. addChannel(IOutputChannel out)To add an output channel.static booleanToolsRegistryOutputChannels. contains(IOutputChannel out)To check if an output channel is already contained.static voidToolsRegistryOutputChannels. removeChannel(IOutputChannel out)To remove an output channel.
-