RSE
Release 1.0

org.eclipse.rse.core.model
Interface IRSEModelObject

All Superinterfaces:
IPropertySetContainer, org.eclipse.rse.core.persistance.IRSEPersistableContainer
All Known Subinterfaces:
IConnectorService, IFileServiceSubSystem, IHost, IProcessServiceSubSystem, IRemoteCmdSubSystem, IRemoteFileSubSystem, IRemoteProcessSubSystem, IRemoteServerLauncher, IServerLauncherProperties, IServiceSubSystem, IShellServiceSubSystem, ISubSystem, ISystemFilter, ISystemFilterPool, ISystemFilterPoolReference, ISystemFilterString, ISystemProfile
All Known Implementing Classes:
AbstractConnectorService, DummyHost, FileServiceSubSystem, ProcessServiceSubSystem, org.eclipse.rse.internal.subsystems.shells.subsystems.RemoteCmdSubSystem, RemoteFileSubSystem, RemoteProcessSubSystemImpl, RemoteServerLauncher, RSEModelObject, org.eclipse.rse.core.internal.subsystems.ServerLauncher, ServiceSubSystem, ShellServiceSubSystem, SubSystem, org.eclipse.rse.internal.filters.SystemFilter, SystemFilterPool

public interface IRSEModelObject
extends IPropertySetContainer, org.eclipse.rse.core.persistance.IRSEPersistableContainer


Method Summary
 String getDescription()
           
 String 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

getName

public String getName()

getDescription

public String getDescription()

RSE
Release 1.0

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