RSE
Release 3.0

Uses of Class
org.eclipse.rse.core.model.RSEPersistableObject

Packages that use RSEPersistableObject
org.eclipse.rse.connectorservice.dstore   
org.eclipse.rse.core.filters   
org.eclipse.rse.core.model   
org.eclipse.rse.core.references   
org.eclipse.rse.core.subsystems   
org.eclipse.rse.subsystems.files.core.servicesubsystem   
org.eclipse.rse.subsystems.files.core.subsystems   
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   
org.eclipse.rse.ui.subsystems Application programming interface for managing the user interface for subsystem actions. 
 

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

Subclasses of RSEPersistableObject in org.eclipse.rse.connectorservice.dstore
 class DStoreConnectorService
          System class required by the remote systems framework.
 

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

Subclasses of RSEPersistableObject in org.eclipse.rse.core.filters
 class SystemFilterReference
          Represents a shadow or reference to a system filter.
 

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

Subclasses of RSEPersistableObject in org.eclipse.rse.core.model
 class Host
          Default implementation of the IHost interface.
 class PropertyList
          A property list is an ordered property set.
 class PropertySet
          A Hashmap based implementation of the IPropertySet interface.
 class PropertySetContainer
          A PropertySetContainer is capable of holding multiple named property sets.
 class RSEModelObject
          Provides common support for local RSE model objects.
 

Uses of RSEPersistableObject in org.eclipse.rse.core.references
 

Subclasses of RSEPersistableObject in org.eclipse.rse.core.references
 class SystemReferencedObject
          A class to encapsulate the operations required of an object which supports references to it by other objects (SystemReferencingObject).
 class SystemReferencingObject
          A class to encapsulate the operations required of an object which is merely a reference to another object, something we call a shadow.
 

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

Subclasses of RSEPersistableObject in org.eclipse.rse.core.subsystems
 class AbstractConnectorService
          This is a base class to make it easier to create connector services.
 class AuthenticatingConnectorService
          An authenticating connector service understands the concept of credentials (see ICredentials) and possibly the concepts of user id and password.
 class BasicConnectorService
          A basic connector service is one that does not require any type of authentication to connect to its target system.
 class RemoteServerLauncher
          This subclass of IServerLauncherProperties is for use by some dstore-based subsystems, although is possibly of value to vendors as well.
 class ServerLauncher
          Abstract class intended to be extended to provide a means for starting a remote server from the client.
 class SubSystem
          This class is designed to be subclassed.
 

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

Subclasses of RSEPersistableObject in org.eclipse.rse.subsystems.files.core.servicesubsystem
 class FileServiceSubSystem
          Generic Subsystem implementation for remote files.
 

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

Subclasses of RSEPersistableObject in org.eclipse.rse.subsystems.files.core.subsystems
 class RemoteFileSubSystem
          Specialization for file subsystem factories.
 

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

Subclasses of RSEPersistableObject in org.eclipse.rse.subsystems.processes.core.subsystem.impl
 class RemoteProcessSubSystemImpl
          Default implementation of the IRemoteProcessSubSystem interface.
 

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

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

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

Subclasses of RSEPersistableObject in org.eclipse.rse.subsystems.shells.core.subsystems
 class RemoteCmdSubSystem
          This is the abstraction of a subsystem specialized for remote execution of commands.
 

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

Subclasses of RSEPersistableObject in org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem
 class ShellServiceSubSystem
           
 

Uses of RSEPersistableObject in org.eclipse.rse.ui.subsystems
 

Subclasses of RSEPersistableObject in org.eclipse.rse.ui.subsystems
 class StandardConnectorService
          A standard connector service is an authenticating connector service (see AuthenticatingConnectorService) that understand and prompts for user ids and passwords.
 


RSE
Release 3.0

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