RSE
Release 3.0

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

Packages that use IService
org.eclipse.rse.core.subsystems   
org.eclipse.rse.services Application programming interface for the RSE Services Layer. 
org.eclipse.rse.services.dstore   
org.eclipse.rse.services.files   
org.eclipse.rse.services.processes   
org.eclipse.rse.services.search   
org.eclipse.rse.services.shells   
org.eclipse.rse.services.terminals Application programming interface for the RSE Base Shell and Terminal Services. 
org.eclipse.rse.subsystems.files.core.servicesubsystem   
org.eclipse.rse.subsystems.processes.servicesubsystem   
org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem   
org.eclipse.rse.subsystems.terminals.core Application programming interface for creating customized terminal subsystems. 
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 SubSystemConfiguration.getService(IHost host)
          Get the actual service associated with a particular host. This default implementation returns null.
 IService ISubSystemConfiguration.getService(IHost host)
          Get the actual service associated with a particular host.
 

Uses of IService in org.eclipse.rse.services
 

Classes in org.eclipse.rse.services that implement IService
 class AbstractService
          Abstract default implementation of an RSE Service.
 

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

Classes in org.eclipse.rse.services.dstore that implement IService
 class AbstractDStoreService
           
 

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
          Abstract base class for RSE Process Service.
 

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

Classes in org.eclipse.rse.services.search that implement IService
 class AbstractSearchService
          Abstract base class for RSE Search Service.
 

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.
 

Classes in org.eclipse.rse.services.shells that implement IService
 class AbstractShellService
          Abstract base class for RSE Shell Service implementations.
 

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

Subinterfaces of IService in org.eclipse.rse.services.terminals
 interface ITerminalService
          Interface for getting Terminal Connections from a remote side, also known as terminal session with Streams.
 

Classes in org.eclipse.rse.services.terminals that implement IService
 class AbstractDelegatingTerminalService
          Base class that can be used for decorating an existing terminal service with additional functionality.
 class AbstractTerminalService
          Abstract base class for clients to create an ITerminalService.
 

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.subsystems.terminals.core
 

Methods in org.eclipse.rse.subsystems.terminals.core that return IService
 IService TerminalServiceSubSystemConfiguration.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 3.0

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