RSE
Release 2.0

Uses of Interface
org.eclipse.rse.services.IService

Packages that use IService
org.eclipse.rse.core.subsystems   
org.eclipse.rse.services.files   
org.eclipse.rse.services.processes   
org.eclipse.rse.services.shells   
org.eclipse.rse.subsystems.files.core.servicesubsystem   
org.eclipse.rse.subsystems.processes.servicesubsystem   
org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem   
org.eclipse.rse.ui.widgets.services   
 

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

Methods in org.eclipse.rse.core.subsystems that return IService
 IService IServiceSubSystemConfiguration.getService(IHost host)
           
 

Uses of IService in org.eclipse.rse.services.files
 

Subinterfaces of IService in org.eclipse.rse.services.files
 interface IFileService
          A IFileService is an abstraction of a file service that runs over some sort of connection.
 

Classes in org.eclipse.rse.services.files that implement IService
 class AbstractFileService
           
 

Uses of IService in org.eclipse.rse.services.processes
 

Subinterfaces of IService in org.eclipse.rse.services.processes
 interface IProcessService
          An IProcessService is an abstraction of a process service that runs over some sort of connection.
 

Classes in org.eclipse.rse.services.processes that implement IService
 class AbstractProcessService
           
 

Uses of IService in org.eclipse.rse.services.shells
 

Subinterfaces of IService in org.eclipse.rse.services.shells
 interface IShellService
          IShellService is an abstraction for running shells and shell commands
 

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

Methods in org.eclipse.rse.subsystems.files.core.servicesubsystem that return IService
 IService FileServiceSubSystemConfiguration.getService(IHost host)
           
 

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

Methods in org.eclipse.rse.subsystems.processes.servicesubsystem that return IService
 IService ProcessServiceSubSystemConfiguration.getService(IHost host)
           
 

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

Methods in org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem that return IService
 IService ShellServiceSubSystemConfiguration.getService(IHost host)
           
 

Uses of IService in org.eclipse.rse.ui.widgets.services
 

Methods in org.eclipse.rse.ui.widgets.services that return IService
 IService ServiceServiceElement.getService()
           
 IService FactoryServiceElement.getService()
           
 

Constructors in org.eclipse.rse.ui.widgets.services with parameters of type IService
ServiceServiceElement(IHost host, ServiceElement parent, IService service)
           
 


RSE
Release 2.0

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