|
RSE Release 3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ISubSystem in org.eclipse.rse.connectorservice.dstore |
---|
Methods in org.eclipse.rse.connectorservice.dstore with parameters of type ISubSystem | |
---|---|
Class |
DStoreConnectorServiceManager.getSubSystemCommonInterface(ISubSystem subsystem)
For all subsystems in a particular SystemConnection, we need to know which ones are to share a single IConnectorService object. |
boolean |
DStoreConnectorServiceManager.sharesSystem(ISubSystem otherSubSystem)
Given another subsystem, return true if that subsystem shares a single IConnectorService object with this one. |
Uses of ISubSystem in org.eclipse.rse.core.events |
---|
Methods in org.eclipse.rse.core.events that return ISubSystem | |
---|---|
ISubSystem |
SystemRemoteChangeEvent.getSubSystem()
Get the subsystem in which this resource resides. |
ISubSystem |
ISystemRemoteChangeEvent.getSubSystem()
Get the subsystem in which this resource resides. |
Methods in org.eclipse.rse.core.events with parameters of type ISubSystem | |
---|---|
void |
SystemRemoteChangeEvent.setSubSystem(ISubSystem subsystem)
Reset the subsystem |
Constructors in org.eclipse.rse.core.events with parameters of type ISubSystem | |
---|---|
SystemRemoteChangeEvent(int eventType,
Object resource,
Object resourceParent,
ISubSystem subsystem)
Constructor for non-rename event |
|
SystemRemoteChangeEvent(int eventType,
Object resource,
Object resourceParent,
ISubSystem subsystem,
String[] oldNames)
Constructor for a rename event. |
|
SystemRemoteChangeEvent(String operation,
int eventType,
Object resource,
Object resourceParent,
ISubSystem subsystem)
Constructor for non-rename event |
|
SystemRemoteChangeEvent(String operation,
int eventType,
Object resource,
Object resourceParent,
ISubSystem subsystem,
String[] oldNames)
Constructor for a rename event. |
Uses of ISubSystem in org.eclipse.rse.core.filters |
---|
Fields in org.eclipse.rse.core.filters declared as ISubSystem | |
---|---|
protected ISubSystem |
SystemFilterReference._subSystem
|
Methods in org.eclipse.rse.core.filters that return ISubSystem | |
---|---|
ISubSystem |
SystemFilterReference.getSubSystem()
Gets the subsystem that contains this reference |
ISubSystem |
ISystemFilterReference.getSubSystem()
Gets the subsystem that contains this reference |
Methods in org.eclipse.rse.core.filters with parameters of type ISubSystem | |
---|---|
static ISystemFilterReference |
SystemFilterReference.createSystemFilterReference(ISubSystem subSystem,
ISystemFilterContainerReference parent,
ISystemFilter filter,
boolean persistent)
Create a new instance of this class. |
ISystemFilterReference |
ISystemFilterContainerReference.getExistingSystemFilterReference(ISubSystem subSystem,
ISystemFilter filter)
Finds an existing filter in a particular subsystem. |
ISystemFilterReference |
SystemFilterReference.getExistingSystemFilterReference(ISubSystem subSystem,
ISystemFilter filter)
Return an existing reference to a given system filter. |
ISystemFilterReference |
ISystemFilterContainerReference.getSystemFilterReference(ISubSystem subSystem,
ISystemFilter filter)
Find or create a single filter refererence to a given filter. |
ISystemFilterReference |
ISystemFilterPoolReferenceManager.getSystemFilterReference(ISubSystem subSystem,
ISystemFilter filter)
Create a single filter refererence to a given filter. |
ISystemFilterReference |
SystemFilterReference.getSystemFilterReference(ISubSystem subSystem,
ISystemFilter filter)
Create a single filter refererence to a given filter. |
int |
ISystemFilterPoolReferenceManager.getSystemFilterReferencePosition(ISubSystem subSystem,
ISystemFilter filter)
Given a filter, return its position within this reference manager when you think of all filter references from all filter pool references as being concatenated |
ISystemFilterReference[] |
ISystemFilterContainerReference.getSystemFilterReferences(ISubSystem subSystem)
Build and return an array of SystemFilterReference objects. |
ISystemFilterReference[] |
ISystemFilterPoolReferenceManager.getSystemFilterReferences(ISubSystem subSystem)
Concatenate all filter references from all filter pools we reference, into one big list. |
ISystemFilterReference[] |
SystemFilterReference.getSystemFilterReferences(ISubSystem subSystem)
Build and return an array of SystemFilterReference objects. |
void |
ISystemFilter.setSubSystem(ISubSystem subsystem)
Set the subsytem of this filter. |
void |
SystemFilterReference.setSubSystem(ISubSystem subSystem)
Sets the subsystem that contains this reference |
void |
ISystemFilterReference.setSubSystem(ISubSystem subSystem)
Sets the subsystem that contains this reference |
Uses of ISubSystem in org.eclipse.rse.core.model |
---|
Methods in org.eclipse.rse.core.model that return ISubSystem | |
---|---|
ISubSystem[] |
ISystemRegistry.createSubSystems(IHost host,
ISubSystemConfiguration[] configurations)
Creates subsystems for a given host and subsystem configurations. |
ISubSystem[] |
ISystemRegistry.getServiceSubSystems(IHost host,
Class serviceType)
Get those subsystems that are registered against a given connection, which are service subsystems with the given serviceType. |
ISubSystem |
SystemRemoteResourceSet.getSubSystem()
|
ISubSystem |
ISystemRegistry.getSubSystem(String absoluteSubSystemName)
Resolve a subsystem from it's absolute name The absolute name of a subsystem is denoted by profileName. |
static ISubSystem |
SystemStartHere.getSubSystem(String subsystemConfigurationId,
IHost connection)
STEP 3c. |
ISubSystem[] |
DummyHost.getSubSystems()
|
ISubSystem[] |
Host.getSubSystems()
|
ISubSystem[] |
IHost.getSubSystems()
Return the subsystem instances under this connection. |
ISubSystem[] |
ISystemRegistry.getSubSystems(IHost host)
Return list of subsystem objects for a given host. |
ISubSystem[] |
ISystemRegistry.getSubSystems(IHost host,
boolean force)
Deprecated. Use ISystemRegistry.getSubSystems(IHost) instead, the "force" parameter is now ignored. |
ISubSystem[] |
ISystemRegistry.getSubsystems(IHost host,
Class subsystemInterface)
Get those subsystems that are registered against a given connection, which are an instance of the given interface class. |
static ISubSystem[] |
SystemStartHere.getSubSystems(String subsystemConfigurationId)
STEP 3a. |
static ISubSystem[] |
SystemStartHere.getSubSystems(String subsystemConfigurationId,
IHost connection)
STEP 3b. |
ISubSystem[] |
ISystemRegistry.getSubSystemsBySubSystemConfigurationCategory(String factoryCategory,
IHost host)
Deprecated. use ISystemRegistry.getSubSystemConfigurationProxiesByCategory(String)
and instantiate only those subsystem configurations from the proxy
that are really needed. Then, use ISubSystemConfiguration.getSubSystems(boolean)
with a parameter true. |
Methods in org.eclipse.rse.core.model with parameters of type ISubSystem | |
---|---|
boolean |
ISubSystemConfigurator.applyValues(ISubSystem ss)
Apply the values herein to a subsystem. |
void |
ISystemRegistry.connectedStatusChange(ISubSystem subsystem,
boolean connected,
boolean wasConnected)
Inform the world when the connection status changes for a subsystem within a connection. |
void |
ISystemRegistry.connectedStatusChange(ISubSystem subsystem,
boolean connected,
boolean wasConnected,
boolean collapseTree)
Inform the world when the connection status changes for a subsystem within a connection. |
boolean |
ISystemRegistry.deleteSubSystem(ISubSystem subsystem)
Delete a subsystem object. |
List |
ISystemRegistry.findFilterReferencesFor(Object resource,
ISubSystem subsystem)
Returns filter references associated with this resource under the subsystem |
List |
ISystemRegistry.findFilterReferencesFor(Object resource,
ISubSystem subsystem,
boolean onlyCached)
Returns filter references associated with this resource under the subsystem |
void |
ISystemRegistry.fireRemoteResourceChangeEvent(int eventType,
Object resource,
Object resourceParent,
ISubSystem subsystem,
String[] oldNames)
Notify all listeners of a change to a remote resource such as a file. |
void |
ISystemRegistry.fireRemoteResourceChangeEvent(int eventType,
Object resource,
Object resourceParent,
ISubSystem subsystem,
String[] oldNames,
Object originatingViewer)
Notify all listeners of a change to a remote resource such as a file. |
void |
ISystemRegistry.fireRemoteResourceChangeEvent(String operation,
int eventType,
Object resource,
Object resourceParent,
ISubSystem subsystem,
String[] oldNames)
Notify all listeners of a change to a remote resource such as a file. |
void |
ISystemRegistry.fireRemoteResourceChangeEvent(String operation,
int eventType,
Object resource,
Object resourceParent,
ISubSystem subsystem,
String[] oldNames,
Object originatingViewer)
Notify all listeners of a change to a remote resource such as a file. |
String |
ISystemRegistry.getAbsoluteNameForSubSystem(ISubSystem subsystem)
Return the absolute name for the specified subsystem |
void |
ISystemRegistry.invalidateFiltersFor(ISubSystem subsystem)
Marks all filters for this subsystem as stale to prevent caching |
void |
ISystemRegistry.invalidateFiltersFor(Object resourceParent,
ISubSystem subsystem)
Marks all filters for this subsystem that contain resourceParent as stale to prevent caching |
Constructors in org.eclipse.rse.core.model with parameters of type ISubSystem | |
---|---|
SystemRemoteResourceSet(ISubSystem subSystem)
|
|
SystemRemoteResourceSet(ISubSystem subSystem,
ISystemDragDropAdapter adapter)
|
|
SystemRemoteResourceSet(ISubSystem subSystem,
ISystemDragDropAdapter adapter,
List objects)
|
|
SystemRemoteResourceSet(ISubSystem subSystem,
ISystemDragDropAdapter adapter,
Object[] objects)
|
|
SystemRemoteResourceSet(ISubSystem subSystem,
List objects)
|
|
SystemRemoteResourceSet(ISubSystem subSystem,
Object[] objects)
|
Uses of ISubSystem in org.eclipse.rse.core.subsystems |
---|
Classes in org.eclipse.rse.core.subsystems that implement ISubSystem | |
---|---|
class |
SubSystem
This class is designed to be subclassed. |
Methods in org.eclipse.rse.core.subsystems that return ISubSystem | |
---|---|
ISubSystem |
SubSystemConfiguration.cloneSubSystem(ISubSystem oldSubsystem,
IHost newConnection,
boolean copyProfileOperation)
Clone a given subsystem into the given connection. |
ISubSystem |
ISubSystemConfiguration.cloneSubSystem(ISubSystem oldSubsystem,
IHost newConnection,
boolean copyProfileOperation)
Clone a given subsystem into the given connection. |
ISubSystem |
SubSystemConfiguration.createSubSystem(IHost conn,
boolean creatingConnection,
ISubSystemConfigurator[] configurators)
Creates a new subsystem instance that is associated with the given connection object. |
ISubSystem |
ISubSystemConfiguration.createSubSystem(IHost conn,
boolean creatingConnection,
ISubSystemConfigurator[] configurators)
Creates a new subsystem instance that is associated with the given connection object. |
ISubSystem |
SubSystemConfiguration.createSubSystemAfterTheFact(IHost conn)
|
ISubSystem |
ISubSystemConfiguration.createSubSystemAfterTheFact(IHost conn)
|
abstract ISubSystem |
SubSystemConfiguration.createSubSystemInternal(IHost conn)
Method called by default implementation of createSubSystem method in AbstractSubSystemConfiguration. |
ISubSystem |
ISubSystemConfiguration.createSubSystemInternal(IHost conn)
|
static ISubSystem |
SubSystemHelpers.getParentSubSystem(ISystemFilterPoolReference poolReference)
Give a filter pool reference, return parent subsystem Returns this: (SubSystem)poolReference.getProvider() . |
ISubSystem |
SubSystem.getPrimarySubSystem()
|
ISubSystem |
AbstractDelegatingConnectorService.getPrimarySubSystem()
|
ISubSystem |
ISubSystem.getPrimarySubSystem()
Return the primary subsystem associated with this subsystem's IConnectorService |
ISubSystem |
AbstractConnectorService.getPrimarySubSystem()
|
ISubSystem |
IConnectorService.getPrimarySubSystem()
|
ISubSystem |
AbstractResource.getSubSystem()
Returns the parent SubSystem which produced this remote resource. |
ISubSystem |
ISystemDragDropAdapter.getSubSystem(Object element)
Get the subsystem that corresponds to this object if one exists. |
ISubSystem |
ISystemRemoteObjectMatchProvider.getSubSystem(Object element)
Return the subsystem that is responsible for getting this remote object. |
ISubSystem[] |
AbstractDelegatingConnectorService.getSubSystems()
|
ISubSystem[] |
AbstractConnectorService.getSubSystems()
|
ISubSystem[] |
IConnectorService.getSubSystems()
Return all the subsystems that use this connector service |
ISubSystem[] |
SubSystemConfiguration.getSubSystems(boolean force)
Return list of all subsystems. |
ISubSystem[] |
ISubSystemConfiguration.getSubSystems(boolean force)
Returns a list of all subsystem objects for all connections. |
ISubSystem[] |
SubSystemConfiguration.getSubSystems(IHost conn,
boolean force)
Returns a list of subsystem objects existing for the given connection. |
ISubSystem[] |
ISubSystemConfiguration.getSubSystems(IHost conn,
boolean force)
Returns a list of subsystem objects existing for the given connection. |
ISubSystem[] |
SubSystemConfiguration.getSubSystems(ISystemFilterPool pool)
Returns a list of subsystem objects existing in memory, which contain a reference to the given filter pool. |
ISubSystem[] |
SubSystemConfiguration.getSubSystems(ISystemProfile profile)
Returns a list of subsystem objects existing for all the connections in the given profile. |
protected ISubSystem[] |
SubSystemConfiguration.internalGetSubSystems(IHost conn)
Private method to subset master list of all subsystems by a given connection |
protected ISubSystem |
SubSystem.selectCommandSubSystem(ISubSystem[] allCmdSubSystems)
Internal method to select the appropriate command subsystem when there are multiple defined for this connection. |
ISubSystem[] |
SubSystemConfiguration.testForActiveReferences(ISystemProfile profile)
Test if any filter pools in the given profile are referenced by other profiles, which are active. |
ISubSystem[] |
ISubSystemConfiguration.testForActiveReferences(ISystemProfile profile)
Test if any filter pools in the given profile are referenced by other profiles, which are active. |
Methods in org.eclipse.rse.core.subsystems with parameters of type ISubSystem | |
---|---|
protected void |
SubSystemConfiguration.addSubSystem(ISubSystem subsys)
Helper method to allow child classes to add a subsystem object to the in-memory list maintained and returned by this base class. |
ISubSystem |
SubSystemConfiguration.cloneSubSystem(ISubSystem oldSubsystem,
IHost newConnection,
boolean copyProfileOperation)
Clone a given subsystem into the given connection. |
ISubSystem |
ISubSystemConfiguration.cloneSubSystem(ISubSystem oldSubsystem,
IHost newConnection,
boolean copyProfileOperation)
Clone a given subsystem into the given connection. |
protected void |
SubSystemConfiguration.copySubSystemData(ISubSystem oldSubSystem,
ISubSystem newSubSystem)
Copy unique subsystem data after a copy operation. |
boolean |
SubSystemConfiguration.deleteSubSystem(ISubSystem subsystem)
Deletes a given subsystem instance from the list maintained by this subsystem configuration. |
boolean |
ISubSystemConfiguration.deleteSubSystem(ISubSystem subsystem)
Deletes a given subsystem instance from the list maintained by this factory. |
void |
AbstractDelegatingConnectorService.deregisterSubSystem(ISubSystem ss)
|
void |
AbstractConnectorService.deregisterSubSystem(ISubSystem ss)
|
void |
IConnectorService.deregisterSubSystem(ISubSystem ss)
Deregister the subsystem. |
protected void |
SubSystemConfiguration.fireSubSystemEvent(SystemResourceChangeEvent event,
ISubSystem subsystem)
Fire given event to the given subsystem |
ISystemFilterPool |
SubSystemConfiguration.getDefaultSystemFilterPool(ISubSystem subsys)
Given a subsystem, return the first (hopefully only) default pool for this subsystem's profile. |
ISystemFilterPool |
ISubSystemConfiguration.getDefaultSystemFilterPool(ISubSystem subsys)
Given a subsystem, return the first (hopefully only) default pool for this subsystem's profile. |
abstract Class |
AbstractConnectorServiceManager.getSubSystemCommonInterface(ISubSystem subsystem)
For all subsystems in a particular SystemConnection, we need to know which ones are to share a single IConnectorService object. |
protected void |
SubSystemConfiguration.initializeSubSystem(ISubSystem ss,
ISubSystemConfigurator[] configurators)
Initialize subsystems after creation (Overridable). |
protected String |
SubSystemConfiguration.internalGetSubSystemName(ISubSystem subsys)
Overridable. |
boolean |
AbstractDelegatingConnectorService.isServerLaunchTypeEnabled(ISubSystem subsystem,
ServerLaunchType serverLaunchType)
|
boolean |
AbstractConnectorService.isServerLaunchTypeEnabled(ISubSystem subsystem,
ServerLaunchType serverLaunchType)
|
boolean |
IConnectorService.isServerLaunchTypeEnabled(ISubSystem subsystem,
ServerLaunchType serverLaunchType)
This methods returns the enablement state of a server launch type. |
protected boolean |
SubSystemConfiguration.needsUpdate(ISubSystem subsystem,
boolean updateUserId,
String userId,
boolean updatePort,
int port)
Used by child classes that override updateSubSystem to establish if anything really needs to be changed. |
void |
AbstractDelegatingConnectorService.registerSubSystem(ISubSystem ss)
|
void |
AbstractConnectorService.registerSubSystem(ISubSystem ss)
|
void |
IConnectorService.registerSubSystem(ISubSystem ss)
Adds a subsystem to this connector service. |
protected void |
SubSystemConfiguration.removeSubSystem(ISubSystem subsys)
Helper method to allow child classes to remove a subsystem object from the in-memory list maintained and returned by this base class. |
void |
SubSystemConfiguration.renameSubSystem(ISubSystem subsystem,
String newName)
Renames a subsystem. |
void |
ISubSystemConfiguration.renameSubSystem(ISubSystem subsystem,
String newName)
Renames a subsystem. |
void |
SubSystemConfiguration.renameSubSystemProfile(ISubSystem subsystem,
String oldProfileName,
String newProfileName)
|
void |
ISubSystemConfiguration.renameSubSystemProfile(ISubSystem subsystem,
String oldProfileName,
String newProfileName)
Called by SystemRegistry's renameSystemProfile method to ensure we update our subsystem names within each subsystem. |
void |
SubSystemConfiguration.saveSubSystem(ISubSystem subsys)
Attempt to save single subsystem to disk. |
void |
ISubSystemConfiguration.saveSubSystem(ISubSystem subsys)
Save one subsystem to disk. |
protected ISubSystem |
SubSystem.selectCommandSubSystem(ISubSystem[] allCmdSubSystems)
Internal method to select the appropriate command subsystem when there are multiple defined for this connection. |
void |
AbstractResource.setSubSystem(ISubSystem parentSubSystem)
Resets the parent SubSystem. |
void |
SubSystemConfiguration.setSubSystemPort(ISubSystem subsystem,
int port)
Update the port for the given subsystem instance. |
void |
ISubSystemConfiguration.setSubSystemPort(ISubSystem subsystem,
int port)
Update the port for the given subsystem instance. |
void |
SubSystemConfiguration.setSubSystemUserId(ISubSystem subsystem,
String userId)
Update the user ID for the given subsystem instance. |
void |
ISubSystemConfiguration.setSubSystemUserId(ISubSystem subsystem,
String userId)
Update the user ID for the given subsystem instance. |
abstract boolean |
AbstractConnectorServiceManager.sharesSystem(ISubSystem otherSubSystem)
Given another subsystem, return true if that subsystem shares a single IConnectorService object with this one. |
void |
SubSystemConfiguration.updateSubSystem(ISubSystem subsystem,
boolean updateUserId,
String userId,
boolean updatePort,
int port)
Updates userid and/or port of an existing subsystem instance. |
void |
ISubSystemConfiguration.updateSubSystem(ISubSystem subsystem,
boolean updateUserId,
String userId,
boolean updatePort,
int port)
Updates user-editable attributes of an existing subsystem instance. |
Constructors in org.eclipse.rse.core.subsystems with parameters of type ISubSystem | |
---|---|
AbstractResource(ISubSystem parentSubSystem)
Default constructor |
|
SubSystem.ChangeStatusJob(ISubSystem ss)
|
Uses of ISubSystem in org.eclipse.rse.files.ui.resources |
---|
Methods in org.eclipse.rse.files.ui.resources that return ISubSystem | |
---|---|
ISubSystem |
SystemEditableRemoteFile.getSubSystem()
|
Methods in org.eclipse.rse.files.ui.resources with parameters of type ISubSystem | |
---|---|
protected boolean |
SystemUniversalTempFileListener.doesHandle(ISubSystem subsystem)
Indicate whether this tempfile listener handles the specified |
protected abstract boolean |
SystemTempFileListener.doesHandle(ISubSystem subsystem)
Indicate whether this tempfile listener handles the specified |
protected void |
SystemUniversalTempFileListener.doResourceSynchronization(ISubSystem subsystem,
IFile tempFile,
String resourceId,
IProgressMonitor monitor)
Synchronize the specified remote file with the temporary local file using the specified remote file subsystem. |
protected abstract void |
SystemTempFileListener.doResourceSynchronization(ISubSystem subsystem,
IFile tempFile,
String resourceId,
IProgressMonitor monitor)
Synchronize the specified remote file with the temporary local file using the specified remote file subsystem. |
protected static boolean |
UniversalFileTransferUtility.isRemoteFileMounted(ISubSystem subsystem,
String remotePath)
|
Uses of ISubSystem in org.eclipse.rse.shells.ui.view |
---|
Methods in org.eclipse.rse.shells.ui.view that return ISubSystem | |
---|---|
ISubSystem |
SystemViewRemoteOutputAdapter.getSubSystem(Object element)
Returns the associated subsystem for this line of remote output or remote command |
Uses of ISubSystem in org.eclipse.rse.subsystems.files.core.model |
---|
Methods in org.eclipse.rse.subsystems.files.core.model that return ISubSystem | |
---|---|
ISubSystem |
ISystemRemoteCommand.getSubSystem()
|
Uses of ISubSystem in org.eclipse.rse.subsystems.files.core.servicesubsystem |
---|
Subinterfaces of ISubSystem in org.eclipse.rse.subsystems.files.core.servicesubsystem | |
---|---|
interface |
IFileServiceSubSystem
|
Classes in org.eclipse.rse.subsystems.files.core.servicesubsystem that implement ISubSystem | |
---|---|
class |
FileServiceSubSystem
Generic Subsystem implementation for remote files. |
Uses of ISubSystem in org.eclipse.rse.subsystems.files.core.subsystems |
---|
Subinterfaces of ISubSystem in org.eclipse.rse.subsystems.files.core.subsystems | |
---|---|
interface |
IRemoteFileSubSystem
Specialized interface for remote file subsystems. |
Classes in org.eclipse.rse.subsystems.files.core.subsystems that implement ISubSystem | |
---|---|
class |
RemoteFileSubSystem
Specialization for file subsystem factories. |
Methods in org.eclipse.rse.subsystems.files.core.subsystems that return ISubSystem | |
---|---|
ISubSystem |
RemoteFileSubSystemConfiguration.createSubSystemInternal(IHost conn)
Instantiate and return an instance of OUR subystem. |
Methods in org.eclipse.rse.subsystems.files.core.subsystems with parameters of type ISubSystem | |
---|---|
protected void |
RemoteFileSubSystemConfiguration.initializeSubSystem(ISubSystem ss,
ISubSystemConfigurator[] configurators)
Populate a new subsystem with our unique attributes, and/or create default filter references. |
Uses of ISubSystem in org.eclipse.rse.subsystems.files.dstore |
---|
Methods in org.eclipse.rse.subsystems.files.dstore that return ISubSystem | |
---|---|
ISubSystem |
DStoreFileSubSystemConfiguration.createSubSystemInternal(IHost host)
Instantiate and return an instance of OUR subsystem. |
Uses of ISubSystem in org.eclipse.rse.subsystems.files.ftp |
---|
Methods in org.eclipse.rse.subsystems.files.ftp that return ISubSystem | |
---|---|
ISubSystem |
FTPFileSubSystemConfiguration.createSubSystemInternal(IHost host)
Instantiate and return an instance of OUR subystem. |
Uses of ISubSystem in org.eclipse.rse.subsystems.files.local |
---|
Methods in org.eclipse.rse.subsystems.files.local that return ISubSystem | |
---|---|
ISubSystem |
LocalFileSubSystemConfiguration.createSubSystemInternal(IHost host)
Instantiate and return an instance of OUR subystem. |
Uses of ISubSystem in org.eclipse.rse.subsystems.files.ssh |
---|
Methods in org.eclipse.rse.subsystems.files.ssh that return ISubSystem | |
---|---|
ISubSystem |
SftpFileSubSystemConfiguration.createSubSystemInternal(IHost host)
|
Uses of ISubSystem in org.eclipse.rse.subsystems.processes.core.subsystem |
---|
Subinterfaces of ISubSystem in org.eclipse.rse.subsystems.processes.core.subsystem | |
---|---|
interface |
IRemoteProcessSubSystem
The RSE subsystem for Remote Processes |
Uses of ISubSystem in org.eclipse.rse.subsystems.processes.core.subsystem.impl |
---|
Classes in org.eclipse.rse.subsystems.processes.core.subsystem.impl that implement ISubSystem | |
---|---|
class |
RemoteProcessSubSystemImpl
Default implementation of the IRemoteProcessSubSystem interface. |
Uses of ISubSystem in org.eclipse.rse.subsystems.processes.dstore |
---|
Methods in org.eclipse.rse.subsystems.processes.dstore that return ISubSystem | |
---|---|
ISubSystem |
DStoreProcessSubSystemConfiguration.createSubSystemInternal(IHost host)
|
Uses of ISubSystem in org.eclipse.rse.subsystems.processes.local |
---|
Methods in org.eclipse.rse.subsystems.processes.local that return ISubSystem | |
---|---|
ISubSystem |
LocalProcessSubSystemConfiguration.createSubSystemInternal(IHost host)
Instantiate and return an instance of OUR subystem. |
Uses of ISubSystem in org.eclipse.rse.subsystems.processes.servicesubsystem |
---|
Subinterfaces of ISubSystem in org.eclipse.rse.subsystems.processes.servicesubsystem | |
---|---|
interface |
IProcessServiceSubSystem
|
Classes in org.eclipse.rse.subsystems.processes.servicesubsystem that implement ISubSystem | |
---|---|
class |
ProcessServiceSubSystem
The subsystem that, coupled with a ProcessService implementation, can query and kill remote processes on a remote system. |
Uses of ISubSystem in org.eclipse.rse.subsystems.processes.shell.linux |
---|
Methods in org.eclipse.rse.subsystems.processes.shell.linux that return ISubSystem | |
---|---|
ISubSystem |
ShellProcessSubSystemConfiguration.createSubSystemInternal(IHost conn)
|
Uses of ISubSystem in org.eclipse.rse.subsystems.shells.core.subsystems |
---|
Subinterfaces of ISubSystem in org.eclipse.rse.subsystems.shells.core.subsystems | |
---|---|
interface |
IRemoteCmdSubSystem
interface RemoteCmdSubSystem extends SubSystem {} |
Classes in org.eclipse.rse.subsystems.shells.core.subsystems that implement ISubSystem | |
---|---|
class |
RemoteCmdSubSystem
This is the abstraction of a subsystem specialized for remote execution of commands. |
Uses of ISubSystem in org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem |
---|
Subinterfaces of ISubSystem in org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem | |
---|---|
interface |
IShellServiceSubSystem
|
Classes in org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem that implement ISubSystem | |
---|---|
class |
ShellServiceSubSystem
|
Uses of ISubSystem in org.eclipse.rse.subsystems.shells.dstore |
---|
Methods in org.eclipse.rse.subsystems.shells.dstore that return ISubSystem | |
---|---|
ISubSystem |
DStoreShellSubSystemConfiguration.createSubSystemInternal(IHost host)
Instantiate and return an instance of OUR subystem. |
Uses of ISubSystem in org.eclipse.rse.subsystems.shells.local |
---|
Methods in org.eclipse.rse.subsystems.shells.local that return ISubSystem | |
---|---|
ISubSystem |
LocalShellSubSystemConfiguration.createSubSystemInternal(IHost host)
Instantiate and return an instance of OUR subystem. |
Uses of ISubSystem in org.eclipse.rse.subsystems.shells.ssh |
---|
Methods in org.eclipse.rse.subsystems.shells.ssh that return ISubSystem | |
---|---|
ISubSystem |
SshShellSubSystemConfiguration.createSubSystemInternal(IHost host)
Instantiate and return an instance of OUR subsystem. |
Uses of ISubSystem in org.eclipse.rse.subsystems.shells.telnet |
---|
Methods in org.eclipse.rse.subsystems.shells.telnet that return ISubSystem | |
---|---|
ISubSystem |
TelnetShellSubSystemConfiguration.createSubSystemInternal(IHost host)
Instantiate and return an instance of OUR subystem. |
Uses of ISubSystem in org.eclipse.rse.ui.model |
---|
Methods in org.eclipse.rse.ui.model that return ISubSystem | |
---|---|
ISubSystem |
SystemRemoteElementResourceSet.getSubSystem()
|
Methods in org.eclipse.rse.ui.model with parameters of type ISubSystem | |
---|---|
void |
ISystemRegistryUI.expandSubSystem(ISubSystem subsystem)
Select and expand the given subsystem in the RSE, if the RSE is the active perspective. |
Constructors in org.eclipse.rse.ui.model with parameters of type ISubSystem | |
---|---|
SystemRemoteElementResourceSet(ISubSystem subSystem)
|
|
SystemRemoteElementResourceSet(ISubSystem subSystem,
ISystemViewElementAdapter adapter)
|
|
SystemRemoteElementResourceSet(ISubSystem subSystem,
ISystemViewElementAdapter adapter,
List objects)
|
|
SystemRemoteElementResourceSet(ISubSystem subSystem,
ISystemViewElementAdapter adapter,
Object[] objects)
|
|
SystemRemoteElementResourceSet(ISubSystem subSystem,
List objects)
|
|
SystemRemoteElementResourceSet(ISubSystem subSystem,
Object[] objects)
|
Uses of ISubSystem in org.eclipse.rse.ui.propertypages |
---|
Methods in org.eclipse.rse.ui.propertypages that return ISubSystem | |
---|---|
protected ISubSystem |
ServicesPropertyPage.getServiceSubSystem()
|
protected ISubSystem |
AbstractSystemSubSystemPropertyPageCoreForm.getSubSystem()
Get the input subsystem object |
Uses of ISubSystem in org.eclipse.rse.ui.subsystems |
---|
Methods in org.eclipse.rse.ui.subsystems with parameters of type ISubSystem | |
---|---|
void |
ISubSystemConfigurationAdapter.addCommonRemoteActions(ISubSystemConfiguration config,
SystemMenuManager menu,
IStructuredSelection selection,
Shell shell,
String menuGroup,
ISubSystem subsystem)
Returns any framework-supplied actions remote objects that should be contributed to the popup menu for the given selection list. |
PropertyPage |
ISubSystemConfigurationAdapter.getPropertyPage(ISubSystem subsystem,
Composite parent)
Return the single property page to show in the tabbed notebook for the for SubSystem property of the parent Connection. |
IAction[] |
ISubSystemConfigurationAdapter.getSubSystemActions(SystemMenuManager menu,
IStructuredSelection selection,
Shell shell,
String menuGroup,
ISubSystemConfiguration config,
ISubSystem selectedSubSystem)
Returns a list of actions for the popup menu when user right clicks on a subsystem object from this subsystem configuration. |
Uses of ISubSystem in org.eclipse.rse.ui.view |
---|
Methods in org.eclipse.rse.ui.view that return ISubSystem | |
---|---|
ISubSystem |
ContextObject.getSubSystem()
|
ISubSystem |
ISystemEditableRemoteObject.getSubSystem()
Return the subsystem for the edited object. |
ISubSystem |
IContextObject.getSubSystem()
Gets the associated subsystem for the corresponding model object |
ISubSystem |
AbstractSystemViewAdapter.getSubSystem(Object element)
Returns the subsystem that contains this object. |
ISubSystem |
ISystemViewElementAdapter.getSubSystem(Object element)
Get the subsystem that corresponds to this object if one exists. |
Methods in org.eclipse.rse.ui.view with parameters of type ISubSystem | |
---|---|
void |
SubSystemConfigurationAdapter.addCommonRemoteActions(ISubSystemConfiguration config,
SystemMenuManager menu,
IStructuredSelection selection,
Shell shell,
String menuGroup,
ISubSystem subsystem)
Returns any framework-supplied actions remote objects that should be contributed to the popup menu for the given selection list. |
protected void |
SubSystemConfigurationAdapter.addConnectOrDisconnectAction(Vector actions,
Shell shell,
ISubSystem selectedSS)
Overridable method to add the connect or disconnect action. |
PropertyPage |
SubSystemConfigurationAdapter.getPropertyPage(ISubSystem subsystem,
Composite parent)
|
IAction[] |
SubSystemConfigurationAdapter.getSubSystemActions(SystemMenuManager menu,
IStructuredSelection selection,
Shell shell,
String menuGroup,
ISubSystemConfiguration config,
ISubSystem selectedSubSystem)
Returns a list of actions for the popup menu when user right clicks on a subsystem object from this subsystem configuration. |
protected IAction[] |
SubSystemConfigurationAdapter.getSubSystemNewFilterPoolActions(SystemMenuManager menu,
IStructuredSelection selection,
Shell shell,
String menuGroup,
ISubSystemConfiguration config,
ISubSystem selectedSubSystem)
Overridable entry for child classes to supply their own "new" action(s) for creating a filter pool. |
ISystemFilterReference |
ISystemTree.revealAndExpand(ISubSystem parentSubSystem,
ISystemFilter filter)
Expand a given filter, given a subsystem that contains a reference to the filter's pool. |
boolean |
AbstractSystemViewAdapter.supportsDeferredQueries(ISubSystem subSys)
|
boolean |
ISystemViewElementAdapter.supportsDeferredQueries(ISubSystem subSys)
Return whether deferred queries are supported. |
Constructors in org.eclipse.rse.ui.view with parameters of type ISubSystem | |
---|---|
ContextObject(Object modelObject,
ISubSystem subSystem)
|
|
ContextObject(Object modelObject,
ISubSystem subSystem,
ISystemFilterReference filterReference)
|
Uses of ISubSystem in org.eclipse.rse.ui.wizards |
---|
Methods in org.eclipse.rse.ui.wizards with parameters of type ISubSystem | |
---|---|
boolean |
SubSystemServiceWizardPage.applyValues(ISubSystem ss)
|
|
RSE Release 3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |