Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

RSE
Release 3.0

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

Packages that use IRSEPersistableContainer
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.files.dstore Application programming interface for creating customized DataStore file subsystems. 
org.eclipse.rse.subsystems.files.ftp Application programming interface for creating customized FTP file subsystems. 
org.eclipse.rse.subsystems.files.local Application programming interface for creating customized local file subsystems. 
org.eclipse.rse.subsystems.files.ssh Application programming interface for creating customized sftp file subsystems. 
org.eclipse.rse.subsystems.processes.core.subsystem   
org.eclipse.rse.subsystems.processes.core.subsystem.impl   
org.eclipse.rse.subsystems.processes.dstore Application programming interface for creating customized DataStore process subsystems. 
org.eclipse.rse.subsystems.processes.local Application programming interface for creating customized local process subsystems. 
org.eclipse.rse.subsystems.processes.servicesubsystem   
org.eclipse.rse.subsystems.processes.shell.linux Application programming interface for creating customized shell process subsystems. 
org.eclipse.rse.subsystems.shells.core.subsystems   
org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem   
org.eclipse.rse.subsystems.shells.dstore Application programming interface for creating customized DataStore shell subsystems. 
org.eclipse.rse.subsystems.shells.local Application programming interface for creating customized local shell subsystems. 
org.eclipse.rse.subsystems.shells.ssh Application programming interface for creating customized ssh shell subsystems. 
org.eclipse.rse.subsystems.shells.telnet Application programming interface for creating customized telnet shell subsystems. 
org.eclipse.rse.subsystems.terminals.core Application programming interface for creating customized terminal subsystems. 
org.eclipse.rse.subsystems.terminals.ssh   
org.eclipse.rse.ui.subsystems Application programming interface for managing the user interface for subsystem actions. 
 

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

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

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

Subinterfaces of IRSEPersistableContainer in org.eclipse.rse.core.filters
 interface ISystemFilter
          A filter consists of filter strings and may be contained in a filter pool.
 interface ISystemFilterContainer
          Filter containers are any objects that contain filters.
 interface ISystemFilterPool
          This interface represents a system filter pool, which is a means of grouping filters to be referenced together.
 interface ISystemFilterPoolManager
          A filter pool manager manages filter pools.
 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.
 

Classes in org.eclipse.rse.core.filters that implement IRSEPersistableContainer
 class SystemFilterReference
          Represents a shadow or reference to a system filter.
 

Methods in org.eclipse.rse.core.filters that return IRSEPersistableContainer
  IRSEPersistableContainer[] SystemFilterReference. getPersistableChildren ()
           
  IRSEPersistableContainer SystemFilterReference. getPersistableParent ()
           
 

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

Subinterfaces of IRSEPersistableContainer in org.eclipse.rse.core.model
 interface IHost
          Interface for Host (SystemConnection) objects.
 interface IRSEModelObject
          IRSEModelObject is the root type of all objects in the RSE model.
 interface ISystemHostPool
          An ordered list of connections ( IHost objects), owned by an ISystemProfile.
 interface ISystemProfile
          A system profile holds definitions for hosts (connections), filter pools, filters, and filter strings.
 

Classes in org.eclipse.rse.core.model that implement IRSEPersistableContainer
 class DummyHost
          A DummyHost is used as a placeholder during the construction of hosts by wizards.
 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.
 class RSEPersistableObject
          An object that keeps track of its persistable state: whether it is dirty or not and whether or not any of its progeny are marked dirty.
 

Fields in org.eclipse.rse.core.model declared as IRSEPersistableContainer
static  IRSEPersistableContainer[] IRSEPersistableContainer. NO_CHILDREN
          A constant indicating the presence of no children for a given container.
 

Methods in org.eclipse.rse.core.model that return IRSEPersistableContainer
  IRSEPersistableContainer[] DummyHost. getPersistableChildren ()
           
  IRSEPersistableContainer[] IRSEPersistableContainer. getPersistableChildren ()
          Retrieves the children of this object in the persistence containment hierarchy.
  IRSEPersistableContainer[] Host. getPersistableChildren ()
           
  IRSEPersistableContainer[] PropertySet. getPersistableChildren ()
           
  IRSEPersistableContainer DummyHost. getPersistableParent ()
           
  IRSEPersistableContainer IRSEPersistableContainer. getPersistableParent ()
          Retrieve the parent of this object in the persistence containment hierarchy.
  IRSEPersistableContainer Host. getPersistableParent ()
           
  IRSEPersistableContainer PropertySet. getPersistableParent ()
           
 

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

Classes in org.eclipse.rse.core.references that implement IRSEPersistableContainer
 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 IRSEPersistableContainer in org.eclipse.rse.core.subsystems
 

Subinterfaces of IRSEPersistableContainer in org.eclipse.rse.core.subsystems
 interface IConnectorService
          A connector service provides the means of establishing a connection from a subsystem (or a number of subsystems) to a target system (a host).
 interface IDelegatingConnectorService
          A delegating connector service forwards all requests for information to another connector service.
 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 ISubSystem
          Interface implemented by SubSystem objects.
 interface ISubSystemConfiguration
          Subsystem Configuration interface.
 

Classes in org.eclipse.rse.core.subsystems that implement IRSEPersistableContainer
 class AbstractConnectorService
          This is a base class to make it easier to create connector services.
 class AbstractDelegatingConnectorService
           
 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.
 class SubSystemConfiguration
          Abstract base class for subsystem configuration extension points.
 

Methods in org.eclipse.rse.core.subsystems that return IRSEPersistableContainer
  IRSEPersistableContainer[] SubSystemConfiguration. getPersistableChildren ()
           
  IRSEPersistableContainer[] SubSystem. getPersistableChildren ()
           
  IRSEPersistableContainer[] AbstractDelegatingConnectorService. getPersistableChildren ()
           
  IRSEPersistableContainer[] AbstractConnectorService. getPersistableChildren ()
           
  IRSEPersistableContainer[] ServerLauncher. getPersistableChildren ()
           
  IRSEPersistableContainer SubSystemConfiguration. getPersistableParent ()
          Subsystem configurations are not persisted.
  IRSEPersistableContainer SubSystem. getPersistableParent ()
           
  IRSEPersistableContainer AbstractDelegatingConnectorService. getPersistableParent ()
           
  IRSEPersistableContainer AbstractConnectorService. getPersistableParent ()
           
  IRSEPersistableContainer ServerLauncher. getPersistableParent ()
           
 

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

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

Classes in org.eclipse.rse.subsystems.files.core.servicesubsystem that implement IRSEPersistableContainer
 class FileServiceSubSystem
          Generic Subsystem implementation for remote files.
 class FileServiceSubSystemConfiguration
           
 

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

Subinterfaces of IRSEPersistableContainer in org.eclipse.rse.subsystems.files.core.subsystems
 interface IRemoteFileSubSystem
          Specialized interface for remote file subsystems.
 interface IRemoteFileSubSystemConfiguration
           
 

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

Uses of IRSEPersistableContainer in org.eclipse.rse.subsystems.files.dstore
 

Classes in org.eclipse.rse.subsystems.files.dstore that implement IRSEPersistableContainer
 class DStoreFileSubSystemConfiguration
           
 class DStoreWindowsFileSubSystemConfiguration
           
 

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

Classes in org.eclipse.rse.subsystems.files.ftp that implement IRSEPersistableContainer
 class FTPFileSubSystemConfiguration
          Provides a factory for generating instances of the class SampleFileSubSystem.
 

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

Classes in org.eclipse.rse.subsystems.files.local that implement IRSEPersistableContainer
 class LocalFileSubSystemConfiguration
          Provides a factory for generating instances of the class SampleFileSubSystem.
 

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

Classes in org.eclipse.rse.subsystems.files.ssh that implement IRSEPersistableContainer
 class SftpFileSubSystemConfiguration
           
 

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

Subinterfaces of IRSEPersistableContainer in org.eclipse.rse.subsystems.processes.core.subsystem
 interface IRemoteProcessSubSystem
          The RSE subsystem for Remote Processes
 interface IRemoteProcessSubSystemConfiguration
          An interface representing factories for creating RemoteProcessSubSystem objects.
 

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

Classes in org.eclipse.rse.subsystems.processes.core.subsystem.impl that implement IRSEPersistableContainer
 class RemoteProcessSubSystemConfiguration
          The implementation of the RemoteProcessSubSystemConfiguration interface Contains information about what features the subsystem supports
 class RemoteProcessSubSystemImpl
          Default implementation of the IRemoteProcessSubSystem interface.
 

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

Classes in org.eclipse.rse.subsystems.processes.dstore that implement IRSEPersistableContainer
 class DStoreProcessSubSystemConfiguration
           
 

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

Classes in org.eclipse.rse.subsystems.processes.local that implement IRSEPersistableContainer
 class LocalProcessSubSystemConfiguration
           
 

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

Subinterfaces of IRSEPersistableContainer in org.eclipse.rse.subsystems.processes.servicesubsystem
 interface IProcessServiceSubSystem
           
 interface IProcessServiceSubSystemConfiguration
          Factory for creating the ProcessServiceSubSystem and for getting the associated service and adapter.
 

Classes in org.eclipse.rse.subsystems.processes.servicesubsystem that implement IRSEPersistableContainer
 class ProcessServiceSubSystem
          The subsystem that, coupled with a ProcessService implementation, can query and kill remote processes on a remote system.
 class ProcessServiceSubSystemConfiguration
          Factory for creating the ProcessServiceSubSystem and for getting the associated service and adapter.
 

Uses of IRSEPersistableContainer in org.eclipse.rse.subsystems.processes.shell.linux
 

Classes in org.eclipse.rse.subsystems.processes.shell.linux that implement IRSEPersistableContainer
 class ShellProcessSubSystemConfiguration
          This class is used by org.eclipse.rse.core.subsystemConfigurations extension that defines the process subsystem using ssh protocol on linux remote targets.
 

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

Subinterfaces of IRSEPersistableContainer in org.eclipse.rse.subsystems.shells.core.subsystems
 interface IRemoteCmdSubSystem
          interface RemoteCmdSubSystem extends SubSystem {}
 interface IRemoteCmdSubSystemConfiguration
           
 

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

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

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

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

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

Classes in org.eclipse.rse.subsystems.shells.dstore that implement IRSEPersistableContainer
 class DStoreShellSubSystemConfiguration
          Provides a factory for generating instances of the class ShellServiceSubSystem.
 

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

Classes in org.eclipse.rse.subsystems.shells.local that implement IRSEPersistableContainer
 class LocalShellSubSystemConfiguration
           
 

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

Classes in org.eclipse.rse.subsystems.shells.ssh that implement IRSEPersistableContainer
 class SshShellSubSystemConfiguration
           
 

Uses of IRSEPersistableContainer in org.eclipse.rse.subsystems.shells.telnet
 

Classes in org.eclipse.rse.subsystems.shells.telnet that implement IRSEPersistableContainer
 class TelnetShellSubSystemConfiguration
           
 

Uses of IRSEPersistableContainer in org.eclipse.rse.subsystems.terminals.core
 

Subinterfaces of IRSEPersistableContainer in org.eclipse.rse.subsystems.terminals.core
 interface ITerminalServiceSubSystem
          Specialized interface for remote terminal subsystems.
 interface ITerminalServiceSubSystemConfiguration
          An interface representing factories for creating TerminalServiceSubSystem objects.
 

Classes in org.eclipse.rse.subsystems.terminals.core that implement IRSEPersistableContainer
 class TerminalServiceSubSystem
          A Subsystem that has terminal instances as children.
 class TerminalServiceSubSystemConfiguration
          The implementation of the ITerminalServiceSubSystemConfiguration interface contains information about what features the subsystem supports, and creates TerminalServiceSubSystem instances.
 

Uses of IRSEPersistableContainer in org.eclipse.rse.subsystems.terminals.ssh
 

Classes in org.eclipse.rse.subsystems.terminals.ssh that implement IRSEPersistableContainer
 class SshTerminalSubSystemConfiguration
          An SSH Terminal Subsystem Factory.
 

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

Classes in org.eclipse.rse.ui.subsystems that implement IRSEPersistableContainer
 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.

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire