RSE
Release 1.0

Uses of Interface
org.eclipse.rse.core.model.IPropertySetContainer

Packages that use IPropertySetContainer
org.eclipse.rse.connectorservice.dstore   
org.eclipse.rse.connectorservice.local   
org.eclipse.rse.connectorservice.ssh   
org.eclipse.rse.core.filters   
org.eclipse.rse.core.internal.subsystems   
org.eclipse.rse.core.model   
org.eclipse.rse.core.servicesubsystem   
org.eclipse.rse.core.subsystems   
org.eclipse.rse.filters   
org.eclipse.rse.internal.filters   
org.eclipse.rse.internal.references   
org.eclipse.rse.internal.subsystems.shells.subsystems   
org.eclipse.rse.model   
org.eclipse.rse.subsystems.files.core.servicesubsystem   
org.eclipse.rse.subsystems.files.core.subsystems   
org.eclipse.rse.subsystems.files.ftp.connectorservice   
org.eclipse.rse.subsystems.processes.core.subsystem   
org.eclipse.rse.subsystems.processes.core.subsystem.impl   
org.eclipse.rse.subsystems.processes.servicesubsystem   
org.eclipse.rse.subsystems.shells.core.subsystems   
org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem   
 

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

Classes in org.eclipse.rse.connectorservice.dstore that implement IPropertySetContainer
 class DStoreConnectorService
          System class required by the remote systems framework.
 

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

Classes in org.eclipse.rse.connectorservice.local that implement IPropertySetContainer
 class LocalConnectorService
          System class required by the remote systems framework.
 

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

Classes in org.eclipse.rse.connectorservice.ssh that implement IPropertySetContainer
 class SshConnectorService
          Create SSH connections.
 

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

Subinterfaces of IPropertySetContainer in org.eclipse.rse.core.filters
 interface ISystemFilter
           
 interface ISystemFilterPool
           
 interface ISystemFilterPoolReference
          Interface implemented by references to filter pools.
 interface ISystemFilterString
          A filter string is a pattern used by the server-side code to know what to return to the client.
 

Uses of IPropertySetContainer in org.eclipse.rse.core.internal.subsystems
 

Classes in org.eclipse.rse.core.internal.subsystems that implement IPropertySetContainer
 class org.eclipse.rse.core.internal.subsystems.ServerLauncher
           
 

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

Subinterfaces of IPropertySetContainer in org.eclipse.rse.core.model
 interface IHost
           
 interface IRSEModelObject
           
 interface ISystemProfile
          The interface that RSE system profiles implement.
 

Classes in org.eclipse.rse.core.model that implement IPropertySetContainer
 class PropertySetContainer
           
 class RSEModelObject
          Provides common support for local RSE model objects Extenders inherit property set support
 

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

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

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

Subinterfaces of IPropertySetContainer in org.eclipse.rse.core.subsystems
 interface IConnectorService
          This is the interface implemented by ConnectorService (formerly System) objects.
 interface IRemoteServerLauncher
          This is the implementation of IServerLauncherProperties.
 interface IServerLauncherProperties
          Implement this interface to provide peristable properties for server launching All properties to be persisted to be are stored and restored from associated IPropertySets
 interface IServiceSubSystem
           
 interface ISubSystem
          Interface implemented by SubSystem objects.
 

Classes in org.eclipse.rse.core.subsystems that implement IPropertySetContainer
 class AbstractConnectorService
          This is a base class to make it easier to create connector service classes.
 class RemoteServerLauncher
           This subclass of IServerLauncherProperties is for use by some dstore-based subsystems, although is possibly of value to vendors as well.
 class SubSystem
          This class is designed to be subclassed.
 

Uses of IPropertySetContainer in org.eclipse.rse.filters
 

Classes in org.eclipse.rse.filters that implement IPropertySetContainer
 class SystemFilterPool
           
 class SystemFilterReference
           
 class SystemFilterSimple
          A lightweight override of the full-fledged persistable implementation of SystemFilter.
 

Uses of IPropertySetContainer in org.eclipse.rse.internal.filters
 

Classes in org.eclipse.rse.internal.filters that implement IPropertySetContainer
 class org.eclipse.rse.internal.filters.SystemFilter
           
 

Uses of IPropertySetContainer in org.eclipse.rse.internal.references
 

Classes in org.eclipse.rse.internal.references that implement IPropertySetContainer
 class org.eclipse.rse.internal.references.SystemPersistableReferencedObject
           
 class org.eclipse.rse.internal.references.SystemReferencedObject
          A class to encapsulate the operations required of an object which supports references to it by other objects (SystemReferencingObject).
 class org.eclipse.rse.internal.references.SystemReferencingObject
           
 

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

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

Uses of IPropertySetContainer in org.eclipse.rse.model
 

Classes in org.eclipse.rse.model that implement IPropertySetContainer
 class DummyHost
           
 

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

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

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

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

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

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

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

Classes in org.eclipse.rse.subsystems.files.ftp.connectorservice that implement IPropertySetContainer
 class FTPConnectorService
           
 

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

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

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

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

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

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

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

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

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

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

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

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


RSE
Release 1.0

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