|
|
|
|
Uses of Interface org.eclipse.rse.core.model.ISystemProfile
Methods in
org.eclipse.rse.core.model with parameters of type
ISystemProfile
|
void
|
ISystemProfileManager.
addSystemProfile
(
ISystemProfile profile)
Adds a system profile to this profile manager. |
ISystemProfile
|
ISystemProfileManager.
cloneSystemProfile
(
ISystemProfile profile,
String newName)
Clone the given profile |
IStatus
|
ISystemProfileManager.
commitSystemProfile
(
ISystemProfile profile)
Commit a system profile |
IHost
|
ISystemRegistry.
copyHost
(
IHost conn,
ISystemProfile targetProfile,
String newName,
IProgressMonitor monitor)
Copy a SystemConnection. |
ISystemProfile
|
ISystemRegistry.
copySystemProfile
(
ISystemProfile profile,
String newName,
boolean makeActive,
IProgressMonitor monitor)
Copy a SystemProfile. |
IHost
|
ISystemRegistry.
createLocalHost
(
ISystemProfile profile,
String name,
String userId)
Convenience method to create a local connection, as it often that one is needed
for access to the local file system. |
void
|
ISystemRegistry.
deleteSystemProfile
(
ISystemProfile profile)
Delete a SystemProfile. |
void
|
ISystemProfileManager.
deleteSystemProfile
(
ISystemProfile profile,
boolean persist)
Delete the given profile. |
IHost
|
ISystemRegistry.
getHost
(
ISystemProfile profile,
String connectionName)
Return a SystemConnection object given a system profile containing it,
and a connection name uniquely identifying it. |
Vector
|
ISystemRegistry.
getHostAliasNames
(
ISystemProfile profile)
Return a vector of previously-used connection names in the given profile. |
int
|
ISystemRegistry.
getHostCount
(
ISystemProfile profile)
Return the number of SystemConnection objects within the given profile. |
IHost[]
|
ISystemRegistry.
getHostsByProfile
(
ISystemProfile profile)
Return all connections in a given profile. |
void
|
ISystemProfileManager.
makeSystemProfileActive
(
ISystemProfile profile,
boolean makeActive)
Toggle an existing profile's state between active and inactive. |
IHost
|
ISystemRegistry.
moveHost
(
IHost conn,
ISystemProfile targetProfile,
String newName,
IProgressMonitor monitor)
Move a SystemConnection to another profile. |
void
|
ISystemRegistry.
renameSystemProfile
(
ISystemProfile profile,
String newName)
Rename a SystemProfile. |
void
|
ISystemProfileManager.
renameSystemProfile
(
ISystemProfile profile,
String newName)
Rename the given profile. |
void
|
ISystemRegistry.
setSystemProfileActive
(
ISystemProfile profile,
boolean makeActive)
Make or unmake the given profile active. |
Methods in
org.eclipse.rse.core.subsystems with parameters of type
ISystemProfile
|
protected void
|
SubSystemConfiguration.
addFilterPoolManager
(
ISystemProfile profile,
ISystemFilterPoolManager mgr)
Add the given filter pool manager object to internal lists |
void
|
SubSystemConfiguration.
changingSystemProfileActiveStatus
(
ISystemProfile profile,
boolean newStatus)
Called by SystemRegistry when we have toggled the active-status of a profile |
void
|
ISubSystemConfiguration.
changingSystemProfileActiveStatus
(
ISystemProfile profile,
boolean newStatus)
Called by SystemRegistry when we have toggled the active-status of a profile |
ISystemFilterPoolManager
|
SubSystemConfiguration.
copyFilterPoolManager
(
ISystemProfile oldProfile,
ISystemProfile newProfile)
Copy the filter pool manager and return a new one. |
ISystemFilterPoolManager
|
ISubSystemConfiguration.
copyFilterPoolManager
(
ISystemProfile oldProfile,
ISystemProfile newProfile)
Copy the filter pool manager and return a new one. |
protected void
|
SubSystemConfiguration.
deleteFilterPoolManager
(
ISystemProfile profile)
Delete the filter pool manager associated with the given profile |
void
|
SubSystemConfiguration.
deletingSystemProfile
(
ISystemProfile profile)
Called by SystemRegistry when we are about to delete a profile. |
void
|
ISubSystemConfiguration.
deletingSystemProfile
(
ISystemProfile profile)
Called by SystemRegistry when we are about to delete a profile. |
protected void
|
SubSystemConfiguration.
fireSubSystemEvent
(
SystemResourceChangeEvent event,
ISystemProfile profile)
Fire given event to all subsystems in the given profile |
ISystemFilterPool
|
SubSystemConfiguration.
getDefaultFilterPool
(
ISystemProfile profile,
String oldProfileName)
Return the default filter pool for the given profile... |
ISystemFilterPool
|
ISubSystemConfiguration.
getDefaultFilterPool
(
ISystemProfile profile,
String oldProfileName)
|
ISystemFilterPool
|
SubSystemConfiguration.
getDefaultSystemFilterPool
(
ISystemProfile profile)
Given a profile, return the first (hopefully only) default pool for this
profile. |
ISystemFilterPool
|
SubSystemConfiguration.
getFilterPool
(
ISystemProfile profile,
String name)
Returns a filter pool, given its profile and pool name |
ISystemFilterPoolManager
|
SubSystemConfiguration.
getFilterPoolManager
(
ISystemProfile profile)
|
ISystemFilterPoolManager
|
ISubSystemConfiguration.
getFilterPoolManager
(
ISystemProfile profile)
Get the filter pool manager for the given profile. |
ISystemFilterPoolManager
|
SubSystemConfiguration.
getFilterPoolManager
(
ISystemProfile profile,
boolean force)
Get the filter pool manager for the given profile. |
ISystemFilterPoolManager
|
ISubSystemConfiguration.
getFilterPoolManager
(
ISystemProfile profile,
boolean force)
Get the filter pool manager for the given profile. |
protected
String
|
SubSystemConfiguration.
getFilterPoolManagerName
(
ISystemProfile profile)
Return the name of the filter pool manager, given the profile. |
ISystemFilterPool[]
|
SubSystemConfiguration.
getFilterPools
(
ISystemProfile profile)
Returns an array of filter pool objects within a profile. |
ISubSystem[]
|
SubSystemConfiguration.
getSubSystems
(
ISystemProfile profile)
Returns a list of subsystem objects existing for all the connections in the
given profile. |
void
|
SubSystemConfiguration.
renameFilterPoolManager
(
ISystemProfile profile)
Rename the filter pool manager associated with the given profile |
void
|
ISubSystemConfiguration.
renameFilterPoolManager
(
ISystemProfile profile)
|
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. |
Copyright (c) IBM Corporation and others 2000, 2008. All Rights Reserved.
|
|
|