Uses of Interface de.mud.jta.PluginBus

Uses in package de.mud.jta

Classes implementing de.mud.jta.PluginBus

class
The common part of the JTA - Telnet/SSH for the JAVA(tm) platform is handled here.
class
The plugin loader tries to load the plugin by name and returns a corresponding plugin object.

Constructors with parameter type de.mud.jta.PluginBus

Plugin.Plugin(PluginBus bus, String id)
Create a new plugin and set the plugin bus used by this plugin and the unique id.

Fields of type de.mud.jta.PluginBus

PluginBus
holds the plugin bus used for communication between plugins

Uses in package de.mud.jta.plugin

Constructors with parameter type de.mud.jta.PluginBus

ButtonBar.ButtonBar(PluginBus bus, String id)
Initialize the button bar and register plugin listeners
Capture.Capture(PluginBus bus, String id)
Initialize the Capture plugin.
Create the list plugin and get the url to the actual list.
SSH.SSH(PluginBus bus, String id)
Create a new ssh plugin.
Script.Script(PluginBus bus, String id)
Create a new scripting plugin.
Shell.Shell(PluginBus bus, String id)
Sink.Sink(PluginBus bus, String id)
Create a new plugin and set the plugin bus used by this plugin and the unique id.
Socket.Socket(PluginBus bus, String id)
Create a new socket plugin.
Status.Status(PluginBus bus, String id)
Create a new plugin and set the plugin bus used by this plugin and the unique id.
Telnet.Telnet(PluginBus bus, String id)
Create a new telnet plugin.
Terminal.Terminal(PluginBus bus, String id)
Create a new terminal plugin and initialize the terminal emulation.
Timeout.Timeout(PluginBus bus, String id)
Create the new timeout plugin.
URLFilter.URLFilter(PluginBus bus, String id)
Create a new scripting plugin.