RSE
Release 3.3

Package org.eclipse.rse.subsystems.terminals.core

Application programming interface for creating customized terminal subsystems.

See:
          Description

Interface Summary
ITerminalServiceSubSystem Specialized interface for remote terminal subsystems.
ITerminalServiceSubSystemConfiguration An interface representing factories for creating TerminalServiceSubSystem objects.
 

Class Summary
TerminalServiceSubSystem A Subsystem that has terminal instances as children.
TerminalServiceSubSystemConfiguration The implementation of the ITerminalServiceSubSystemConfiguration interface contains information about what features the subsystem supports, and creates TerminalServiceSubSystem instances.
 

Package org.eclipse.rse.subsystems.terminals.core Description

Application programming interface for creating customized terminal subsystems.

Package Specification

This package provides classes and interfaces to support terminal subsystems.

The class TerminalServiceSubSystemConfiguration is the main factory for creating a terminal subsystem. By deriving from it, extenders can create their customized terminal subsystem configuration which can then be registered against their system types. The class TerminalServiceSubSystem is a basic ITerminalServiceSubsystem implementation, containing terminal instances as children.


RSE
Release 3.3

Copyright (c) IBM Corporation and others 2000, 2011. All Rights Reserved.