Package | Description |
---|---|
de.mud.jta | |
de.mud.jta.plugin |
Modifier and Type | Class and Description |
---|---|
class |
Common
The common part of the JTA - Telnet/SSH for the JAVA(tm) platform
is handled here.
|
class |
PluginLoader
The plugin loader tries to load the plugin by name and returns a
corresponding plugin object.
|
Modifier and Type | Field and Description |
---|---|
protected PluginBus |
Plugin.bus
holds the plugin bus used for communication between plugins
|
Constructor and Description |
---|
Plugin(PluginBus bus,
java.lang.String id)
Create a new plugin and set the plugin bus used by this plugin and
the unique id.
|
Constructor and Description |
---|
ButtonBar(PluginBus bus,
java.lang.String id)
Initialize the button bar and register plugin listeners
|
Capture(PluginBus bus,
java.lang.String id)
Initialize the Capture plugin.
|
MudConnector(PluginBus bus,
java.lang.String id)
Create the list plugin and get the url to the actual list.
|
Script(PluginBus bus,
java.lang.String id)
Create a new scripting plugin.
|
Shell(PluginBus bus,
java.lang.String id) |
Sink(PluginBus bus,
java.lang.String id) |
Socket(PluginBus bus,
java.lang.String id)
Create a new socket plugin.
|
SSH(PluginBus bus,
java.lang.String id)
Create a new ssh plugin.
|
Status(PluginBus bus,
java.lang.String id) |
Telnet(PluginBus bus,
java.lang.String id)
Create a new telnet plugin.
|
Terminal(PluginBus bus,
java.lang.String id)
Create a new terminal plugin and initialize the terminal emulation.
|
Timeout(PluginBus bus,
java.lang.String id)
Create the new timeout plugin.
|
URLFilter(PluginBus bus,
java.lang.String id)
Create a new scripting plugin.
|