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 class
ConsoleOutputChannel
class
FileOutputChannel
class
Output
class
OutputChannelRedirector
Methods in com.ibm.jvm.dtfjview with parameters of type IOutputChannel Modifier and Type Method Description void
Output. 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 interface
IOutputManager
The 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 void
IOutputManager. addChannel(IOutputChannel channel)
Adds a channel to the list of registered channels.void
IOutputManager. 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 void
ToolsRegistryOutputChannels. addChannel(IOutputChannel out)
To add an output channel.static boolean
ToolsRegistryOutputChannels. contains(IOutputChannel out)
To check if an output channel is already contained.static void
ToolsRegistryOutputChannels. removeChannel(IOutputChannel out)
To remove an output channel.
-