|
org.eclipse.rse.subsystems.terminals.core
Interface ITerminalServiceSubSystem
-
All Superinterfaces:
-
IPropertySetContainer,
IRemoteObjectResolver,
IRSEModelObject,
IRSEPersistableContainer,
ISchedulingRule,
ISubSystem,
ISystemFilterPoolReferenceManagerProvider
-
All Known Implementing Classes:
-
TerminalServiceSubSystem
-
public interface ITerminalServiceSubSystem
- extends
ISubSystem
Specialized interface for remote terminal subsystems.
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.
Methods inherited from interface org.eclipse.rse.core.subsystems.
ISubSystem
|
canSwitchTo,
checkIsConnected,
clearLocalUserId,
connect,
connect,
deletingConnection,
disconnect,
disconnect,
doesFilterListContentsOf,
doesFilterMatch,
doesFilterStringListContentsOf,
doesFilterStringMatch,
forceUserIdToUpperCase,
getCacheManager,
getChildren,
getConfigurationId,
getConnectorService,
getFilterPoolReferenceManager,
getHost,
getHostAliasName,
getLocalUserId,
getName,
getPrimarySubSystem,
getProperties,
getProperty,
getServiceType,
getSubSystemConfiguration,
getSystemFilterPoolReferenceManager,
getSystemProfile,
getSystemProfileName,
getTargetForFilter,
getUserId,
getVendorAttribute,
hasChildren,
initializeSubSystem,
isConnected,
isConnectionError,
isHidden,
isOffline,
isPrimarySubSystem,
renamingConnection,
renamingProfile,
resolveFilterString,
resolveFilterString,
resolveFilterStrings,
setConfigurationId,
setConnectionError,
setConnectorService,
setFilterPoolReferenceManager,
setHidden,
setHost,
setName,
setProperties,
setProperty,
setSubSystemConfiguration,
setVendorAttribute,
supportsCaching,
switchServiceFactory,
uninitializeSubSystem
|
addChild
void addChild(
TerminalElement element)
-
-
removeChild
void removeChild(
TerminalElement element)
-
-
removeChild
void removeChild(
String terminalTitle)
-
-
getChild
TerminalElement getChild(
String terminalTitle)
-
-
getParentRemoteTerminalSubSystemConfiguration
ITerminalServiceSubSystemConfiguration getParentRemoteTerminalSubSystemConfiguration()
-
-
-
Returns:
- parent subsystem factory, cast to a
ITerminalServiceSubSystemConfiguration
-
Since:
- 1.0
Copyright (c) IBM Corporation and others 2000, 2008. All Rights Reserved.
|
|