RSE
Release 1.0

org.eclipse.rse.core.subsystems
Interface IServerLauncherProperties

All Superinterfaces:
IPropertySetContainer, IRSEModelObject, org.eclipse.rse.core.persistance.IRSEPersistableContainer
All Known Subinterfaces:
IRemoteServerLauncher
All Known Implementing Classes:
RemoteServerLauncher, org.eclipse.rse.core.internal.subsystems.ServerLauncher

public interface IServerLauncherProperties
extends IRSEModelObject

Implement this interface to provide peristable properties for server launching All properties to be persisted to be are stored and restored from associated IPropertySets


Method Summary
 IServerLauncherProperties cloneServerLauncher(IServerLauncherProperties newOne)
           
 IConnectorService getConnectorService()
          Returns the connector service
 void restoreFromProperties()
          Update cached values based on IPropertySets
 void saveToProperties()
          Store cached values based on IPropertySets
 
Methods inherited from interface org.eclipse.rse.core.model.IRSEModelObject
getDescription, getName
 
Methods inherited from interface org.eclipse.rse.core.model.IPropertySetContainer
addPropertySet, addPropertySets, createPropertySet, createPropertySet, getPropertySet, getPropertySets, removePropertySet
 
Methods inherited from interface org.eclipse.rse.core.persistance.IRSEPersistableContainer
commit, isDirty, setDirty, setWasRestored, wasRestored
 

Method Detail

cloneServerLauncher

public IServerLauncherProperties cloneServerLauncher(IServerLauncherProperties newOne)

getConnectorService

public IConnectorService getConnectorService()
Returns the connector service

Returns:

restoreFromProperties

public void restoreFromProperties()
Update cached values based on IPropertySets


saveToProperties

public void saveToProperties()
Store cached values based on IPropertySets


RSE
Release 1.0

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