de.mud.jta.plugin
Class Sink
- FilterPlugin, Runnable
The terminal plugin represents the actual terminal where the
data will be displayed and the gets the keyboard input to sent
back to the remote host.
Maintainer: Matthias L. Jugel
$Id: Sink.java 499 2005-09-29 08:24:54Z leo $- Matthias L. Jugel, Marcus Mei???ner
Sink(PluginBus bus, String id) - Create a new plugin and set the plugin bus used by this plugin and
the unique id.
|
Sink
public Sink(PluginBus bus,
String id)
Create a new plugin and set the plugin bus used by this plugin and
the unique id. The unique id may be null if there is only one plugin
used by the system.
bus
- the plugin busid
- the unique plugin id
run
public void run()
Continuously read from our back end and drop the data.