RSE
Release 3.0

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

Packages that use ISystemProfile
org.eclipse.rse.core   
org.eclipse.rse.core.filters   
org.eclipse.rse.core.model   
org.eclipse.rse.core.subsystems   
org.eclipse.rse.persistence   
org.eclipse.rse.persistence.dom Application programming interface for manipulating the RSE document object model.  
org.eclipse.rse.ui   
org.eclipse.rse.ui.view   
 

Uses of ISystemProfile in org.eclipse.rse.core
 

Methods in org.eclipse.rse.core with parameters of type ISystemProfile
 IHost AbstractRSESystemType.createNewHostInstance(ISystemProfile profile)
           
 IHost IRSESystemType.createNewHostInstance(ISystemProfile profile)
          Creates a new IHost object instance.
 

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

Methods in org.eclipse.rse.core.filters that return ISystemProfile
 ISystemProfile ISystemFilterPoolManager.getSystemProfile()
          Return the owning profile for this provider
 

Methods in org.eclipse.rse.core.filters with parameters of type ISystemProfile
 ISystemFilterPoolManager ISystemFilterStartHere.createSystemFilterPoolManager(ISystemProfile profile, Logger logger, ISystemFilterPoolManagerProvider caller, String name, boolean allowNestedFilters)
          Factory to create a filter pool manager, when you do NOT want it to worry about saving and restoring the filter data to disk.
 

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

Methods in org.eclipse.rse.core.model that return ISystemProfile
 ISystemProfile ISystemProfileManager.createSystemProfile(String name, boolean makeActive)
          Create a new profile with the given name, and add to the list.
 ISystemProfile[] ISystemProfileManager.getSystemProfiles()
           
 ISystemProfile ISystemProfileManager.getSystemProfile(String name)
          Get a profile given its name.
 ISystemProfile[] ISystemProfileManager.getActiveSystemProfiles()
           
 ISystemProfile ISystemProfileManager.getDefaultPrivateSystemProfile()
           
 ISystemProfile ISystemProfileManager.getDefaultTeamSystemProfile()
           
 ISystemProfile ISystemProfileManager.cloneSystemProfile(ISystemProfile profile, String newName)
          Clone the given profile
static ISystemProfile[] SystemStartHere.getActiveSystemProfiles()
          Return all active profiles.
 ISystemProfile[] ISystemRegistry.getActiveSystemProfiles()
          Return the profiles currently selected by the user as his "active" profiles
 ISystemProfile ISystemRegistry.getSystemProfile(String profileName)
          Get a SystemProfile given its name
 ISystemProfile ISystemRegistry.createSystemProfile(String profileName, boolean makeActive)
          Create a SystemProfile given its name and whether or not to make it active Note that there are some naming restrictions on profile names.
 ISystemProfile ISystemRegistry.copySystemProfile(ISystemProfile profile, String newName, boolean makeActive, IProgressMonitor monitor)
          Copy a SystemProfile.
 ISystemProfile ISystemHostPool.getSystemProfile()
          Return the system profile that owns this connection pool.
 ISystemProfile Host.getSystemProfile()
           
 ISystemProfile DummyHost.getSystemProfile()
           
 ISystemProfile IHost.getSystemProfile()
          Return the system profile that owns this connection
 

Methods in org.eclipse.rse.core.model with parameters of type ISystemProfile
 void ISystemProfileManager.makeSystemProfileActive(ISystemProfile profile, boolean makeActive)
          Toggle an existing profile's state between active and inactive.
 void ISystemProfileManager.renameSystemProfile(ISystemProfile profile, String newName)
          Rename the given profile.
 void ISystemProfileManager.deleteSystemProfile(ISystemProfile profile, boolean persist)
          Delete the given profile.
 ISystemProfile ISystemProfileManager.cloneSystemProfile(ISystemProfile profile, String newName)
          Clone the given profile
 IStatus ISystemProfileManager.commitSystemProfile(ISystemProfile profile)
          Commit a system profile
 void ISystemProfileManager.addSystemProfile(ISystemProfile profile)
          Adds a system profile to this profile manager.
 ISystemProfile ISystemRegistry.copySystemProfile(ISystemProfile profile, String newName, boolean makeActive, IProgressMonitor monitor)
          Copy a SystemProfile.
 void ISystemRegistry.renameSystemProfile(ISystemProfile profile, String newName)
          Rename a SystemProfile.
 void ISystemRegistry.deleteSystemProfile(ISystemProfile profile)
          Delete a SystemProfile.
 void ISystemRegistry.setSystemProfileActive(ISystemProfile profile, boolean makeActive)
          Make or unmake the given profile active.
 IHost[] ISystemRegistry.getHostsByProfile(ISystemProfile profile)
          Return all connections in a 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.
 int ISystemRegistry.getHostCount(ISystemProfile profile)
          Return the number of SystemConnection objects within the given profile.
 Vector ISystemRegistry.getHostAliasNames(ISystemProfile profile)
          Return a vector of previously-used connection names in the given profile.
 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.
 IHost ISystemRegistry.copyHost(IHost conn, ISystemProfile targetProfile, String newName, IProgressMonitor monitor)
          Copy a SystemConnection.
 IHost ISystemRegistry.moveHost(IHost conn, ISystemProfile targetProfile, String newName, IProgressMonitor monitor)
          Move a SystemConnection to another profile.
 

Constructors in org.eclipse.rse.core.model with parameters of type ISystemProfile
Host(ISystemProfile profile)
          Constructor
 

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

Methods in org.eclipse.rse.core.subsystems that return ISystemProfile
 ISystemProfile SubSystemConfiguration.getSystemProfile(String name)
          Get a profile object given its name
protected  ISystemProfile SubSystemConfiguration.getSystemProfile(ISystemFilterPoolManager poolMgr)
          Get a profile object given a filter pool manager object
 ISystemProfile SubSystemConfiguration.getSystemProfile(ISystemFilterPool pool)
          Get owning profile object given a filter pool object
protected  ISystemProfile SubSystemConfiguration.getSystemProfile(ISystemFilter filter)
          Get a profile object given a filter object
 ISystemProfile SubSystem.getSystemProfile()
          Return the system profile object this subsystem is associated with.
static ISystemProfile SubSystemHelpers.getParentSystemProfile(ISystemFilterPool pool)
          Give a filter pool, return its parent profile
 ISystemProfile ISubSystem.getSystemProfile()
          Return the system profile object this subsystem is associated with.
 ISystemProfile ISubSystemConfiguration.getSystemProfile(ISystemFilterPool pool)
          Get owning profile object given a filter pool object
 ISystemProfile ISubSystemConfiguration.getSystemProfile(String name)
           
 

Methods in org.eclipse.rse.core.subsystems with parameters of type ISystemProfile
 void SubSystemConfiguration.deletingSystemProfile(ISystemProfile profile)
          Called by SystemRegistry when we are about to delete a profile.
 void SubSystemConfiguration.changingSystemProfileActiveStatus(ISystemProfile profile, boolean newStatus)
          Called by SystemRegistry when we have toggled the active-status of a profile
 ISystemFilterPool SubSystemConfiguration.getDefaultFilterPool(ISystemProfile profile, String oldProfileName)
          Return the default filter pool for the given profile...
 ISubSystem[] SubSystemConfiguration.getSubSystems(ISystemProfile profile)
          Returns a list of subsystem objects existing for all the connections in the given profile.
 ISystemFilterPool SubSystemConfiguration.getDefaultSystemFilterPool(ISystemProfile profile)
          Given a profile, return the first (hopefully only) default pool for this profile.
 ISystemFilterPoolManager SubSystemConfiguration.getFilterPoolManager(ISystemProfile profile)
           
 ISystemFilterPoolManager SubSystemConfiguration.getFilterPoolManager(ISystemProfile profile, boolean force)
          Get the filter pool manager for the given profile. A subsystem configuration has a filter pool manager for each profile.
 ISystemFilterPoolManager SubSystemConfiguration.copyFilterPoolManager(ISystemProfile oldProfile, ISystemProfile newProfile)
          Copy the filter pool manager and return a new one.
protected  void SubSystemConfiguration.addFilterPoolManager(ISystemProfile profile, ISystemFilterPoolManager mgr)
          Add the given filter pool manager object to internal lists
protected  String SubSystemConfiguration.getFilterPoolManagerName(ISystemProfile profile)
          Return the name of the filter pool manager, given the profile.
protected  void SubSystemConfiguration.deleteFilterPoolManager(ISystemProfile profile)
          Delete the filter pool manager associated with the given profile
 void SubSystemConfiguration.renameFilterPoolManager(ISystemProfile profile)
          Rename the filter pool manager associated with the given profile
protected  void SubSystemConfiguration.fireSubSystemEvent(SystemResourceChangeEvent event, ISystemProfile profile)
          Fire given event to all subsystems in the given profile
 ISystemFilterPool SubSystemConfiguration.getFilterPool(ISystemProfile profile, String name)
          Returns a filter pool, given its profile and pool name
 ISystemFilterPool[] SubSystemConfiguration.getFilterPools(ISystemProfile profile)
          Returns an array of filter pool objects within a profile.
 ISubSystem[] SubSystemConfiguration.testForActiveReferences(ISystemProfile profile)
          Test if any filter pools in the given profile are referenced by other profiles, which are active.
 void ISubSystemConfiguration.deletingSystemProfile(ISystemProfile profile)
          Called by SystemRegistry when we are about to delete a profile.
 void ISubSystemConfiguration.changingSystemProfileActiveStatus(ISystemProfile profile, boolean newStatus)
          Called by SystemRegistry when we have toggled the active-status of a profile
 ISystemFilterPoolManager ISubSystemConfiguration.getFilterPoolManager(ISystemProfile profile, boolean force)
          Get the filter pool manager for the given profile.
 ISystemFilterPoolManager ISubSystemConfiguration.getFilterPoolManager(ISystemProfile profile)
          Get the filter pool manager for the given profile.
 ISystemFilterPoolManager ISubSystemConfiguration.copyFilterPoolManager(ISystemProfile oldProfile, ISystemProfile newProfile)
          Copy the filter pool manager and return a new one.
 ISubSystem[] ISubSystemConfiguration.testForActiveReferences(ISystemProfile profile)
          Test if any filter pools in the given profile are referenced by other profiles, which are active.
 ISystemFilterPool ISubSystemConfiguration.getDefaultFilterPool(ISystemProfile profile, String oldProfileName)
           
 void ISubSystemConfiguration.renameFilterPoolManager(ISystemProfile profile)
           
 

Uses of ISystemProfile in org.eclipse.rse.persistence
 

Methods in org.eclipse.rse.persistence that return ISystemProfile
 ISystemProfile[] IRSEPersistenceManager.commitProfiles(long timeout)
          Save all profiles.
 ISystemProfile[] IRSEPersistenceManager.restoreProfiles(long timeout)
          Restore all profiles known to autostart persistence providers.
 ISystemProfile[] IRSEPersistenceManager.restoreProfiles(IRSEPersistenceProvider provider, long timeout)
          Restore the profiles for a particular provider.
 

Methods in org.eclipse.rse.persistence with parameters of type ISystemProfile
 boolean IRSEPersistenceManager.commitProfile(ISystemProfile profile, long timeout)
          Schedules a save of particular profile.
 void IRSEPersistenceManager.migrateProfile(ISystemProfile profile, IRSEPersistenceProvider persistenceProvider)
          Migrates a profile to a new persistence provider.
 IStatus IRSEPersistenceManager.migrateProfile(ISystemProfile profile, IRSEPersistenceProvider persistenceProvider, boolean delete)
          Migrates a profile to a new persistence provider.
 

Uses of ISystemProfile in org.eclipse.rse.persistence.dom
 

Methods in org.eclipse.rse.persistence.dom that return ISystemProfile
 ISystemProfile RSEDOM.getProfile()
           
 

Constructors in org.eclipse.rse.persistence.dom with parameters of type ISystemProfile
RSEDOM(ISystemProfile profile)
           
 

Uses of ISystemProfile in org.eclipse.rse.ui
 

Methods in org.eclipse.rse.ui with parameters of type ISystemProfile
static ISystemValidator SystemConnectionForm.getConnectionNameValidator(ISystemProfile profile)
          Reusable method to return a name validator for renaming a connection.
 

Uses of ISystemProfile in org.eclipse.rse.ui.view
 

Methods in org.eclipse.rse.ui.view with parameters of type ISystemProfile
 ISystemFilterPool SubSystemConfigurationAdapter.getDefaultSystemFilterPool(ISubSystemConfiguration config, ISystemProfile profile)
          Given a profile, return the first (hopefully only) default pool for this profile.
 


RSE
Release 3.0

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