org.eclipse.rse.subsystems.terminals.core.elements
Class TerminalElement
java.lang.Object
org.eclipse.rse.core.subsystems.AbstractResource
org.eclipse.rse.subsystems.terminals.core.elements.TerminalElement
-
All Implemented Interfaces:
-
IAdaptable
-
public class TerminalElement
- extends
AbstractResource
An element in the RSE Tree that resembles a Terminal connection.
EXPERIMENTAL. This class or interface has been added as part
of a work in progress. There is no guarantee that this API will work or that
it will remain the same. Please do not use this API without consulting with
the
Target Management team.
TerminalElement
public TerminalElement(
String name,
ITerminalServiceSubSystem terminalServiceSubSystem)
- Constructor.
getName
public final
String getName()
- Return the name of this element, which will also be used as the label in
the tree.
-
toString
public
String toString()
-
-
Overrides:
-
toString
in class
Object
-
equals
public boolean equals(
Object obj)
-
-
Overrides:
-
equals
in class
Object
-
hashCode
public int hashCode()
-
-
Overrides:
-
hashCode
in class
Object
-
getTerminalShell
public
ITerminalShell getTerminalShell()
- Return the back-end connection of this terminal instance.
-
-
Since:
- 1.0
setTerminalShell
public void setTerminalShell(
ITerminalShell terminalShell)
- Set the back-end connection of this terminal instance.
-
-
Since:
- 1.0
Copyright (c) IBM Corporation and others 2000, 2008. All Rights Reserved.