|
RSE Release 3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IRSEPersistenceProvider | |
---|---|
org.eclipse.rse.core.model | |
org.eclipse.rse.persistence |
Uses of IRSEPersistenceProvider in org.eclipse.rse.core.model |
---|
Methods in org.eclipse.rse.core.model that return IRSEPersistenceProvider | |
---|---|
IRSEPersistenceProvider |
ISystemProfile.getPersistenceProvider()
Each profile is persisted by a persistence provider. |
Methods in org.eclipse.rse.core.model with parameters of type IRSEPersistenceProvider | |
---|---|
void |
ISystemProfile.setPersistenceProvider(IRSEPersistenceProvider provider)
Sets the persistence provider for the use of this profile. |
Uses of IRSEPersistenceProvider in org.eclipse.rse.persistence |
---|
Methods in org.eclipse.rse.persistence that return IRSEPersistenceProvider | |
---|---|
IRSEPersistenceProvider |
IRSEPersistenceManager.getPersistenceProvider(String id)
Retrieves the persistence provider named by a particular id. |
Methods in org.eclipse.rse.persistence with parameters of type IRSEPersistenceProvider | |
---|---|
void |
IRSEPersistenceManager.deleteProfile(IRSEPersistenceProvider persistenceProvider,
String profileName)
Delete the persistent form of a 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. |
void |
IRSEPersistenceManager.registerPersistenceProvider(String id,
IRSEPersistenceProvider provider)
Register the persistence provider to be used when saving and restoring RSE doms. |
ISystemProfile[] |
IRSEPersistenceManager.restoreProfiles(IRSEPersistenceProvider provider,
long timeout)
Restore the profiles for a particular provider. |
|
RSE Release 3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |