RSE
Release 1.0

Uses of Interface
org.eclipse.rse.core.subsystems.ISubSystem

Packages that use ISubSystem
org.eclipse.rse.connectorservice.dstore   
org.eclipse.rse.connectorservice.local   
org.eclipse.rse.connectorservice.ssh   
org.eclipse.rse.core.filters   
org.eclipse.rse.core.model   
org.eclipse.rse.core.servicesubsystem   
org.eclipse.rse.core.subsystems   
org.eclipse.rse.core.subsystems.util   
org.eclipse.rse.files.ui.dialogs   
org.eclipse.rse.files.ui.resources   
org.eclipse.rse.files.ui.view   
org.eclipse.rse.filters   
org.eclipse.rse.internal.subsystems.shells.subsystems   
org.eclipse.rse.model   
org.eclipse.rse.persistence   
org.eclipse.rse.persistence.dom   
org.eclipse.rse.processes.ui.actions   
org.eclipse.rse.processes.ui.view   
org.eclipse.rse.shells.ui.view   
org.eclipse.rse.subsystems.files.core.model   
org.eclipse.rse.subsystems.files.core.servicesubsystem   
org.eclipse.rse.subsystems.files.core.subsystems   
org.eclipse.rse.subsystems.files.dstore.subsystem   
org.eclipse.rse.subsystems.files.ftp   
org.eclipse.rse.subsystems.files.ftp.connectorservice   
org.eclipse.rse.subsystems.files.local   
org.eclipse.rse.subsystems.files.ssh   
org.eclipse.rse.subsystems.processes.core.subsystem   
org.eclipse.rse.subsystems.processes.core.subsystem.impl   
org.eclipse.rse.subsystems.processes.dstore   
org.eclipse.rse.subsystems.processes.local   
org.eclipse.rse.subsystems.processes.servicesubsystem   
org.eclipse.rse.subsystems.shells.core.subsystems   
org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem   
org.eclipse.rse.subsystems.shells.dstore   
org.eclipse.rse.subsystems.shells.local   
org.eclipse.rse.subsystems.shells.ssh   
org.eclipse.rse.ui.actions   
org.eclipse.rse.ui.dialogs   
org.eclipse.rse.ui.propertypages   
org.eclipse.rse.ui.view   
org.eclipse.rse.ui.wizards   
 

Uses of ISubSystem in org.eclipse.rse.connectorservice.dstore
 

Methods in org.eclipse.rse.connectorservice.dstore with parameters of type ISubSystem
 Class DStoreConnectorServiceManager.getSubSystemCommonInterface(ISubSystem subsystem)
          For all subsystems in a particular SystemConnection, we need to know which ones are to share a single IConnectorService object.
 boolean DStoreConnectorServiceManager.sharesSystem(ISubSystem otherSubSystem)
          Given another subsystem, return true if that subsystem shares a single IConnectorService object with this one.
 

Uses of ISubSystem in org.eclipse.rse.connectorservice.local
 

Methods in org.eclipse.rse.connectorservice.local with parameters of type ISubSystem
 Class LocalConnectorServiceManager.getSubSystemCommonInterface(ISubSystem subsystem)
          For all subsystems in a particular SystemConnection, we need to know which ones are to share a single IConnectorService object.
 boolean LocalConnectorServiceManager.sharesSystem(ISubSystem otherSubSystem)
          Given another subsystem, return true if that subsystem shares a single IConnectorService object with this one.
 

Uses of ISubSystem in org.eclipse.rse.connectorservice.ssh
 

Methods in org.eclipse.rse.connectorservice.ssh with parameters of type ISubSystem
 boolean SshConnectorServiceManager.sharesSystem(ISubSystem otherSubSystem)
           
 Class SshConnectorServiceManager.getSubSystemCommonInterface(ISubSystem subsystem)
           
 

Uses of ISubSystem in org.eclipse.rse.core.filters
 

Methods in org.eclipse.rse.core.filters that return ISubSystem
 ISubSystem ISystemFilterReference.getSubSystem()
          Gets the subsystem that contains this reference
 

Methods in org.eclipse.rse.core.filters with parameters of type ISubSystem
 ISystemFilterReference[] ISystemFilterContainerReference.getSystemFilterReferences(ISubSystem subSystem)
          Build and return an array of SystemFilterReference objects.
 ISystemFilterReference ISystemFilterContainerReference.getExistingSystemFilterReference(ISubSystem subSystem, ISystemFilter filter)
          Return an existing reference to a given system filter.
 ISystemFilterReference ISystemFilterContainerReference.getSystemFilterReference(ISubSystem subSystem, ISystemFilter filter)
          Create a single filter refererence to a given filter If there already is a reference to this filter, it is returned.
 ISystemFilterReference ISystemFilterPoolReferenceManager.getSystemFilterReference(ISubSystem subSystem, ISystemFilter filter)
          Create a single filter refererence to a given filter.
 ISystemFilterReference[] ISystemFilterPoolReferenceManager.getSystemFilterReferences(ISubSystem subSystem)
          Concatenate all filter references from all filter pools we reference, into one big list.
 int ISystemFilterPoolReferenceManager.getSystemFilterReferencePosition(ISubSystem subSystem, ISystemFilter filter)
          Given a filter, return its position within this reference manager when you think of all filter references from all filter pool references as being concatenated
 void ISystemFilterReference.setSubSystem(ISubSystem subSystem)
          Sets the subsystem that contains this reference
 

Uses of ISubSystem in org.eclipse.rse.core.model
 

Methods in org.eclipse.rse.core.model that return ISubSystem
 ISubSystem[] ISystemRegistry.getSubSystems(IHost conn)
          Return list of subsystem objects for a given connection.
 ISubSystem[] ISystemRegistry.getSubSystems(IHost conn, boolean force)
          Return list of subsystem objects for a given connection.
 ISubSystem[] ISystemRegistry.getServiceSubSystems(Class serviceType, IHost connection)
           
 ISubSystem ISystemRegistry.getSubSystem(String srcProfileName, String srcConnectionName, String subsystemFactoryId)
          Resolve a subsystem from it's profile, connection and subsystem name.
 ISubSystem ISystemRegistry.getSubSystem(String absoluteSubSystemName)
          Resolve a subsystem from it's absolute name
 ISubSystem[] ISystemRegistry.getSubSystems(String factoryId)
          Get a list of subsystem objects owned by the subsystem factory identified by its given plugin.xml-described id.
 ISubSystem[] ISystemRegistry.getSubSystems(String factoryId, IHost connection)
          Get a list of subsystem objects for given connection, owned by the subsystem factory identified by its given plugin.xml-described id.
 ISubSystem[] ISystemRegistry.getSubSystemsBySubSystemConfigurationCategory(String factoryCategory, IHost connection)
          Get a list of subsystem objects for given connection, owned by a subsystem factory that is of the given category.
 ISubSystem[] IHost.getSubSystems()
          Return the subsystem instances under this connection.
 

Methods in org.eclipse.rse.core.model with parameters of type ISubSystem
 void ISystemRegistry.expandSubSystem(ISubSystem subsystem)
          Expand the given subsystem in the RSE, if the RSE is the active perspective.
 ISubSystemConfiguration ISystemRegistry.getSubSystemConfiguration(ISubSystem subsystem)
          Return the parent subsystemconfiguration given a subsystem object.
 String ISystemRegistry.getAbsoluteNameForSubSystem(ISubSystem subsystem)
          Return the absolute name for the specified subsystem
 boolean ISystemRegistry.deleteSubSystem(ISubSystem subsystem)
          Delete a subsystem object.
 void ISystemRegistry.connectedStatusChange(ISubSystem subsystem, boolean connected, boolean wasConnected)
          Inform the world when the connection status changes for a subsystem within a connection
 void ISystemRegistry.connectedStatusChange(ISubSystem subsystem, boolean connected, boolean wasConnected, boolean collapseTree)
          Inform the world when the connection status changes for a subsystem within a connection
 List ISystemRegistry.findFilterReferencesFor(Object resource, ISubSystem subsystem)
          Returns filter references associated with this resource under the subsystem
 void ISystemRegistry.invalidateFiltersFor(ISubSystem subsystem)
          Marks all filters for this subsystem as stale to prevent caching
 void ISystemRegistry.invalidateFiltersFor(Object resourceParent, ISubSystem subsystem)
          Marks all filters for this subsystem the contain resourceParent as stale to prevent caching
 

Uses of ISubSystem in org.eclipse.rse.core.servicesubsystem
 

Classes in org.eclipse.rse.core.servicesubsystem that implement ISubSystem
 class ServiceSubSystem
           
 

Methods in org.eclipse.rse.core.servicesubsystem with parameters of type ISubSystem
protected  void ServiceSubSystemConfiguration.initializeSubSystem(ISubSystem subsys, ISystemNewConnectionWizardPage[] yourNewConnectionWizardPages)
          Overridable lifecycle method.
protected  Vector ServiceSubSystemConfiguration.getAdditionalSubSystemActions(ISubSystem selectedSubSystem, Shell shell)
          Overridable method for getting Remote System view popup menu actions.
 

Uses of ISubSystem in org.eclipse.rse.core.subsystems
 

Subinterfaces of ISubSystem in org.eclipse.rse.core.subsystems
 interface IServiceSubSystem
           
 

Classes in org.eclipse.rse.core.subsystems that implement ISubSystem
 class SubSystem
          This class is designed to be subclassed.
 

Methods in org.eclipse.rse.core.subsystems that return ISubSystem
 ISubSystem[] AbstractConnectorService.getSubSystems()
           
 ISubSystem AbstractConnectorService.getPrimarySubSystem()
           
 ISubSystem AbstractResource.getSubSystem()
          Returns the parent SubSystem which produced this remote resource.
static ISubSystem SubSystemHelpers.getParentSubSystem(ISystemFilterPoolReference poolReference)
          Give a filter pool reference, return parent subsystem Returns this: (SubSystem)poolReference.getProvider().
 ISubSystem[] SubSystemConfiguration.getSubSystems(boolean force)
          Return list of all subsystems.
 ISubSystem[] SubSystemConfiguration.getSubSystems(IHost conn, boolean force)
          Returns a list of subsystem objects existing for the given connection.
protected  ISubSystem[] SubSystemConfiguration.internalGetSubSystems(IHost conn)
          Private method to subset master list of all subsystems by a given connection
 ISubSystem[] SubSystemConfiguration.getSubSystems(ISystemProfile profile)
          Returns a list of subsystem objects existing for all the connections in the given profile.
 ISubSystem[] SubSystemConfiguration.getSubSystems(ISystemFilterPool pool)
          Returns a list of subsystem objects existing in memory, which contain a reference to the given filter pool.
 ISubSystem SubSystemConfiguration.createSubSystem(IHost conn, boolean creatingConnection, ISystemNewConnectionWizardPage[] yourNewConnectionWizardPages)
          Creates a new subsystem instance that is associated with the given connection object.
 ISubSystem SubSystemConfiguration.cloneSubSystem(ISubSystem oldSubsystem, IHost newConnection, boolean copyProfileOperation)
          Clone a given subsystem into the given connection.
abstract  ISubSystem SubSystemConfiguration.createSubSystemInternal(IHost conn)
          Method called by default implementation of createSubSystem method in AbstractSubSystemConfiguration.
 ISubSystem[] SubSystemConfiguration.testForActiveReferences(ISystemProfile profile)
          Test if any filter pools in the given profile are referenced by other profiles, which are active.
 ISubSystem SubSystemConfiguration.createSubSystemAfterTheFact(IHost conn)
           
protected  ISubSystem SubSystem.selectCommandSubSystem(ISubSystem[] allCmdSubSystems)
          Internal method to select the appropriate command subsystem when there are multiple defined for this connection.
 ISubSystem SubSystem.getPrimarySubSystem()
           
 ISubSystem ISubSystem.getPrimarySubSystem()
          Return the primary subsystem associated with this subsystem's IConnectorService
 ISubSystem IConnectorService.getPrimarySubSystem()
          Return the subsystem object this system is associated with
 ISubSystem[] IConnectorService.getSubSystems()
          Return all the subsystems that use this service
 ISubSystem ISubSystemConfiguration.createSubSystem(IHost conn, boolean creatingConnection, ISystemNewConnectionWizardPage[] yourNewConnectionWizardPages)
          Creates a new subsystem instance that is associated with the given connection object.
 ISubSystem ISubSystemConfiguration.createSubSystemAfterTheFact(IHost conn)
           
 ISubSystem ISubSystemConfiguration.createSubSystemInternal(IHost conn)
           
 ISubSystem ISubSystemConfiguration.cloneSubSystem(ISubSystem oldSubsystem, IHost newConnection, boolean copyProfileOperation)
          Clone a given subsystem into the given connection.
 ISubSystem[] ISubSystemConfiguration.getSubSystems(IHost conn, boolean force)
          Returns a list of subsystem objects existing for the given connection.
 ISubSystem[] ISubSystemConfiguration.getSubSystems(boolean force)
          Returns a list of all subsystem objects for all connections.
 ISubSystem[] ISubSystemConfiguration.testForActiveReferences(ISystemProfile profile)
          Test if any filter pools in the given profile are referenced by other profiles, which are active.
 

Methods in org.eclipse.rse.core.subsystems with parameters of type ISubSystem
 void AbstractConnectorService.registerSubSystem(ISubSystem ss)
          Set the subsystem, when its not known at constructor time
 void AbstractConnectorService.deregisterSubSystem(ISubSystem ss)
          Removes the subsystem from teh list
protected  boolean AbstractConnectorService.isEnabledServerLaunchType(ISubSystem subsystem, ServerLaunchType serverLaunchType)
          This methods returns the enablement state per server launch type.
 void AbstractResource.setSubSystem(ISubSystem parentSubSystem)
          Resets the parent SubSystem.
abstract  boolean AbstractConnectorServiceManager.sharesSystem(ISubSystem otherSubSystem)
          Given another subsystem, return true if that subsystem shares a single IConnectorService object with this one.
abstract  Class AbstractConnectorServiceManager.getSubSystemCommonInterface(ISubSystem subsystem)
          For all subsystems in a particular SystemConnection, we need to know which ones are to share a single IConnectorService object.
 void AbstractConnectorServiceManager.updateSubSystems(Shell shell, ISubSystem subsystem, boolean updateUserId, String userId, boolean updatePort, int port)
          Internal use.
 void SubSystemConfiguration.renameSubSystemProfile(ISubSystem ss, String oldProfileName, String newProfileName)
          Called by SystemRegistry's renameSystemProfile method to ensure we update our subsystem names within each subsystem.
protected  void SubSystemConfiguration.addSubSystem(ISubSystem subsys)
          Helper method to allow child classes to add a subsystem object to the in-memory list maintained and returned by this base class.
protected  void SubSystemConfiguration.removeSubSystem(ISubSystem subsys)
          Helper method to allow child classes to remove a subsystem object from the in-memory list maintained and returned by this base class.
 ISubSystem SubSystemConfiguration.cloneSubSystem(ISubSystem oldSubsystem, IHost newConnection, boolean copyProfileOperation)
          Clone a given subsystem into the given connection.
protected  String SubSystemConfiguration.internalGetSubSystemName(ISubSystem subsys)
          Overridable.
protected  void SubSystemConfiguration.initializeSubSystem(ISubSystem ss, ISystemNewConnectionWizardPage[] yourNewConnectionWizardPages)
          Overridable method to initialize subsystems after creation.
protected  void SubSystemConfiguration.copySubSystemData(ISubSystem oldSubSystem, ISubSystem newSubSystem)
          Copy unique subsystem data after a copy operation.
 void SubSystemConfiguration.updateSubSystem(ISubSystem subsystem, boolean updateUserId, String userId, boolean updatePort, int port)
          Updates userid and/or port of an existing subsystem instance.
 void SubSystemConfiguration.setSubSystemPort(ISubSystem subsystem, int port)
          Update the port for the given subsystem instance.
 void SubSystemConfiguration.setSubSystemUserId(ISubSystem subsystem, String userId)
          Update the user ID for the given subsystem instance.
protected  boolean SubSystemConfiguration.needsUpdate(ISubSystem subsystem, boolean updateUserId, String userId, boolean updatePort, int port)
          Used by child classes that override updateSubSystem to establish if anything really needs to be changed.
 boolean SubSystemConfiguration.deleteSubSystem(ISubSystem subsystem)
          Deletes a given subsystem instance from the list maintained by this factory.
 void SubSystemConfiguration.renameSubSystem(ISubSystem subsystem, String newName)
          Renames a subsystem.
 ISystemFilterPool SubSystemConfiguration.getDefaultSystemFilterPool(ISubSystem subsys)
          Given a subsystem, return the first (hopefully only) default pool for this subsystem's profile.
protected  void SubSystemConfiguration.fireSubSystemEvent(SystemResourceChangeEvent event, ISubSystem subsystem)
          Fire given event to the given subsystem
 void SubSystemConfiguration.saveSubSystem(ISubSystem subsys)
          Attempt to save single subsystem to disk.
protected  ISubSystem SubSystem.selectCommandSubSystem(ISubSystem[] allCmdSubSystems)
          Internal method to select the appropriate command subsystem when there are multiple defined for this connection.
 void IConnectorService.registerSubSystem(ISubSystem ss)
          Set the subsystem, when its not known at constructor time
 void IConnectorService.deregisterSubSystem(ISubSystem ss)
          Deregister the subsystem
 void ISubSystemConfiguration.renameSubSystemProfile(ISubSystem ss, String oldProfileName, String newProfileName)
          Called by SystemRegistry's renameSystemProfile method to ensure we update our subsystem names within each subsystem.
 void ISubSystemConfiguration.updateSubSystem(ISubSystem subsystem, boolean updateUserId, String userId, boolean updatePort, int port)
          Updates user-editable attributes of an existing subsystem instance.
 void ISubSystemConfiguration.setSubSystemPort(ISubSystem subsystem, int port)
          Update the port for the given subsystem instance.
 void ISubSystemConfiguration.setSubSystemUserId(ISubSystem subsystem, String userId)
          Update the user ID for the given subsystem instance.
 boolean ISubSystemConfiguration.deleteSubSystem(ISubSystem subsystem)
          Deletes a given subsystem instance from the list maintained by this factory.
 ISubSystem ISubSystemConfiguration.cloneSubSystem(ISubSystem oldSubsystem, IHost newConnection, boolean copyProfileOperation)
          Clone a given subsystem into the given connection.
 void ISubSystemConfiguration.renameSubSystem(ISubSystem subsystem, String newName)
          Renames a subsystem.
 ISystemFilterPool ISubSystemConfiguration.getDefaultSystemFilterPool(ISubSystem subsys)
          Given a subsystem, return the first (hopefully only) default pool for this subsystem's profile.
 void ISubSystemConfiguration.saveSubSystem(ISubSystem subsys)
          Save one subsystem to disk.
 

Constructors in org.eclipse.rse.core.subsystems with parameters of type ISubSystem
AbstractResource(ISubSystem parentSubSystem)
          Default constructor
SubSystem.ChangeStatusJob(ISubSystem ss)
           
 

Uses of ISubSystem in org.eclipse.rse.core.subsystems.util
 

Methods in org.eclipse.rse.core.subsystems.util with parameters of type ISubSystem
 void ISubSystemConfigurationAdapter.addCommonRemoteActions(ISubSystemConfiguration factory, SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystem subsystem)
          Returns any framework-supplied actions remote objects that should be contributed to the popup menu for the given selection list.
 IAction[] ISubSystemConfigurationAdapter.getSubSystemActions(ISubSystemConfiguration factory, ISubSystem selectedSubSystem, Shell shell)
          Returns a list of actions for the popup menu when user right clicks on a subsystem object from this factory.
 PropertyPage ISubSystemConfigurationAdapter.getPropertyPage(ISubSystem subsystem, Composite parent)
          Return the single property page to show in the tabbed notebook for the for SubSystem property of the parent Connection.
 

Uses of ISubSystem in org.eclipse.rse.files.ui.dialogs
 

Methods in org.eclipse.rse.files.ui.dialogs that return ISubSystem
protected  ISubSystem SystemRemoteFileSelectionInputProvider.getSubSystem(IHost selectedConnection)
           
 

Uses of ISubSystem in org.eclipse.rse.files.ui.resources
 

Methods in org.eclipse.rse.files.ui.resources that return ISubSystem
 ISubSystem SystemEditableRemoteFile.getSubSystem()
           
 

Methods in org.eclipse.rse.files.ui.resources with parameters of type ISubSystem
static String UniversalFileTransferUtility.getActualHostFor(ISubSystem subsystem, String remotePath)
           
protected static boolean UniversalFileTransferUtility.isRemoteFileMounted(ISubSystem subsystem, String remotePath)
           
protected static String UniversalFileTransferUtility.getWorkspaceRemotePath(ISubSystem subsystem, String remotePath)
           
protected  boolean SystemUniversalTempFileListener.doesHandle(ISubSystem subsystem)
          Indicate whether this tempfile listener handles the specified
protected  void SystemUniversalTempFileListener.doResourceSynchronization(ISubSystem subsystem, IFile tempFile, String resourceId, IProgressMonitor monitor)
          Synchronize the specified remote file with the temporary local file using the specified remote file subsystem.
protected abstract  void SystemTempFileListener.doResourceSynchronization(ISubSystem subsystem, IFile tempFile, String resourceId, IProgressMonitor monitor)
          Synchronize the specified remote file with the temporary local file using the specified remote file subsystem.
protected abstract  boolean SystemTempFileListener.doesHandle(ISubSystem subsystem)
          Indicate whether this tempfile listener handles the specified
 

Uses of ISubSystem in org.eclipse.rse.files.ui.view
 

Methods in org.eclipse.rse.files.ui.view that return ISubSystem
 ISubSystem SystemViewRemoteFileAdapter.getSubSystem(Object element)
          Return subsystem
 ISubSystem SystemViewRemoteSearchResultSetAdapter.getSubSystem(Object element)
          Returns the associated file subsystem for this search operation
 ISubSystem SystemViewRemoteSearchResultAdapter.getSubSystem(Object element)
          Returns the associated subsystem for this search result
 

Uses of ISubSystem in org.eclipse.rse.filters
 

Fields in org.eclipse.rse.filters declared as ISubSystem
protected  ISubSystem SystemFilterReference._subSystem
           
 

Methods in org.eclipse.rse.filters that return ISubSystem
 ISubSystem SystemFilterReference.getSubSystem()
          Gets the subsystem that contains this reference
 

Methods in org.eclipse.rse.filters with parameters of type ISubSystem
 ISystemFilterReference SystemFilterPoolReferenceManager.getSystemFilterReference(ISubSystem subSystem, ISystemFilter filter)
          Create a single filter refererence to a given filter.
 ISystemFilterReference[] SystemFilterPoolReferenceManager.getSystemFilterReferences(ISubSystem subSystem)
          Concatenate all filter references from all filter pools we reference, into one big list.
 int SystemFilterPoolReferenceManager.getSystemFilterReferencePosition(ISubSystem subSystem, ISystemFilter filter)
          Given a filter, return its position within this reference manager when you think of all filter references from all filter pool references as being concatenated.
static ISystemFilterReference SystemFilterReference.createSystemFilterReference(ISubSystem subSystem, ISystemFilterContainerReference parent, ISystemFilter filter, boolean persistent)
          Create a new instance of this class.
 void SystemFilterReference.setSubSystem(ISubSystem subSystem)
          Sets the subsystem that contains this reference
 ISystemFilterReference[] SystemFilterReference.getSystemFilterReferences(ISubSystem subSystem)
          Build and return an array of SystemFilterReference objects.
 ISystemFilterReference SystemFilterReference.getSystemFilterReference(ISubSystem subSystem, ISystemFilter filter)
          Create a single filter refererence to a given filter.
 ISystemFilterReference SystemFilterReference.getExistingSystemFilterReference(ISubSystem subSystem, ISystemFilter filter)
          Return an existing reference to a given system filter.
 

Uses of ISubSystem in org.eclipse.rse.internal.subsystems.shells.subsystems
 

Classes in org.eclipse.rse.internal.subsystems.shells.subsystems that implement ISubSystem
 class org.eclipse.rse.internal.subsystems.shells.subsystems.RemoteCmdSubSystem
          This is the abstraction of a subsystem specialized for remote execution of commands.
 

Uses of ISubSystem in org.eclipse.rse.model
 

Methods in org.eclipse.rse.model that return ISubSystem
 ISubSystem SystemRemoteElementResourceSet.getSubSystem()
           
 ISubSystem[] DummyHost.getSubSystems()
           
 ISubSystem SystemRemoteChangeEvent.getSubSystem()
          Get the subsystem in which this resource resides.
static ISubSystem[] SystemStartHere.getSubSystems(String subsystemConfigurationId)
          STEP 3a.
static ISubSystem[] SystemStartHere.getSubSystems(String subsystemConfigurationId, IHost connection)
          STEP 3b.
static ISubSystem SystemStartHere.getSubSystem(String subsystemConfigurationId, IHost connection)
          STEP 3c.
 ISubSystem SystemRemoteResourceSet.getSubSystem()
           
 ISubSystem[] SystemRegistry.getSubSystems(IHost conn)
          Return list of subsystem objects for a given connection.
 ISubSystem[] SystemRegistry.getSubSystems(IHost conn, boolean force)
          Return list of subsystem objects for a given connection.
 ISubSystem SystemRegistry.getSubSystem(String absoluteSubSystemName)
          Resolve a subsystem from it's absolute name.
 ISubSystem SystemRegistry.getSubSystem(String srcProfileName, String srcConnectionName, String subsystemFactoryId)
          Resolve a subsystem from it's profile, connection and subsystem name.
 ISubSystem[] SystemRegistry.getSubSystemsLazily(IHost conn)
          Return list of subsystem objects for a given connection, but does not force as-yet-non-restored subsystems to come to life.
 ISubSystem[] SystemRegistry.getSubSystems(String factoryId)
          Get a list of subsystem objects owned by the subsystem factory identified by its given plugin.xml-described id.
 ISubSystem[] SystemRegistry.getServiceSubSystems(Class serviceType, IHost connection)
           
 ISubSystem[] SystemRegistry.getSubSystems(String factoryId, IHost connection)
          Get a list of subsystem objects for given connection, owned by the subsystem factory identified by its given plugin.xml-described id.
 ISubSystem[] SystemRegistry.getSubSystemsBySubSystemConfigurationCategory(String factoryCategory, IHost connection)
          Get a list of subsystem objects for given connection, owned by a subsystem factory that is of the given category.
 ISubSystem ISystemRemoteChangeEvent.getSubSystem()
          Get the subsystem in which this resource resides.
 

Methods in org.eclipse.rse.model with parameters of type ISubSystem
 void SystemRemoteChangeEvent.setSubSystem(ISubSystem subsystem)
          Reset the subsystem
 void SystemRegistry.expandSubSystem(ISubSystem subsystem)
          Expand the given subsystem in the RSE, if the RSE is the active perspective.
 ISubSystemConfiguration SystemRegistry.getSubSystemConfiguration(ISubSystem subsystem)
          Return the parent subsystem configuration given a subsystem object.
 String SystemRegistry.getAbsoluteNameForSubSystem(ISubSystem subSystem)
          Return the absolute name for the specified subsystem
 boolean SystemRegistry.deleteSubSystem(ISubSystem subsystem)
          Delete a subsystem object.
 void SystemRegistry.connectedStatusChange(ISubSystem subsystem, boolean connected, boolean wasConnected)
          Inform the world when the connection status changes for a subsystem within a connection.
 void SystemRegistry.connectedStatusChange(ISubSystem subsystem, boolean connected, boolean wasConnected, boolean collapseTree)
          Inform the world when the connection status changes for a subsystem within a connection.
 void SystemRegistry.fireRemoteResourceChangeEvent(int eventType, Object resource, Object resourceParent, ISubSystem subsystem, String oldName, Viewer originatingViewer)
          Notify all listeners of a change to a remote resource such as a file.
 List SystemRegistry.findFilterReferencesFor(Object resource, ISubSystem subsystem)
           
 void SystemRegistry.invalidateFiltersFor(ISubSystem subsystem)
           
 void SystemRegistry.invalidateFiltersFor(Object resourceParent, ISubSystem subsystem)
           
 

Constructors in org.eclipse.rse.model with parameters of type ISubSystem
SystemRemoteElementResourceSet(ISubSystem subSystem)
           
SystemRemoteElementResourceSet(ISubSystem subSystem, ISystemViewElementAdapter adapter)
           
SystemRemoteElementResourceSet(ISubSystem subSystem, ISystemViewElementAdapter adapter, Object[] objects)
           
SystemRemoteElementResourceSet(ISubSystem subSystem, ISystemViewElementAdapter adapter, List objects)
           
SystemRemoteElementResourceSet(ISubSystem subSystem, Object[] objects)
           
SystemRemoteElementResourceSet(ISubSystem subSystem, List objects)
           
SystemRemoteChangeEvent(int eventType, Object resource, Object resourceParent, ISubSystem subsystem)
          Constructor for non-rename event
SystemRemoteChangeEvent(int eventType, Object resource, Object resourceParent, ISubSystem subsystem, String oldName)
          Constructor for a rename event.
SystemRemoteResourceSet(ISubSystem subSystem)
           
SystemRemoteResourceSet(ISubSystem subSystem, ISystemDragDropAdapter adapter)
           
SystemRemoteResourceSet(ISubSystem subSystem, ISystemDragDropAdapter adapter, Object[] objects)
           
SystemRemoteResourceSet(ISubSystem subSystem, ISystemDragDropAdapter adapter, List objects)
           
SystemRemoteResourceSet(ISubSystem subSystem, Object[] objects)
           
SystemRemoteResourceSet(ISubSystem subSystem, List objects)
           
 

Uses of ISubSystem in org.eclipse.rse.persistence
 

Methods in org.eclipse.rse.persistence with parameters of type ISubSystem
 boolean IRSEPersistenceManager.commit(ISubSystem subSystem)
          Save this subsystem
 

Uses of ISubSystem in org.eclipse.rse.persistence.dom
 

Methods in org.eclipse.rse.persistence.dom that return ISubSystem
 ISubSystem IRSEDOMImporter.restoreSubSystem(IHost host, RSEDOMNode subSystemNode)
          Restores the subsystem represented by subSystemNode
 

Methods in org.eclipse.rse.persistence.dom with parameters of type ISubSystem
 ISystemFilterPoolReference IRSEDOMImporter.restoreFilterPoolReference(ISubSystem subSystem, RSEDOMNode systemFilterPoolReferenceNode)
           
 RSEDOMNode IRSEDOMExporter.createNode(RSEDOMNode parent, ISubSystem ss, boolean clean)
          Creates a DOM node for a subsystem
 

Uses of ISubSystem in org.eclipse.rse.processes.ui.actions
 

Methods in org.eclipse.rse.processes.ui.actions with parameters of type ISubSystem
protected  List SystemKillProcessAction.getAffectedFilters(Object[] processesDeathRow, ISubSystem subSystem)
          Returns a list of all the filters that are affected by killing the objects in processesDeathRow.
 

Uses of ISubSystem in org.eclipse.rse.processes.ui.view
 

Methods in org.eclipse.rse.processes.ui.view that return ISubSystem
 ISubSystem SystemViewRemoteProcessAdapter.getSubSystem(Object element)
           
 

Uses of ISubSystem in org.eclipse.rse.shells.ui.view
 

Methods in org.eclipse.rse.shells.ui.view that return ISubSystem
 ISubSystem SystemViewRemoteOutputAdapter.getSubSystem(Object element)
          Returns the associated subsystem for this line of remote output or remote command
 

Methods in org.eclipse.rse.shells.ui.view with parameters of type ISubSystem
 IAction[] ShellServiceSubSystemConfigurationAdapter.getSubSystemActions(ISubSystemConfiguration factory, ISubSystem selectedSubSystem, Shell shell)
           
 

Uses of ISubSystem in org.eclipse.rse.subsystems.files.core.model
 

Methods in org.eclipse.rse.subsystems.files.core.model that return ISubSystem
 ISubSystem ISystemRemoteCommand.getSubSystem()
           
 

Uses of ISubSystem in org.eclipse.rse.subsystems.files.core.servicesubsystem
 

Subinterfaces of ISubSystem in org.eclipse.rse.subsystems.files.core.servicesubsystem
 interface IFileServiceSubSystem
           
 

Classes in org.eclipse.rse.subsystems.files.core.servicesubsystem that implement ISubSystem
 class FileServiceSubSystem
           
 

Uses of ISubSystem in org.eclipse.rse.subsystems.files.core.subsystems
 

Subinterfaces of ISubSystem in org.eclipse.rse.subsystems.files.core.subsystems
 interface IRemoteFileSubSystem
           
 

Classes in org.eclipse.rse.subsystems.files.core.subsystems that implement ISubSystem
 class RemoteFileSubSystem
          Specialization for file subsystem factories.
 

Methods in org.eclipse.rse.subsystems.files.core.subsystems that return ISubSystem
 ISubSystem RemoteFileSubSystemConfiguration.createSubSystemInternal(IHost conn)
          Instantiate and return an instance of OUR subystem.
 

Methods in org.eclipse.rse.subsystems.files.core.subsystems with parameters of type ISubSystem
protected  void RemoteFileSubSystemConfiguration.initializeSubSystem(ISubSystem ss, ISystemNewConnectionWizardPage[] yourNewConnectionWizardPages)
          Populate a new subsystem with our unique attributes, and/or create default filter references.
 

Uses of ISubSystem in org.eclipse.rse.subsystems.files.dstore.subsystem
 

Methods in org.eclipse.rse.subsystems.files.dstore.subsystem that return ISubSystem
 ISubSystem DStoreFileSubSystemConfiguration.createSubSystemInternal(IHost host)
          Instantiate and return an instance of OUR subystem.
 

Uses of ISubSystem in org.eclipse.rse.subsystems.files.ftp
 

Methods in org.eclipse.rse.subsystems.files.ftp that return ISubSystem
 ISubSystem FTPFileSubSystemConfiguration.createSubSystemInternal(IHost host)
          Instantiate and return an instance of OUR subystem.
 

Uses of ISubSystem in org.eclipse.rse.subsystems.files.ftp.connectorservice
 

Methods in org.eclipse.rse.subsystems.files.ftp.connectorservice with parameters of type ISubSystem
 Class FTPConnectorServiceManager.getSubSystemCommonInterface(ISubSystem subsystem)
          For all subsystems in a particular SystemConnection, we need to know which ones are to share a single IConnectorService object.
 boolean FTPConnectorServiceManager.sharesSystem(ISubSystem otherSubSystem)
          Given another subsystem, return true if that subsystem shares a single IConnectorService object with this one.
 

Uses of ISubSystem in org.eclipse.rse.subsystems.files.local
 

Methods in org.eclipse.rse.subsystems.files.local that return ISubSystem
 ISubSystem LocalFileSubSystemConfiguration.createSubSystemInternal(IHost host)
          Instantiate and return an instance of OUR subystem.
 

Uses of ISubSystem in org.eclipse.rse.subsystems.files.ssh
 

Methods in org.eclipse.rse.subsystems.files.ssh that return ISubSystem
 ISubSystem SftpFileSubSystemConfiguration.createSubSystemInternal(IHost host)
           
 

Uses of ISubSystem in org.eclipse.rse.subsystems.processes.core.subsystem
 

Subinterfaces of ISubSystem in org.eclipse.rse.subsystems.processes.core.subsystem
 interface IRemoteProcessSubSystem
          The RSE subsystem for Remote Processes
 

Uses of ISubSystem in org.eclipse.rse.subsystems.processes.core.subsystem.impl
 

Classes in org.eclipse.rse.subsystems.processes.core.subsystem.impl that implement ISubSystem
 class RemoteProcessSubSystemImpl
           
 

Uses of ISubSystem in org.eclipse.rse.subsystems.processes.dstore
 

Methods in org.eclipse.rse.subsystems.processes.dstore that return ISubSystem
 ISubSystem DStoreProcessSubSystemConfiguration.createSubSystemInternal(IHost host)
           
 

Uses of ISubSystem in org.eclipse.rse.subsystems.processes.local
 

Methods in org.eclipse.rse.subsystems.processes.local that return ISubSystem
 ISubSystem LocalProcessSubSystemConfiguration.createSubSystemInternal(IHost host)
          Instantiate and return an instance of OUR subystem.
 

Uses of ISubSystem in org.eclipse.rse.subsystems.processes.servicesubsystem
 

Subinterfaces of ISubSystem in org.eclipse.rse.subsystems.processes.servicesubsystem
 interface IProcessServiceSubSystem
           
 

Classes in org.eclipse.rse.subsystems.processes.servicesubsystem that implement ISubSystem
 class ProcessServiceSubSystem
          The subsystem that, coupled with a ProcessService implementation, can query and kill remote processes on a remote system.
 

Uses of ISubSystem in org.eclipse.rse.subsystems.shells.core.subsystems
 

Subinterfaces of ISubSystem in org.eclipse.rse.subsystems.shells.core.subsystems
 interface IRemoteCmdSubSystem
           
 

Uses of ISubSystem in org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem
 

Subinterfaces of ISubSystem in org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem
 interface IShellServiceSubSystem
           
 

Classes in org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem that implement ISubSystem
 class ShellServiceSubSystem
           
 

Uses of ISubSystem in org.eclipse.rse.subsystems.shells.dstore
 

Methods in org.eclipse.rse.subsystems.shells.dstore that return ISubSystem
 ISubSystem DStoreShellSubSystemConfiguration.createSubSystemInternal(IHost host)
          Instantiate and return an instance of OUR subystem.
 

Uses of ISubSystem in org.eclipse.rse.subsystems.shells.local
 

Methods in org.eclipse.rse.subsystems.shells.local that return ISubSystem
 ISubSystem LocalShellSubSystemConfiguration.createSubSystemInternal(IHost host)
          Instantiate and return an instance of OUR subystem.
 

Uses of ISubSystem in org.eclipse.rse.subsystems.shells.ssh
 

Methods in org.eclipse.rse.subsystems.shells.ssh that return ISubSystem
 ISubSystem SshShellSubSystemConfiguration.createSubSystemInternal(IHost host)
          Instantiate and return an instance of OUR subystem.
 

Uses of ISubSystem in org.eclipse.rse.ui.actions
 

Fields in org.eclipse.rse.ui.actions declared as ISubSystem
protected  ISubSystem SystemTestFilterStringAction.subsystem
           
 

Methods in org.eclipse.rse.ui.actions that return ISubSystem
 ISubSystem SystemAbstractPopupMenuExtensionAction.getSubSystem()
          Returns the subsystem from which the selected remote objects were resolved.
 

Methods in org.eclipse.rse.ui.actions with parameters of type ISubSystem
 void SystemTestFilterStringAction.setSubSystem(ISubSystem subsystem)
          Set the subsystem within the context of which this filter string is to be tested.
 

Constructors in org.eclipse.rse.ui.actions with parameters of type ISubSystem
SystemResolveFilterStringAction(Shell shell, ISubSystem subsystem, String filterString)
          Constructor when input subsystem and filter string are known already
SystemTestFilterStringAction(Shell shell, ISubSystem subsystem, String filterString)
          Constructor when input subsystem and filter string are known already
 

Uses of ISubSystem in org.eclipse.rse.ui.dialogs
 

Fields in org.eclipse.rse.ui.dialogs declared as ISubSystem
protected  ISubSystem SystemTestFilterStringDialog.subsystem
           
 

Methods in org.eclipse.rse.ui.dialogs with parameters of type ISubSystem
 void SystemTestFilterStringDialog.reset(ISubSystem subsystem, String filterString)
          When re-using this dialog between runs, call this to reset its contents.
 

Constructors in org.eclipse.rse.ui.dialogs with parameters of type ISubSystem
SystemTestFilterStringDialog(Shell shell, ISubSystem subsystem, String filterString)
          Constructor
SystemTestFilterStringDialog(Shell shell, String title, ISubSystem subsystem, String filterString)
          Constructor when unique title desired
SystemFilterTableDialog(Shell shell, String title, ISubSystem subSystem, String input, String[] viewFilterStrings, String[] typeFilterStrings, boolean allowInputChange)
           
SystemFilterTableDialog(Shell shell, String title, ISubSystem subSystem, List inputs, String[] viewFilterStrings, String[] typeFilterStrings, boolean allowInputChange)
           
SystemResolveFilterStringDialog(Shell shell, ISubSystem subsystem, String filterString)
          Constructor
SystemResolveFilterStringDialog(Shell shell, String title, ISubSystem subsystem, String filterString)
          Constructor when unique title desired
 

Uses of ISubSystem in org.eclipse.rse.ui.propertypages
 

Methods in org.eclipse.rse.ui.propertypages that return ISubSystem
protected  ISubSystem AbstractSystemSubSystemPropertyPageCoreForm.getSubSystem()
          Get the input subsystem object
protected  ISubSystem[] SystemConnectionSubSystemsPropertyPage.getSubSystems()
          Get the input subsystems
 ISubSystem SystemAbstractPropertyPageExtensionAction.getSubSystem()
          Returns the subsystem from which the input remote object was resolved
 

Uses of ISubSystem in org.eclipse.rse.ui.view
 

Fields in org.eclipse.rse.ui.view declared as ISubSystem
protected  ISubSystem SystemTestFilterStringAPIProviderImpl.subsystem
           
protected  ISubSystem SystemViewAPIProviderForFilters.subsystem
           
protected  ISubSystem SystemViewAPIProviderForSubSystems.subsystem
           
protected  ISubSystem SystemSelectRemoteObjectAPIProviderImpl.subsystem
           
protected  ISubSystem SystemViewAPIProviderForFilterPools.subsystem
           
 ISubSystem SystemViewPart.RemoteObject.subsystem
           
protected  ISubSystem SystemViewAPIProviderForFilterStrings.subsystem
           
 

Methods in org.eclipse.rse.ui.view that return ISubSystem
 ISubSystem SystemViewFilterPoolReferenceAdapter.getSubSystem(Object element)
          Overridden from parent.
 ISubSystem ISystemDragDropAdapter.getSubSystem(Object element)
          Get the subsystem that corresponds to this object if one exists.
protected  ISubSystem SystemView.getSubSystem(ISystemRemoteChangeEvent event, Object remoteResource, Object remoteParent)
          Deduce the subsystem from the event or remote object
protected abstract  ISubSystem SystemResourceSelectionInputProvider.getSubSystem(IHost selectedConnection)
           
 ISubSystem SystemViewAPIProviderForFilters.getSubSystem()
          Get the parent subsystem object.
 ISubSystem ISystemEditableRemoteObject.getSubSystem()
          Return the subsystem for the edited object.
 ISubSystem AbstractSystemViewAdapter.getSubSystem(Object element)
          Overridable by subclasses.
 ISubSystem SystemViewAPIProviderForSubSystems.getSubSystem()
          Get the input subsystem object.
protected  ISubSystem[] SystemSelectRemoteObjectAPIProviderImpl.getSubSystems(IHost selectedConnection)
          Given a connection, return the subsystem(s) appropriate for the given ssfactoryid or category
 ISubSystem SystemViewAPIProviderForFilterPools.getSubSystem()
          Get the parent subsystem object.
 ISubSystem ISystemRemoteElementAdapter.getSubSystem(Object element)
          Return the subsystem that is responsible for getting this remote object.
 ISubSystem SystemViewFilterReferenceAdapter.getSubSystem(Object element)
          Overridden from parent.
 ISubSystem ISystemViewElementAdapter.getSubSystem(Object element)
          Get the subsystem that corresponds to this object if one exists.
 ISubSystem SystemViewAPIProviderForFilterStrings.getSubSystem()
          Get the parent subsystem object.
 ISubSystem SystemViewSubSystemAdapter.getSubSystem(Object element)
          Returns itself
 

Methods in org.eclipse.rse.ui.view with parameters of type ISubSystem
 ISystemFilterReference SystemView.revealAndExpand(ISubSystem parentSubSystem, ISystemFilter filter)
          Expand a given filter, given a subsystem that contains a reference to the filter's pool.
protected  void SystemView.deleteRemoteObject(Object deleteObject, ISubSystem subsystem)
          Delete all occurrences of a given remote object
protected  void SystemView.renameRemoteObject(Object renameObject, String oldElementName, ISubSystem subsystem)
          Rename a remote object.
 Item SystemView.expandRemoteObject(Object remoteObject, ISubSystem subsystem, Object parentObject)
          Expand a remote object within the tree.
 boolean SystemView.selectRemoteObjects(Object src, ISubSystem subsystem, Object parentObject)
          Select a remote object or objects given the parent remote object (can be null) and subsystem (can be null)
protected  boolean SystemView.selectRemoteObjects(Object src, ISubSystem subsystem, Item parentItem)
          Select a remote object or objects given the parent remote object (can be null) and subsystem (can be null) and parent TreeItem to start the search at (can be null)
 Item SystemView.findFirstRemoteItemReference(String remoteObjectName, ISubSystem subsystem, Item parentItem)
          Find the first binary-match or name-match of remote object, given its absolute name.
protected  Vector SystemView.findAllRemoteItemReferences(String searchString, Object elementObject, ISubSystem subsystem, Vector matches)
          Recursively tries to find all occurrences of a given remote object, starting at the tree root.
protected  Item SystemView.internalFindFirstRemoteItemReference(String searchString, Object elementObject, ISubSystem subsystem)
          Recursively tries to find the first occurrence of a given remote object, starting at the tree root.
protected  Vector SystemView.recursiveFindAllRemoteItemReferences(Item parent, String elementName, Object elementObject, ISubSystem subsystem, Vector occurrences)
          Recursively tries to find all references to a remote object.
protected  Item SystemView.recursiveFindFirstRemoteItemReference(Item parent, String elementName, Object elementObject, ISubSystem subsystem)
          Recursively tries to find the first references to a remote object.
protected  Vector SystemView.findAllRemoteItemFilterReferences(String elementName, ISubSystem subsystem, Vector matches)
          Recursively tries to find all filters affected by a given remote object.
protected  Vector SystemView.recursiveFindAllRemoteItemFilterReferences(Item parent, String elementName, ISubSystem subsystem, Vector occurrences)
          Recursively tries to find all filters which are affected by a given remote object, such that we can subsequently refresh that filter after a remote resource change.
protected  SystemRemoteElementResourceSet SystemView.getSetFor(ISubSystem subSystem, ISystemViewElementAdapter adapter)
           
protected  SystemRemoteResourceSet SystemDNDTransferRunnable.getSetFor(ISubSystem subSystem, ISystemDragDropAdapter adapter)
           
protected  boolean SystemDNDTransferRunnable.transferRSEResources(IProgressMonitor monitor, Object target, ISubSystem targetSubSystem, ISystemDragDropAdapter targetAdapter)
           
protected  boolean SystemDNDTransferRunnable.transferRSEResourcesToEclipseResource(IProgressMonitor monitor, IResource target, ISubSystem targetSubSystem)
           
protected  boolean SystemDNDTransferRunnable.transferNonRSEResources(IProgressMonitor monitor, Object target, ISubSystem targetSubSystem, ISystemDragDropAdapter targetAdapter)
           
 void SystemTestFilterStringAPIProviderImpl.setSubSystem(ISubSystem subsystem)
          Change the input subsystem
 void SystemViewAPIProviderForSubSystems.setSubSystem(ISubSystem subsystem)
          Reset the input subsystem object.
 void SystemSelectRemoteObjectAPIProviderImpl.setSubSystem(ISubSystem subsystem)
          Change the input subsystem
protected  Object[] SystemSelectRemoteObjectAPIProviderImpl.resolveFilterString(ISubSystem subsystem, String filterString)
          Return the result of asking a given subsystem to resolve a filter string
 void SubSystemConfigurationAdapter.addCommonRemoteActions(ISubSystemConfiguration factory, SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystem subsystem)
          Returns any framework-supplied actions remote objects that should be contributed to the popup menu for the given selection list.
 IAction[] SubSystemConfigurationAdapter.getSubSystemActions(ISubSystemConfiguration factory, ISubSystem selectedSubSystem, Shell shell)
          Returns a list of actions for the popup menu when user right clicks on a subsystem object from this factory.
protected  IAction[] SubSystemConfigurationAdapter.getSubSystemNewFilterPoolActions(ISubSystemConfiguration factory, ISubSystem selectedSubSystem, Shell shell)
          Overridable entry for child classes to supply their own "new" action(s) for creating a filter pool.
protected  Vector SubSystemConfigurationAdapter.getAdditionalSubSystemActions(ISubSystemConfiguration factory, ISubSystem selectedSubSystem, Shell shell)
          Overridable entry for child classes to contribute subsystem actions beyond the default supplied actions.
 PropertyPage SubSystemConfigurationAdapter.getPropertyPage(ISubSystem subsystem, Composite parent)
           
 

Constructors in org.eclipse.rse.ui.view with parameters of type ISubSystem
SystemResolveFilterStringAPIProviderImpl(ISubSystem subsystem, String filterString)
          Constructor
SystemDNDTransferRunnable.RefreshJob(Object target, ISubSystem targetSubSystem)
           
SystemTestFilterStringAPIProviderImpl(ISubSystem subsystem, String filterString)
          Constructor
SystemViewAPIProviderForSubSystems(ISubSystem subsystem)
          Constructor
SystemSelectRemoteObjectAPIProviderImpl(ISubSystem subsystem)
          Constructor when there is a subsystem
SystemViewPart.RemoteObject(String name, ISubSystem ss, ISystemFilterReference fRef, ISystemFilterStringReference fsRef)
           
 

Uses of ISubSystem in org.eclipse.rse.ui.wizards
 

Methods in org.eclipse.rse.ui.wizards with parameters of type ISubSystem
 boolean SystemSubSystemsPropertiesWizardPage.applyValues(ISubSystem ss)
           
 boolean ISubSystemPropertiesWizardPage.applyValues(ISubSystem ss)
           
 boolean SubSystemServiceWizardPage.applyValues(ISubSystem ss)
           
 


RSE
Release 1.0

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