|
 |
|
|
Uses of Interface org.eclipse.rse.core.subsystems.ISubSystem
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. |
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 |
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 |
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. |
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. |
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. |
Copyright (c) IBM Corporation and others 2000, 2008. All Rights Reserved.
|
|
|