Uses of Interface
com.ibm.jvm.dtfjview.spi.IOutputChannel
-
Uses of IOutputChannel in com.ibm.jvm.dtfjview
Modifier and TypeClassDescriptionclass
class
class
class
Modifier and TypeMethodDescriptionvoid
Output.addChannel
(IOutputChannel channel) void
Output.addChannel
(IOutputChannel channel, boolean printLastInput) void
Output.removeChannel
(IOutputChannel channel) -
Uses of IOutputChannel in com.ibm.jvm.dtfjview.spi
Modifier and TypeInterfaceDescriptioninterface
The output manager is responsible for managing a collection of registered output channels.Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionstatic 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.